Skip to main content

All Questions

Tagged with
0 votes
0 answers
102 views

fbauth2 is missing after following all suggested solutions

Good day everyone. I have this error when I update my ios to ios 9.2 'InvalidOperationException', reason: 'fbauth2 is missing from your Info.plist under LSApplicationQueriesSchemes and is required ...
Ahmed Adnan Qazzaz's user avatar
19 votes
4 answers
12k views

FBSDKShareLinkContent is not setting the contentDescription and contentTitle

I am trying to share a link on the Facebook using FBSDKShareLinkContent. I have set the URL, description and title. SDK is automatically populates the title and description by information scraped ...
Minna's user avatar
  • 2,563
3 votes
2 answers
10k views

facebook app. Iphone app store ID not working

I am setting up a facebook app. It requires iphone app store ID. In my itunesConnect I have setup the app and it has given me the AppID, a numeric number. The app is not on the market yet. I put ...
Shamas S's user avatar
  • 7,559
0 votes
1 answer
833 views

How to share selected text from iphone book app on Facebook

I have iphone book app like all other text when tap and hold a specific words you will see a (copy,define) menu, I want to add another item which is (share) when the user tap it the sharing action ...
4slices's user avatar
  • 241
0 votes
0 answers
114 views

"Unexpected error occurred" getting When open FBWebDialog in iOS

I am sharing job Details to Facebook Friends, using the "Message" Parameter to post all content. When I open FBWebDialogbox FBWebDialogs presentRequestsDialogModallyWithSession:<#(FBSession *)#&...
user1120998's user avatar
1 vote
0 answers
67 views

Facebook SSO not working for first time in iPhone

I am facing one small issue, i have searched a lot however didn't got anything work. I am implementing Facebook SSO inside iPhone App. When i click on button in my app, it launches facebook ...
user741076's user avatar
0 votes
1 answer
419 views

Facebook SDK iOS 6.1.4 not working

I have a problem with the facebook login using my ios app. My application work fine with all iOS version, only with the iOS 6.1.4, i don't know why ! In the iOS 6.1.4 when i click on the login button,...
Bacem's user avatar
  • 207
3 votes
5 answers
2k views

Facebook iOS SDK 3.5 modal feed dialog loads empty in iPhone

I use this code to present share dialog: if (![[FBSession activeSession] isOpen]) {[self login]; return;} NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys: ...
Lukasz's user avatar
  • 19.9k
0 votes
2 answers
282 views

UITableViewController buttons stick to top during pull to refresh

I am trying to figure out how to have a UITableView with a view at the top which scrolls with the table, but when you pull to refresh, the view stays at the top of the screen and the refresh control ...
Nicholas Cooke's user avatar
2 votes
2 answers
1k views

FBLoginView rejects some users

I am using the newest Facebook iOS SDK in my project. I have successfully implemented Facebook login using FBLoginView following their own guide: https://developers.facebook.com/ios/login-ui-control/ ...
user avatar
1 vote
0 answers
678 views

Facebook SDK / iOS - people search with [FBRequestConnection startWithGraphPath: - No results

I am performing a facebook people search graph request like so: -(void)searchFBFor:(NSString*)query { NSString *q = [NSString stringWithFormat:@"search?q=%@&type=user", [query ...
Zigglzworth's user avatar
  • 6,703
1 vote
1 answer
262 views

Post more than 1 picture in a Facebook Post

This is my code. It works fine, but I can only post once for each image : [params setObject:_selectedPhoto forKey:@"source"]; FBRequestConnection *connect = [[FBRequestConnection alloc] ...
Claudio Solaroli's user avatar
2 votes
3 answers
1k views

facebook ios sdk isn't working. iphone

I followed all the steps from here http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/ (Adding SDK & framework dependencies, Adding SQLite and the -ObjC linker flag, Adding ...
Maria Stoica's user avatar
4 votes
1 answer
699 views

how do I sign my iOS app out of facebook - like REALLY sign out. iOS devices use Safari cookie that my app cannot forget

I have searched high and low and spent 8 hours on this one item alone trying out loads of suggestions here. There are many people stuck on this and other forums. Here is another way of asking this ...
Etienne Bley's user avatar
1 vote
1 answer
1k views

Social.framework not found

I'm trying to link Facebook SDK 3.1 with my existing iOS application. Base SDK is 6.1, iOS Deployment Target is set to 5.1. I added Social, Accounts and AdSupport framework to the project and set ...
Sagito's user avatar
  • 1,046

15 30 50 per page
1
2 3 4 5