Skip to main content

All Questions

0 votes
1 answer
43 views

share post on facebook using applinks iphone

I am working on a app which has the user feed of posts and I want to post feed post on facebook just like instagram do and if user will clicks on facebook shared post user will redirect to app or ...
BADRI's user avatar
  • 643
0 votes
0 answers
391 views

Facebook graph API post details from Post_Id

How can I get the post details from a PostId. I have noticed that the Faceboook graph API documentation, Facebook Graph API Find the post details by using the below path, Post /{post-id} It gets an ...
Vineesh TP's user avatar
  • 7,923
0 votes
1 answer
48 views

Clicking a shared link from my site on facebook doesn't take me to my website, it opens my app

Having trouble solving this one.. hoping someone out there has run into it and can help. Scenario: I'm the owner/developer of an iOS app (https://itunes.apple.com/app/id1032962936) It integrates with ...
Todd Staples's user avatar
1 vote
1 answer
187 views

Cannot post to Facebook using iOS app

I am creating an iOS app. I need to post some links to Facebook events using my app. I have integrated Facebook SDK. By using Facebook Graph API, i found the code for the same and it works fine in ...
sajith kannan's user avatar
0 votes
2 answers
1k views

Facebook Login is not working in ios10 and xcode 8

it was working well in xcode 7.3.1 and ios 9.3 but after updating xcode it stoped working here is code which i have used -(IBAction)ClickFacebook:(id)sender { FBSDKLoginManager *login = [[...
princ___y's user avatar
  • 1,089
1 vote
1 answer
45 views

Getting different Facebook Mutual Friend on Simulator and Device

I am using Facebook api to get Mutual Friend, but with the same account I am getting different number of Mutual Friend on Simulator and on actual devices. The code I am using : NSDictionary *params = ...
Gautam Sareriya's user avatar
0 votes
1 answer
61 views

Issue in fetching facebook friendlist after application quit in ios9

I had written the below code for fblogin : FBSDKLoginManager *fblogin = [[FBSDKLoginManager alloc] init]; [fblogin logInWithReadPermissions:params fromViewController:viewController handler:^(...
iOS developer's user avatar
1 vote
2 answers
2k views

Stream live video via iOS to facebook

Is it possible to stream a live video on Facebook from iOS app ? I've searched the iOS SDK but didn't found anything related. After searching further I've found that I can POST cURL curl -k -X POST ...
OXXY's user avatar
  • 1,047
0 votes
1 answer
237 views

Facebook oAuth user_photos login permission for iOS application

I am building an app for fetching facebook user_photos. I logged into facebook developer's account and created my app. Iam being the admin of the facebook app Iam able to fetch the photos only for my ...
Rove's user avatar
  • 153
-1 votes
1 answer
85 views

facebook invite example can run simulator but not run iPhone device

facebook app invite: FBSDKAppInviteContent *content = [[FBSDKAppInviteContent alloc] init]; NSString *appLink = [@"https://fb" stringByAppendingString:@".me/176327329406660"]; content.appLinkURL = [...
HNOringin's user avatar
0 votes
1 answer
68 views

has facebook again allowed to fetch friendlist of a user?

On recent research facebook provide this new method to fetch frendslist. FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/{user-id}/friendlists" ...
Parv Bhasker's user avatar
  • 1,893
1 vote
6 answers
2k views

Facebook Sharing in iOS

I implemented Facebook sharing in my app. FBSDKShareLinkContent *content=[[FBSDKShareLinkContent alloc]init]; [content setContentDescription:theDescription]; [content setContentTitle:...
user2526811's user avatar
  • 1,253
1 vote
0 answers
115 views

Facebook Native App Login in iOS 9

All! I integrated FacebookiOS SDK 4.8 & also get up for iOS 9 as per describe on Facebook developer website. But it always open web view in my native app automatically & ask for Login. In 4....
user2526811's user avatar
  • 1,253
0 votes
1 answer
28 views

Facebook-Ios get the number of users i have just tagged in a post, some questions

I wanna get the number of users i have just tagged in a post (in my profile) by Facebook sdk. I have read about: FBSDKShareLinkContent FBSDKSharePhoto But seems that theri delegation doesn't return ...
user31929's user avatar
  • 1,135
0 votes
1 answer
489 views

IOS - Facebook how to invite friends to download app?

I have an Ios app , i'm trying to implement this flow: User click a button->a list of my facebook friends appears-> i select one or more friends-> to each of this friends the app sends an invite to ...
user31929's user avatar
  • 1,135

15 30 50 per page
1
2 3 4 5
29