Showing posts with label facebook-graph-api. Show all posts
Showing posts with label facebook-graph-api. Show all posts

Friday, June 8, 2012

Monday, June 4, 2012

Facebook Page Access Tokens - Do these expire?


I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens:

Sunday, June 3, 2012

List of Facebook error codes


I'm looking for a list of all Facebook can return when you try to fetch infos using Graph API. Can anyone help?

Thursday, May 31, 2012

Facebook Api - send private messages to friends


I need to get via facebook connect user's info and send private message to all of his friends... Is it possible?

"Like" a page using facebook graph api


Using the graph api I'd like to be able to have an authorized user "like" a page.

Sunday, May 20, 2012

Design for Facebook authentication in an iOS app that also accesses a secured web service


Goal: Allow a user to authentication with Facebook into an iOS application which requires access to a protected web service that I'm running.

Tuesday, April 10, 2012

Like button in iOS application


Does anybody know how to place Facebook "like" button into iOS application? I've tried the method described in this blog post . But I do not really like this method, because its ugly Login dialog. And, what is more important, it makes user login twice. For example, user wants post a message to his wall if he isn't logged in I call standard FBLoginDialog, after that user posted a message he may want push "like" button and he have to login again - it is really bad user experience.

Tuesday, February 21, 2012

Facebook authentication error - The operation couldn’t be completed


I have an option in my game for users to post an achievement to their wall. If they are logged in, i.e. their token is still active, it works fine. However, if they need to renew their token, the app exits and the Facebook authentication page loads for a second before returning to the app (they only need to click OK on the authentication page if they have actively logged out, otherwise it happens automatically).

Sunday, January 29, 2012

facebook iframe app; php sdk getUser() returns valid id on page one but not for any other page


I have a facebook iframe app which correctly logs in and authorizes the app, but getUser() only works on the first page. As soon as a user clicks a link to a new page within the iframe, getUser() returns 0.