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…
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…
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…
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)…
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…
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()
{
…
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…
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…
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…
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…
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…
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!
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…
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…