Skip to main content

Questions tagged [facebook]

Facebook Platform lets developers integrate their apps directly into the Facebook social networking service. Use this tag for questions which may arise when developing FOR Facebook. This tag is NOT for support questions about using the Facebook website or the official Facebook app. It is also NOT for questions of the “I want to implement a feature similar to what Facebook has” variety.

facebook
372 votes
8 answers
254k views

Facebook Graph API v2.0+ - /me/friends returns empty, or only friends who also use my application

I am trying to get my friend name and ids with Graph API v2.0, but data returns empty: { "data": [ ] } When I was using v1.0, everything was OK with the following request: FBRequest* ...
Kaslico's user avatar
  • 3,768
402 votes
12 answers
343k views

How does Facebook Sharer select Images and other metadata when sharing my URL?

When using Facebook Sharer, Facebook will offer the user the option of using 1 of a few images pulled from the source as a preview for their link. How are these images selected, and how can I ensure ...
Sampson's user avatar
  • 267k
35 votes
4 answers
42k views

Facebook JS SDK's FB.api('/me') method doesn't return the fields I expect in Graph API v2.4+

I'm trying to get some basic information using Facebook api, but so far I only get the user's name and id. As in { name: "Juan Fuentes", id: "123456" } I need to get mor einformation, like email, ...
Juan Fuentes's user avatar
  • 1,761
762 votes
6 answers
120k views

What's the shebang/hashbang (#!) in Facebook and new Twitter URLs for?

I've just noticed that the long, convoluted Facebook URLs that we're used to now look like this: http://www.facebook.com/example.profile#!/pages/Another-Page/123456789012345 As far as I can recall, ...
BoltClock's user avatar
  • 716k
790 votes
18 answers
476k views

How to identify if a webpage is being loaded inside an iframe or directly into the browser window?

I am writing an iframe based facebook app. Now I want to use the same html page to render the normal website as well as the canvas page within facebook. I want to know if I can determine whether the ...
akshat's user avatar
  • 15.7k
245 votes
35 answers
363k views

Key hash for Android-Facebook app

I'm working on an Android app, in which I want to integrate a Facebook posting feature. I downloaded the Facebook-Android SDK, and I got the readme.md (text file) in there, in which it is mentioned to ...
ravi babu's user avatar
  • 2,451
219 votes
19 answers
202k views

Facebook: Permanent Page Access Token?

I work on a project that has Facebook pages as one of its data sources. It imports some data from it periodically with no GUI involved. Then we use a web app to show the data we already have. Not all ...
Vlasec's user avatar
  • 5,538
46 votes
5 answers
206k views

org.openqa.selenium.ElementNotInteractableException: Element is not reachable by keyboard: while sending text to FirstName field in Facebook

The error is: Exception in thread "main" org.openqa.selenium.ElementNotInteractableException: Element is not reachable by keyboard The code is: System.setProperty("webdriver.gecko....
Rozmeen's user avatar
  • 489
75 votes
4 answers
114k views

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 any of these. /Note I am trying to see what information is available about ...
The Lazy Coder's user avatar
286 votes
24 answers
159k views

Android Facebook style slide

The new Facebook application and its navigation is so cool. I was just trying to see how it can be emulated in my application. Anyone has a clue how it can be achieved? On clicking the the top left ...
Harsha M V's user avatar
  • 54.7k
103 votes
5 answers
157k views

How to check if a user likes my Facebook Page or URL using Facebook's API

I think I'm going crazy. I can't get it to work. I simply want to check if a user has liked my page with javascript in an iFrame app. FB.api({ method: "pages.isFan", page_id: ...
Patrik's user avatar
  • 2,227
233 votes
3 answers
79k views

What APIs are used to draw over other apps (like Facebook's Chat Heads)?

How does Facebook create the Chat Heads on Android? What is the API to create the floating views on top of all other views?
Daniel A. White's user avatar
124 votes
20 answers
231k views

Facebook Android Generate Key Hash

Trying to create an android app with Facebook integration, I've gotten to the part in the docs where you have to generate a key hash file, it specifies to run the following code keytool -exportcert -...
Scott's user avatar
  • 2,999
1782 votes
15 answers
304k views

How does Facebook disable the browser's integrated Developer Tools?

So apparently because of the recent scams, the developer tools are exploited by people to post spam and even used to "hack" accounts. Facebook has blocked the developer tools, and I can't ...
Derek 朕會功夫's user avatar
174 votes
31 answers
371k views

Open Facebook page from Android app?

from my Android app, I would like to open a link to a Facebook profile in the official Facebook app (if the app is installed, of course). For iPhone, there exists the fb:// URL scheme, but trying the ...
Björn Marschollek's user avatar

15 30 50 per page
1
2 3 4 5
532