I am trying to implement Fb registration in my site.I want to redirect it to my custom page (under the same domain) after registration.. how should I code? anyone please help me....
I am using the Graph API in my iOS app. When I do a request of type [facebook requestWithGraphPath:@\"me/photos\"] ..
How do开发者_JS百科 you tell if a user has logged in to Facebook in a ASP.NET User control? I can tell whether or not they are logged in via a call in Javascript provided by the Facebook Javascript S
I\'m writing an app to help users understand their Facebook privacy settings.I know how to access the privacy settings for a specific video, note, link, photo, or photo album.However, I want to determ
I\'m writing a HTML page and I want to check if the current logged in user \"likes\" a page or not and according to that redirect them.
There is profile information, like interests, education and work history, that is available to me when I am browsing profiles of users who are not my friends (while logged in and while logged out).
I am using RestFb as a java wrapper to make calls to Facebook graph API. I want to post to my fan page as admin. Currently, all posts appear as my personal posts. I have taken the access_code using \"
I was trying to implementing facebook real time update. It looks like i was able to subscribe. `$param = array(
Am developing a Canvas App and have hit a wall. The application performs some function and arrives at a list of user id\'s to which application requests must be sent. Following the steps on this page
I am having trouble executing the FB.getLoginStatus() method directly. When a user clicks the action button, I call the FB.getLoginStatus() however, this returns \"Undefined\". When I reload the page