Questions tagged [facebook-ios-sdk]

Facebook's SDK for developing Facebook-connected applications for iOS devices

Facebook SDK 4.x for iOS.

1778 questions
0
votes
2 answers

Facebook iOS - not able to post OpenGraph on Share Dialog

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…
Boaz
  • 4,864
  • 12
  • 50
  • 90
0
votes
0 answers

Storing social IDs of a user in the database

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…
0
votes
0 answers

How to assign different delegates for FBlogin to two different view controllers in iOS

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…
tech savvy
  • 1,417
  • 4
  • 21
  • 42
0
votes
1 answer

XCode - FB URL Schemes Not Working

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]; …
0
votes
2 answers

Libgdx facebook binding ClassNotFound

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…
couceirof
  • 574
  • 7
  • 19
0
votes
1 answer

com.facebook.sdk error 2 on login for some users using FBLoginView

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…
royherma
  • 4,095
  • 1
  • 31
  • 42
0
votes
1 answer

facebook 3,18 doesnt work in apportable

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?
0
votes
1 answer

iOS sdk using facebook user details for registration

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…
gerhard
  • 173
  • 2
  • 6
0
votes
1 answer

Photo upload with iOS-sdk gives (#324) Requires upload file , the file is there

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 ,…
user63898
  • 29,839
  • 85
  • 272
  • 514
0
votes
1 answer

IOS Facebook SDK, fetch user info

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…
Gerardo
  • 5,800
  • 11
  • 66
  • 94
0
votes
1 answer

The presentShareDialogWithLink won't present the dialog

I'm trying to present Facebook share dialog in my app using presentShareDialogWithLink: [FBDialogs presentShareDialogWithLink:params.link handler:^(FBAppCall *call, NSDictionary *results, NSError *error) …
grigy
  • 6,696
  • 12
  • 49
  • 76
0
votes
2 answers

iOS URL Scheme for Facebook

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…
Brett
  • 4,066
  • 8
  • 36
  • 50
0
votes
1 answer

IOS Facebook SDK 3.17: Doesn't give me publish_stream permissions (while older versions as well as android both work -- so it is sdk specific)

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…
Daij-Djan
  • 49,552
  • 17
  • 113
  • 135
0
votes
1 answer

PFFacebookUtils logIn sometimes creates new user, sometimes logs in

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…
Kurt J
  • 2,558
  • 24
  • 17
0
votes
1 answer

How to get all the friends of the user in FB using iOS SDK

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…
Satyam
  • 15,493
  • 31
  • 131
  • 244