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:

85220 questions
213
votes
21 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
  • 21,451
  • 30
  • 108
  • 156
213
votes
25 answers

Android Facebook integration with invalid key hash

In one of my apps I need to get data from Facebook... I am doing this: I have created app ID. It logs in successfully, but after logging out, I log in, and then it gives me: What is wrong I am doing? I am using the Facebook SDK... I have installed…
Android
  • 8,412
  • 9
  • 64
  • 107
209
votes
29 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,001
  • 28
  • 91
  • 135
204
votes
18 answers

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 the information is public. This means I have to…
Vlasec
  • 5,143
  • 3
  • 23
  • 29
202
votes
5 answers

What does a Ajax call response like 'for (;;); { json data }' mean?

Possible Duplicate: Why do people put code like “throw 1; ” and “for(;;);” in front of json responses? I found this kind of syntax being used on Facebook for Ajax calls. I'm confused on the for (;;); part in the beginning of…
Mridul Kashatria
  • 4,109
  • 2
  • 16
  • 15
195
votes
10 answers

How to Test Facebook Connect Locally

I use ASP .NET and Facebook Connect APIs. but when I run the app and press Connect button it's return to the Website not to the test local server which is (http://localhost:xxxx/test.aspx) So how I can test Facebook locally (i.e How I can change the…
Haytham
  • 1,951
  • 2
  • 12
  • 3
194
votes
10 answers

IOS - How to segue programmatically using swift

I'm creating an app that uses the Facebook SDK to authenticate users. I'm trying to consolidate the facebook logic in a separate class. Here is the code (stripped for simplicity): import Foundation class FBManager { class func…
Shlomi Schwartz
  • 11,238
  • 25
  • 93
  • 155
193
votes
8 answers

The calling thread must be STA, because many UI components require this

I am using http://www.codeproject.com/KB/IP/Facebook_API.aspx I am trying to call the XAML which is created using WPF. But it gives me an error: The calling thread must be STA, because many UI components require this. I don't know what to do. I am…
C..
  • 4,909
  • 10
  • 27
  • 36
186
votes
23 answers

React-Native: Application has not been registered error

I am currently going through the React-Native tutorials. I began with the Getting Started tutorial, where I made a new react native project and successfully managed to run the project on my device. I then started the Props tutorial, I copied the…
Adam
  • 2,062
  • 2
  • 10
  • 19
180
votes
20 answers

Facebook development in localhost

Just wanted to know if there is any way I could develop Facebook applications in localhost.
Abhishek
  • 6,554
  • 20
  • 58
  • 76
175
votes
22 answers

Facebook Open Graph not clearing cache

I'm having troubles with my meta tags with Open Graph. It seems as though Facebook is caching old values of my meta tags. Old values for Attributes og:title and og:url are still used, even though I have changed them already. I ran Lint on a page in…
Ardee Aram
  • 4,490
  • 8
  • 31
  • 37
174
votes
3 answers

Facebook Architecture

I have been scrounging for articles/info about the architecture at Facebook, the challenges & ways they tackle them. What they use & why they use. How do they scale & what are the design decisions for what they do etc. Main underpinning being to…
Srikar Appalaraju
  • 66,073
  • 51
  • 206
  • 260
166
votes
28 answers

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 same thing on my Android device throws an…
Björn Marschollek
  • 9,585
  • 9
  • 37
  • 64
164
votes
4 answers

What is the attribute property="og:title" inside meta tag?

I have this extract of website source code: What does this property attribute stand for, and what is its purpose?
luca
  • 34,346
  • 27
  • 81
  • 123
162
votes
4 answers

How can I set a website image that will show as preview on Facebook?

When you share a link on facebook it will automatically find images on the website and randomly picks one as a preview. How can you influence the preview image? When a person shares the website link on his facebook?
Mark
  • 12,916
  • 16
  • 70
  • 94