On the following code, when I try to share OG story via Share Dialog, and when I get to the share dialog, the "Post" button isn't enabled (even after I enter text).
I had "something went wrong..." in the FB app, but now I don't have it at all
The…
We are planning to use social logins (like facebook, google, twitter, pinterest, and so on) in our app.
What are the rules for storing the facebook IDs (or google, twitter, ...) in our database? Do we need to hash it like passwords? What about the…
I have two view controllers, one uses FBLoginView and its delegates and they are handled in the same class. However, I have another viewcontroller which uses custom button to initiate FBLogin and hence I am not able to assign the delegates to this…
I have the following code in my iOS app, attempting to open up a user's Facebook page in the app:
NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"fb://profile/%@",fbidStr]];
[[UIApplication sharedApplication] openURL:url];
…
The title says it all.
I'm implementing a game with libgdx and I want to implement the facebook sdk into iOS. I'm using the robovm bindings.
SEE BELLOW!!
The game compiles and is pushed to the device, however when the game starts it fails with this…
I have been getting the infamous com.facebook.sdk error 2 for some users when trying to login to an app I'm working on.
This error doesn't happen to everyone, only to certain (and what
seems to be unrelated users).
The app is switched off in…
I am using Facebook sdk 3.18 and apportable indie version sdk.
my facebook is not working.
According to apportable documentation ,they dont support facebook sdk above 3.5.3 but that is very old SDK.
so Is there any way so that this can work?
Can any of you point me in the right direction of the best practices to use the information obtained from facebook for a forum like application.
So, in the application, the user has the ability to use the facebook login option (also twitter/google…
i tested it and read the Open-Graph API reference and i dont know what is wrong here i tested it in real device and in the simulator
i try to upload photo with massage , this is as i read the best way to send from my game screen shot and status ,…
is it possible, using the Facebook SDK, to get the user info from his user id? An important note is that the user would have approved the application and its permissions before the app make the request.
If it is possible, what is the right way to…
iOS Facebook required me to add a URL scheme so that users can login/sign up via Facebook in my app. So, can I also use this Facebook URL scheme for launching my app? I don't need to support deep linking--I'd just like to launch the app from a…
The IOS Facebook SDK (3.17) doesn't give me publish_stream permissions (while older iOS versions and also android work fine -- so it is sdk specific)
What I do is straight forward
1 I get readPermissions
[FBSession…
So I am using parse.com, with automatic anonymous user, and login/signup with facebook (iOS). The problem is that sometimes it logs in properly, and othertimes (most times) it creates a new user, that appears to be anonymous. This happens both with…
FaceBook launched new API from version 2.0 and asking users to upgrade to new SDK.
In my iOS application (which is not a game), user signs in using Facebook. In side the application I have an option to show all the FB friends of the user (friends…