The latest released version (as of January 30, 2014) of the Facebook SDK for iOS.
Questions tagged [facebook-sdk-3.1]
135 questions
1
vote
0 answers
How to access the user info when the FBSessionStateCreatedTokenLoaded happens?
When ever user launches the app i need to check the session if session exist i need to get the particular user sessions info.
Thanks in Advance.
My code:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary…

Peer Mohamed Thabib
- 636
- 2
- 9
- 29
1
vote
0 answers
Facebook share: only a SMALL image shows on the web (LARGE in iOS app)
Using presentShareDialogWithLink or Open Graph or something else, (how) can one post a large thumbnail on the web without a login-session (i.e. with a fast-app-switch)? Namely, the official-snippet doesn't present a large thumbnail on the web (as…

Blaz
- 3,548
- 5
- 26
- 40
1
vote
0 answers
Continue log in when internet connection reestablished. Facebook SDK IOS
I got an app that is connected to Facebook.
Upon start up of the app, if not logged out, the user will proceed to the home controller
, else he will stay in the login controller and asked to login.
The scenario:
User open the app with no internet…

jmac
- 574
- 1
- 5
- 11
1
vote
1 answer
iOS - Facebook SDK - SSO - Login without login dialog
I change the Info.plist file in runtime by:
-(void) setBundleUrlScheme:(NSString*)fbAppId {
NSString *path= [[NSBundle mainBundle] pathForResource:@"Info" ofType:@"plist"];
if(path){
NSMutableDictionary *dict =…

gran33
- 12,421
- 9
- 48
- 76
1
vote
1 answer
Facebook iOS SDK integration showing Error in Appdelegate.m
in htttps://developer.facebook.com they have give login with API call Sample, they asked to type following code in my app delegate.m file
// Whenever a person opens the app, check for a cached session
if (FBSession.activeSession.state ==…

Peer Mohamed Thabib
- 636
- 2
- 9
- 29
1
vote
1 answer
Share video link to facebook ios
I am working on a ios app.
I need to share a video link to facebook.Video will save on my server.
I am using below code:-
params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
AppName, @"title",
…

Priyank Gandhi
- 1,257
- 1
- 16
- 29
1
vote
0 answers
OAuthException Error code 458 in Facebook SDK IOS
I am using FB SDK VERSION : FBiOSSDK.3.11.1. Here I wanna handle two situations.
If FB User removed an App permission in FB Settings , We are getting OAuthException Error code 458. But ,In mobile Facebook setting set to ON for concerned IOS App.…

Femina
- 1,239
- 1
- 12
- 25
1
vote
0 answers
Send a Facebook iOS request without requiring web dialog login
In my iOS app, I have a user logged in via fast app switch and the native iOS app. When i open a request dialog via
NSMutableDictionary* params =
[NSMutableDictionary dictionaryWithObjectsAndKeys: @"", @"app_id", friendID, @"to", nil…

wallacer
- 12,855
- 3
- 27
- 45
1
vote
5 answers
How to integrate Facebook User's Newsfeed (or) Wall post in iOS App
I'm trying to integrate a custom view which shows a few post of the users Facebook news feed.
I'm looking for a good starting point. I don't want to use a UIWebView or something like this to grab the mobile site of Facebook instead I want to get…

arnoapp
- 2,416
- 4
- 38
- 70
1
vote
1 answer
How to save facebook account to ACAccountStore from facebookSDK
I want to save the facebook account to ACAccountStore in iOS,
I will get accessTocken from facebookSDK but how to obtain tocken and secret
How to save it to ACAccountStore
Thanks in Advance.
------ Edit--------
I have an application that uses…

Rafeek
- 523
- 3
- 16
1
vote
0 answers
How to combine facebooksdk and socialframework?
For example, currently I am using socialframework.
Now I want to add a feature. Everytime user click the recommend button I want the user to post stuffs on his wall. I don't think it can be done with social.framework without displaying the message…

user4951
- 32,206
- 53
- 172
- 282
1
vote
1 answer
The FacebookSDKResources.bundle is no longer required for your application
Trying to integrate my app with Facebook for login proposes, i've happened to notice the following log line:
2014-01-07 15:22:08.843 Nutrino[7457:70b] FBSDKLog: The FacebookSDKResources.bundle is no longer required for your application. It can be…

goldengil
- 1,007
- 9
- 25
1
vote
1 answer
how to get facebook page id using javascript sdk?
I want to get page id from Facebook on custom page tab click. Here is the code, i am working with. Is this right way to get page id from the Facebook. I am able to get access token and user id values using this code. Any help is greatly…

sainath sagar
- 499
- 2
- 10
- 28
1
vote
0 answers
Facebook Share Feed Dialog not longer visible it redirect again to My app from Facebook Native app
Hi i Facing strange issue with Post image using Facebook feed share dialog. I am using this bellow code:-
-(IBAction)shaerFacebook
{
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES);
NSString…

Nitin Gohel
- 49,482
- 17
- 105
- 144
1
vote
0 answers
Strange fb sdk behavior
On the PHP script I placed Facebook login button with FB SDK. Several days ago, I found that sometime login display is shifted down, and links on the page are not clickable. Very strange, it is not always but sometime appears in all browsers.
How to…

John Fath
- 11
- 1