I have followed many examples and looked at many questions regarding this access token error, but I can't seem to find out why I am getting it or how to fix it.
I init Facebook like they do in the 3.1 sdk examples:
NSArray* permissions =…
I am trying out adding facebook integration in an app using the new (beta) facebook ios sdk 3.0. All I would like to is post a status update to facebook. I used a FBLoginView to login to facebook. I put my app id in the plist as instructed on…
I'm using iOS 10 Swift 3 to integrate FB Login. I have followed all steps from Facebook documentation. Now the issue is, after successful login it doesn't returning any values and not get back the user to the app.
Note: The same works perfectly in…
For example, when a user logs in to my app with Facebook, I open the Facebook app for auth, and then the Facebook app switches back to my app. But from then on, "Back to Facebook" stays in the top-left.
I just upgraded Facebook iOS SDK to v.4.0.1 and I got these errors:
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_FBSDKLoginManager", referenced from:
objc-class-ref in Controller1.o
objc-class-ref in AppDelegate.o
…
Is there a way to determine if the currently running app was installed via Facebook ad?
I am currently calling [FBAppEvent activateApp] in my app delegate's applicationDidBecomeActive selector. I'm not using any other Facebook SDK features.
I would…
I'm writing a Django app that uses django-allauth for Facebook integration, and uses django-tastypie for a backend for an iOS app. The iOS app will use the native Facebook iOS SDK. I'd like to be able to sign up and verify both Facebook and…
I just upgraded my app from Facebook iOS SDK 3.1 to 3.2.1 and I'm trying to take advantage of the new error handling provided by the new FBError category on NSError. The code is at the bottom. It compiles fine, but when a FB error occurs, I get the…
I am trying to implement Facebook SDK 3.1 in our app, strictly for the purpose of allowing the user to post about our app on their own wall. We don't want any of the user's information at all. We just want them to enjoy using the app so much that…
In my app there is an option to login with Facebook.
On iOS 9.3 it's works OK.
When I testing it on iOS 10.0.1, it's shows me a blank screen.
I'm using this code to start the login process:
- (void)FacbookLoginButtonPressed:(id)sender {
[self…
My facebook access token is null despite the fact that the button shows that I'm logged in. Anyone know why this would be?
From RootViewController.m
- (void)viewDidLoad {
[super viewDidLoad];
self->login_button = [[FBSDKLoginButton alloc]…
I found interesting issue.
When i'm requesting new publish permissions, fb sdk shows dialog with the "Skip" button.
I'm handling it like this
[[[appDelegate facebook] session] requestNewPublishPermissions:permissions
…
I'm having problems implementing this functionality after following Facebook's tutorial:
https://developers.facebook.com/docs/howtos/share-appid-across-multiple-apps-ios-sdk/
Basically, I have 2 targets under the same project - one for the free…
I'm currently trying to implement the Facebook-Login-Flow with iOS Facebook SDK 3.1.
But there is a little Problem with it. Every time the user logs in with facebook the webview will open up and says
"You have already authorized YOUR_APP.."
The…