Top "Facebook" questions

Facebook Platform lets developers integrate their apps directly into the Facebook social networking service.

What are all the custom URL schemes supported by the Facebook iPhone app?

Note These URL's are likely not available. Facebook has been updated a number of times and did not officially support …

iphone facebook facebook-graph-api deep-linking undocumented-behavior
Facebook SDK 4 for Android - how to log out programmatically

Recently, Facebook released SDK 4 with new and cool updates. I tried to switch into SDK4 to use new features, however, …

android facebook facebook-sdk-4.0
Android - get facebook profile picture

I don't know why, but I am always getting null when I try to get the profile picture of the …

android facebook profile
Uncaught ReferenceError: FB is not defined when using FB.getLoginStatus

I'm trying to check if a user has logged in using facebook and get that error in JS console. My …

javascript facebook facebook-login
How to recognize Facebook User-Agent

When sharing one of my pages on FB, I want to display something different. Problem is, I prefer not to …

facebook user-agent
Facebook App: localhost no longer works as app domain

I've been writing a game for Facebook using Rails and jQuery. Since I started using the Facebook Javascript SDK, using …

javascript ruby-on-rails facebook heroku
trying to get app access token

I tried to get an app-access-token for my facebook app with this code: APP_ACCESS_TOKEN = FB.api( "oauth/access_…

facebook access-token
What's the Facebook's Graph API call limit?

Is there any restriction in number of calls we make to facebook's graph api? and If it is there then …

facebook-graph-api facebook facebook-like facebook-fql
og:url is driving me crazy?

hope you can help me... I want to have a page with facebook metatags, like: <meta property="og:title" …

facebook facebook-opengraph
Is there a way to check if Facebook access token is still valid?

My site utilizes lifetime access tokens (offline_access). However, if the user changes his/her password, the access token gets …

facebook facebook-graph-api facebook-rest-api