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.

The Facebook Platform is a software environment provided by the social networking service Facebook for third-party developers to create their own applications and services that access data in Facebook. It lets developers integrate their applications directly into the Facebook social networking service.

The platform offers a set of programming interfaces and tools which enable developers to integrate with the of personal relations and other things like songs, places, and Facebook pages. Applications on facebook.com, external websites, and devices are all allowed to access the graph. Launched on May 24, 2007, Facebook Platform has evolved from enabling development just on facebook.com to one also supporting integration across the web and devices.

Documentation

Facebook SDKs

Tools

Support

News

Apps

Report Bugs

Non-developer questions

For questions from a user perspective, (such as uploading your photos, privacy settings, who can post to your wall, etc.) please refer to our sister site Web Applications.

More information:

85660 questions
1778
votes
14 answers

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

So apparently because of the recent scams, the developer tools is exploited by people to post spam and even used to "hack" accounts. Facebook has blocked the developer tools, and I can't even use the console. How did they do that?? One Stack…
Derek 朕會功夫
  • 92,235
  • 44
  • 185
  • 247
769
votes
18 answers

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 page has been loaded inside the iframe or directly…
akshat
  • 15,472
  • 8
  • 30
  • 29
765
votes
6 answers

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, earlier this year it was just a normal…
BoltClock
  • 700,868
  • 160
  • 1,392
  • 1,356
524
votes
19 answers

The developers of this app have not set up this app properly for Facebook Login?

I'm trying to make a login with Facebook available in my script. I've done everything, but when I attempt to login with a Facebook account I get this error from Facebook: Error App Not Setup: The developers of this app have not set up this app…
Kodr.F
  • 13,932
  • 13
  • 46
  • 91
514
votes
22 answers

Facebook Callback appends '#_=_' to Return URL

Facebook callback has started appending #_=_ hash underscore to the Return URL Does anyone know why? What is the solution?
zing ming
  • 5,141
  • 3
  • 15
  • 4
414
votes
4 answers

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. Assumptions: There is a native authentication (and registration) system in place for those users that opt…
TMC
  • 8,088
  • 12
  • 53
  • 72
403
votes
12 answers

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 that any particular image on my page is always…
Sampson
  • 265,109
  • 74
  • 539
  • 565
379
votes
30 answers

FB OpenGraph og:image not pulling images (possibly https?)

Facebook cannot grasp my og:image files and I have tried every usual solution. I'm beginning to think it might have something to do with https://... I have checked http://developers.facebook.com/tools/debug and have zero warnings or errors. It is…
Cyprus106
  • 5,722
  • 6
  • 40
  • 48
373
votes
8 answers

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* friendsRequest = [FBRequest…
321
votes
31 answers

Facebook OAuth "The domain of this URL isn't included in the app's domain"

Let me first start with saying I've searched for an answer to this question for quite some time... I'm trying to setup Facebook OAuth to work with my application that is being developed locally on my machine. Everything was working perfect with…
dangel
  • 7,238
  • 7
  • 48
  • 74
287
votes
25 answers

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 button the page slide and the following screen is…
Harsha M V
  • 54,075
  • 125
  • 354
  • 529
264
votes
17 answers

How to access custom attributes from event object in React?

React is able to render custom attributes as described at http://facebook.github.io/react/docs/jsx-gotchas.html: If you want to use a custom attribute, you should prefix it with data-.
And that's great news…
andriy_sof
  • 2,673
  • 2
  • 13
  • 8
261
votes
14 answers

Facebook API - How do I get a Facebook user's profile image through the Facebook API (without requiring the user to "Allow" the application)

I'm working on a CMS that fetches a user's profile image from their Facebook URL (that is, http://facebook.com/users_unique_url). How can I accomplish this? Is there a Faceboook API call that fetches a user's profile image URL without the user…
John Himmelman
  • 21,504
  • 22
  • 65
  • 80
256
votes
24 answers

How can I find and run the keytool

I am reading an development guide of Facebook Developers at here It says that I must use keytool to export the signature for my app such as: keytool -exportcert -alias androiddebugkey -keystore ~/.android/debug.keystore | openssl sha1 -binary |…
Nguyen Minh Binh
  • 23,891
  • 30
  • 115
  • 165
246
votes
30 answers

How to create Android Facebook Key Hash?

I do not understand this process at all. I have been able to navigate to the folder containing the keytool in the Java SDK. Although I keep getting the error openssl not recognised as an internal or external command. The problem is even if I can get…
Somk
  • 11,869
  • 32
  • 97
  • 143
1
2 3
99 100