Skip to main content

All Questions

2 votes
1 answer
3k views

Facebook SDK share always returns sharerDidCancel [duplicate]

I'm trying to share a post with the Facebook SDK, but sharerDidCancel is always called, either if I share or cancel the post. Here is my code - (void)shareFacebook { FBSDKShareLinkContent *...
lorenzop's user avatar
  • 580
4 votes
0 answers
443 views

Facebook open graph run story with fitness.course

I am trying to use the Facebook iOS SDK (latest release at time of post) to post a run (fitness) Open Graph story. The Custom Stories tutorial explains how to setup basic story posts in my app (note: ...
Sam Spencer's user avatar
  • 8,597
2 votes
1 answer
2k views

FBLoginView delegate methods not called anymore

I am using the FBLoginView (version 3.xx) in my app to automatically create useraccounts based on their Facebook profile, but the delegate callbacks of FBLoginViewDelegate don't get called anymore. ...
pajevic's user avatar
  • 4,637
0 votes
1 answer
167 views

fbloginview must be touched twice to work

I'm working on a project with multiple people. the app is set up to log a user in via facebook. There was a bug submitted saying that if you log out of facebook, it immediately logs you back in. Not ...
Katushai's user avatar
  • 1,520
4 votes
1 answer
552 views

Facebook iOS SDK gives FBErrorCategoryUserCancelled for no reason?

I've been rejected from the App Store since the tester was unable to login to my app with Facebook Login (I use the latest Facebook iOS SDK 3.13) They've sent me a screenshot indicating "Facebook: ...
thedp's user avatar
  • 8,489
0 votes
1 answer
196 views

Checking for an active Facebook Session in viewDidAppear

I have a UIViewController subclass called HomeController that is made the rootViewController in my application:applicationDidFinishLaunchingWithOptions. My intended logical flow works like this: If ...
Josh Smith's user avatar
  • 14.9k
0 votes
3 answers
751 views

Facebook iOS SDK: What needs to be in the appdelegate

I'm trying to integrate the new facebook sdk into my app. My question is, do all of the fbsession methods have to be called from the app delegate, or only those which require leaving the app (ie ...
JoshDG's user avatar
  • 3,921
2 votes
3 answers
215 views

Facebook Request Never Gets Executed

I am trying to get a user's Facebook Friends who also use the same app. "Time to get other friends that use this app" always prints out But neither the result, nor the error are printed I checked ...
GangstaGraham's user avatar
0 votes
0 answers
70 views

Facebook Does Not Recognize Custom Objects

A user shares memes from the iOS app. But Facebook always says "SomePerson shared a link via AppName" I'd like it to recognize, the meme custom object that I have made. i.e. "SomePerson shared a ...
GangstaGraham's user avatar
0 votes
1 answer
352 views

Is there a way of show the FB dialog and call my own method on Post?

I'm developing an iOS app that needs to post to the user facebook timeline. I have already asked permissions to publish and everything is working fine. I want to publish doing the following: ...
Andres's user avatar
  • 11.7k
1 vote
2 answers
703 views

Parse Facebook Dialog Delegate methods not being called

I'm using the Parse SDK to implement a Facebook apprequests dialog in my app. For all intents and purposes it just wraps the Facebook SDK, prefixing Facebook methods with PF_. I use this code to ...
John H's user avatar
  • 2,488
0 votes
1 answer
738 views

How to handle session in facebook ios sdk

Hi I'm working on an app. In the app is possible to sing-in with facebook or not... And in several places of the app you can share stuff on you own timeline. I followed the scrumptious example that ...
Andres's user avatar
  • 11.7k
1 vote
1 answer
276 views

Crash on Logout Functionality in Facebook sdk3.1

I am using facebook sdk 3.1 & FBloginview.So i want to perform logout functionality from other view controller.. Here is my code, -(void)logout { AppDelegate *appdelegate = [[UIApplication ...
Kalpesh's user avatar
  • 5,334
1 vote
0 answers
191 views

Facebook SDK comment on post iOS

As I understand, to comment on a post. I need the id of the post. But for my case, I want to know the post id before posting the message. Is this possible? Right now I use FBRequestConnection to post ...
WYS's user avatar
  • 1,647
1 vote
1 answer
193 views

iOS – Facebook SDK 3.1.1 access alert doesn't show after app is removed from facebook.com

If remove my app from Facebook App Center and then I try to authorize my app with [FBSession openActiveSessionWithReadPermissions:permissions ...
Peter Warbo's user avatar
  • 11.4k

15 30 50 per page