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
1 answer

How Do I save the user's image fetched from fbprofilepictureview using the Facebook SDK

So I'm implementing the Facebook login button in an iOS app I'm currently working on, I'm trying to save the user's profile picture that's accessed using this line; self.profilePicture.profileID = user.id; I haven't had any luck storing that image…
Josh
  • 225
  • 2
  • 14
0
votes
1 answer

iOS Facebook sdk open album select and image select screens

So basically i want a way to open a screen with my Facebook albums. I should be able to select an album and then a screen with the images in that album should open and after selecting the image i should get it's url or data. I think theres…
Busu
  • 263
  • 3
  • 12
0
votes
1 answer

FBSession returns FBSessionStateClosedLoginFailed after one successful login

I have integrated about a month ago the Facebook SDK for iOS in my application and it was working as expected. About couple of days ago I noticed that after the first login FBSession was always FBSessionStateClosedLoginFailed. I have implemented…
raistlin
  • 261
  • 2
  • 11
0
votes
0 answers

Can I use FBGraphObject outside the scope of Facebook SDK?

The functionality of FBGraphObject is quite useful, accessing and setting the NSMutableDictionary via dot notation is a nice feature to have. More info from here. I have a protocol Duck. @protocol Duck @property (nonatomic, strong)…
otakuProgrammer
  • 298
  • 2
  • 12
0
votes
0 answers

How to publish a custom open graph object to a page as the page with Facebook ios sdk?

I am working on a iOS app with the last facebook SDK. I would like to publish an open graph object on the page's wall I administrate as the page itself. I've got the right permissions : "manage_pages", "publish_stream" and "publish_action". Once I…
0
votes
2 answers

Wait for an async method to return

I have a class: public class User { public string id, name, email, image; public User (IFBGraphUser user) { id = user.GetId (); name = user.GetName (); GetEmail (); } private void GetEmail() { …
Deekor
  • 9,144
  • 16
  • 69
  • 121
0
votes
0 answers

Do I need a Facebook approval for releasing public application?

Let's quote the documentation first: We will review how apps use Facebook Login: Apps requesting more than public_profile, email and the user_friends permission must be reviewed by Facebook before those permissions can be requested from…
0
votes
1 answer

Facebook Graph API v1.0 token iOS SDK

I have a registered Facebook application that uses FB Graph API in version 1. It has permissions for the following things: email public_profile user_friends I use it's API key in my iOS application to allow users log in. I read user token as…
Kamil Lelonek
  • 14,592
  • 14
  • 66
  • 90
0
votes
0 answers

Problems using FaceBookSDK in an iOS app

I am having a hard time trying to do something with FaceBookSDK in an iOS app. In Xcode I created a New Project, Single View Application (Deployment target: 7.1). For start, I just want to have a button that post something to Facebook when…
Michel
  • 10,303
  • 17
  • 82
  • 179
0
votes
3 answers

FBLoginView button with sharp corners

I'm using FBLoginView in an IOS app. Can I change the button of FBLoginView to have sharp instead of round corners?
Boaz
  • 4,864
  • 12
  • 50
  • 90
0
votes
1 answer

Creating an Facebook Graph API Achievement for a game with iOS SDK

I am currently developing a game which will not have a canvas version. It will be playable on iOS and Android platform.I need to work with game achievement objects. I followed Facebook Graph API for creating Achievement . I could not understand the…
Sauvik Dolui
  • 5,520
  • 3
  • 34
  • 44
0
votes
2 answers

facebook sdk compile error in xode6 beta

When i tried to build facebook sdk in xcode6 beta i got the following error .its because of the conflict with name of Apple's non public selectors. "Copy attribute on property 'description' doesn't match the propertyfor property named description…
0
votes
1 answer

FBProfilePictureView - Save UIImage to UserDefaults

How do I get the UIImage out from the FBProfilePictureView? I couldn't find a post that explained it properly so check out my answer below and feel free to edit it!
Declan Land
  • 639
  • 2
  • 11
  • 27
0
votes
0 answers

Facebook Invitation with new API (v2.0)

As we know, in the new version of Facebook API there are a lot of restrictions, especially getting the list of friends who are not app users. And because of this, we cannot invite friends to the app because they are not app users and we can't get…
arturdev
  • 10,884
  • 2
  • 39
  • 67
0
votes
1 answer

Facebook Login error

Application required login through Facebook account.If Facebook account not configured in phone it work fine and login into application successfully but when Facebook account is configured and try login into the App it will give me an error Error…
Bandish Dave
  • 791
  • 1
  • 7
  • 27