I am using facebook sdk for ios for the first time. I have been facing a weird problem. The
facebook sdk lets me logout but wont let me login with a different user. do you guys have any idea how to solve this.
I am pasting something that i have…
I'm trying to get around the documentation with no real success.
I defined a URL scheme for my app:
://?param1=X¶m2=Y
Now I want to include this address in posts (presentShareDialogWithOpenGraphAction or…
I'm trying to share a photo from my app to facebook, exactly like Instagram does by toggling on "Share on facebook", where the user result in having a beautiful large photo on his wall.
I followed exactly the "Custom Stories with Open Graph"…
I am trying to set up in app facebook game requests for an iOS app. I am able to successfully send a request from the iOS app and view them in a browser on my laptop.
However, when I try to find the game requests using the facebook app for iOS…
I've just launched a game made with Unity3D which use the Facebook SDK for multiple purposes. Before uploading my app to the Appstore for Apple review, I've fully tested it on iOS 6 and iOS 7 and everything was working perfectly.
A week later, after…
I'm using the facebook sdk v.3.15. When I authenticated, the Facebook App Native Login Dialog (pic 1) has been showed but I want the iOS Native Login Dialog (pic 2) to be showed. How can I do it? I have tried this link but seem it's obsolete.
How to…
I'm using FBLoginView in my IOS app.
I built a second app for testing the next version (different bundle name) to co-exist with the production version.
When I click login with facebook, after permission validation I get the production app running…
Edit: No work around yet, but Facebook in there own SDK seemed to have deprecated using the system FB sign-on. I tried the latest SDK, and it just completely ignores the system sign-on. Unfortunately I can' used the latest SDK as, despite using the…
I can do this easily from the web, by just typing @cocacola and selecting the fan page that I want to comment on. However, I can't do this with the native facebook post view on iOS. Is there another way to do this on iOS?
In my application, I have Facebook login functionality. It working fine in current application state. Due to new requirement I want add some extra permission while login with Facebook.
My problem: If user is logged in to Facebook from iOS Setting…
I'm using Facebook SDK for iOS v3.14.1
I have the following code which allocs and inits an FBFriendPickerViewController, then presents it. The second line of code is just COCOS2D's way of presenting a view controller. The view controller itself is…
I have added an imageview on my viewcontroller using storyboard and I wanted to set the class of the image view to FBProfilePictureView but every time I did that, xcode return the class to empty, it seems that it doesn't recognized the…
We need that all our test users to be friends of each other. Doing that through the App Dashboard manually is a tremendous amount of work depending on the number of test users you need (in our case more than 50 test users).
Therefore we are looking…
I want to retrieve third_party_id of the Facebook's user in my ios application using Facebook SDK. Currently i am trying this
[FBSession openActiveSessionWithPublishPermissions:@[@"basic_info", @"email",…
I am developing an iOS and android app in which I have to give a functionality to user so as he can post on my App's wall from their account. I have found in Facebook developers forum that this functionality has been removed.
Can anyone please…