Facebook Platform lets developers integrate their apps directly into the Facebook experience. With Facebook Platform, you can reach more than 750 million active users. Using Facebook on your website or app allows you to create a more personalized, social experience that drives higher growth and engagement.
95
votes
5answers
30k views
What does a Ajax call response like 'for (;;); { json data }' mean?
I found this kind of syntax being used on Facebook for Ajax calls. I'm confused on the for (;;); part in the beginning of response. What is it used for?
This is the call and response:
GET ...
69
votes
14answers
5k views
How does Facebook achieve good performance?
Almost everyone has a Facebook account, even people who are not familiar with the Internet.
With millions people actively using Facebook, updating their status, replying to messages, uploading photos ...
59
votes
4answers
22k views
“Unsafe JavaScript attempt to access frame with URL…” error being continuously generated in Chrome webkit inspector
Chrome (or any other webkit browser) throws a ton of these "Unsafe JavaScript attempt to access frame with URL..." when working with the Facebook API for example.
It doesn't interfere with actual ...
57
votes
10answers
45k views
Do Facebook Oauth 2.0 Access Tokens Expire?
I am playing around with the Oauth 2.0 authorization in Facebook and was wondering if the access tokens Facebook passes out ever expire. If so, is there a way to request a long-life access token?
53
votes
12answers
25k views
New Facebook app - FBML or iFrame? [closed]
We're starting a new facebook app (incidentally in Rails), and are faced with the decision to use FBML or to use IFrames. It seems like in the past the consensus generally was that FBML was the better ...
44
votes
7answers
34k views
Facebook offline access step-by-step
After searching literally 1 day on facebook and google for an up-to-date and working way to do something seemingly simple:
I am looking for a step-by-step explanation to get offline_access for a user ...
40
votes
14answers
12k views
OmniAuth & Facebook: certificate verify failed
I've followed Railscast #235 to try and set up a minimal Facebook authentication.
I've first set up a Twitter authentication, as done by Ryan himself. That worked flawlessly.
I then moved on to ...
39
votes
5answers
63k views
How do you post to the wall on a facebook page (not profile)
I have a blog site written in php and it posts new blog posts to twitter and a blog ping automatically under the hood using simple http post requests passed using php curl.
I have a facebook page for ...
37
votes
9answers
41k views
Facebook Connect and ASP.NET
I'm at step 8 of the authentication overview found here: http://wiki.developers.facebook.com/index.php/How_Connect_Authentication_Works
In particular, the user has logged into facebook via Facebook ...
36
votes
7answers
16k 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 ...
34
votes
1answer
1k views
jQuery's drag and drop - reverse engineering Facebook's uiTokenizer on 'Arts & Interests'
I'm reverse engineering facebook's uiTokenizer using $.special.event.drag and $.special.event.drop and jQuery because jQuery UI's sortable / draggable is heavy and slow.
My question I think is ...
34
votes
11answers
2k views
How much more efficient is one big image rather than many small images. Facebook style
So I was looking at the facebook HTML with firebug, and I chanced upon this image
and came to the conclusion that facebook uses this large image (with tricky image positioning code) rather than many ...
33
votes
6answers
3k views
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?
30
votes
6answers
15k views
Rails 3 using Devise: How to allow someone to log in using their Facebook account?
I have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their Facebook account. I think this is called Facebook Connect, but I've also heard the term ...
30
votes
11answers
15k views
Facebook Friends.getAppUsers using Graph API
I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application.
I have read the docs, but I can't figure ...
29
votes
3answers
887 views
Facebook + UserBundle authentication with symfony2
I'm trying to authenticate my users via facebook or userbundle on symfony2
Here's what I did so far (and it works, although not as I want):
firewalls:
main:
pattern: .*
...
29
votes
6answers
8k views
Developing and Testing a Facebook application
Typically I develop my websites on trunk, then merge changes to a testing branch where they are put on a 'beta' website, and then finally they are merged onto a live branch and put onto the live ...
28
votes
5answers
6k views
How to properly handle session and access token with Facebook PHP SDK 3.0?
In the PHP 3.0 SDK there is no getSession() or any session handling from outside the Facebook api available. Some days ago the developers of facebook have also somehow updated the JavaScript sdk, ...
28
votes
3answers
4k views
Programmatically Untag FB Photos with Javascript
I've spent the past hour hacking away at this: I want to write a Javscript routine to programatically untag myself from photos on Facebook. Once it works, I'll run it in the Firebug console and untag ...
28
votes
9answers
38k views
Facebook Oauth Logout
I have an application that integrates with Facebook using Oauth 2.
I can authorize with FB and query their REST and Graph APIs perfectly well, but when I authorize an active browser session is ...
28
votes
14answers
34k views
Facebook database design?
I have always wondered how Facebook designed the friend <-> user relation.
I figure the user table is something like this:
user_email PK
user_id PK
password
I figure the table with user's ...
27
votes
1answer
1k views
registration-url parameter fails for fb:login-button if oauth 2.0 is enabled
I'm trying to get the registration flow for Facebook login working. Here's a bare-bones example:
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml">
...
27
votes
7answers
72k views
How to show particular image as thumbnail while implementing share on Facebook?
I am trying to implement share this method. I am using the code as follows
http://www.facebook.com/share.php?u=my_website_url
Now when Facebook is showing it showing some thumbnails at left side. ...
26
votes
5answers
24k views
Check if user liked page
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: ...
26
votes
6answers
45k views
Facebook API - How do I get a facebook user's profile image through the FB api (without requiring the user to Allow app)
I'm working on a CMS that fetches a user's profile image from their facebook url (ie, http://facebook.com/users_unique_url). How can I accomplish this? Is there a faceboook API call that fetches a ...
26
votes
3answers
7k views
Is Facebook an OpenID provider?
Is Facebook an OpenID provider? I know they are an OpenID supporter but do they allow people to authenticate with other sites via OpenID with their Facebook credentials?
26
votes
6answers
7k views
How do I write Facebook apps using Django?
Am in the process of developing some app for Facebook using Django! I've started first by building the app in Django and its shaping up pretty well, now am wondering how can I make it a Facebook app.
...
25
votes
7answers
5k views
Facebook JavaScript SDK over HTTPS loading non-secure items
I have a Facebook application that uses the Facebook Connect.js https://connect.facebook.net/en_US/all.js
I am running my application over HTTPS. All content on the site is delivered from https:// ...
23
votes
9answers
48k views
Facebook Like-Button - hide count?
In the setup dialog for the Like-Button, there are only two options for layout:
Unfortunately, the numbers for the website of my employer is nowhere near 22'000, so the powers that be have ...
23
votes
15answers
34k views
New Facebook like button HTML validation
After adding the new facebook like button to my page, it no longer validates using XHTML strict. The two errors I come across are:
All of the "meta property" tags say that "there is no attribute ...
23
votes
16answers
5k views
Which Facebook .NET Library is the best to use?
There is a list of projects here, mainly the Facebook Developer Toolkit and Facebook.NET. However, I've seen a lot of negative feedback about the toolkit and it seems like Facebook.NET hasn't been ...
21
votes
6answers
13k views
How does Facebook Sharer select Images?
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 ...
20
votes
4answers
30k views
Android/Java — Post simple text to Facebook wall?
I'm trying to integrate posting to one's wall from within my app. I already have an area where the user can save his/her username and password (encrypted). I would like my program to recall the saved ...
20
votes
4answers
23k views
Can I use Facebook's fb:friend-selector in an iframe?
I'm trying to use Facebook's fb:friend-selector FBML tag, but my application is running in an iframe. Is it possible to use this tag in an iframe? If so does anyone have any examples?
19
votes
5answers
3k views
Opengraph validation for HTML5
Is there any way to get facebook's crappy open graph meta tags to validate if my doctype is <!DOCTYPE html> (HTML5)?
Other than facebook's opengraph meta tags, my document validates perfectly.
...
19
votes
2answers
8k views
How can I make the Facebook Like button's width automatically resize?
I'm implementing the Facebook Like Button, but I'm running into some trouble with the width. I'm using the JavaScript SDK implementation, not the direct iframe.
According to the documentation, the ...
19
votes
3answers
11k views
'Like' a page using facebook graph api
Using the graph api I'd like to be able to have an authorized user "like" a page.
I tried posting the following:
https://graph.facebook.com/${PAGE_ID}/likes?access_token=${ACCESS_TOKEN}
And I get ...
19
votes
11answers
43k views
Facebook graph API - OAuth Token
I'm trying to retrieve data using the new graph API, however the token I'm retriving from OAuth doesn't appear to be working.
The call I'm making is as follows;
$token = ...
19
votes
3answers
17k views
Facebook sharer, pass in a comment?
Is it possible to post a description/comment variable to the facebook sharer url? It's only possible for url and title as far as I can figure out.
18
votes
2answers
11k views
Uncaught Exception: Permission denied to Proxy.InstallTrigger
I've searched high and low for this and can easily reproduce it. Running absolute latest PHP SDK and the JS is coming directly from facebook over an HTTPS connection. My 'MyAppId' and domain have been ...
18
votes
9answers
20k views
What database does Facebook use?
Does it use any of the standard ones like Oracle, DB2, SQL Server, or have something of their own?
Considering the type of data (text + images + videos) that they have to manage, it would be ...
18
votes
6answers
7k views
Rails 3 authetication with OpenID, Twitter or Facebook
Can you suggest some working example of it? I tried Authlogic and Devise withous success.
18
votes
5answers
24k views
Facebook Api - send messages to friends
I need to get via facebook connect user's info and send private message to all of his friends... Is it possible?
17
votes
3answers
963 views
Feed dialog generating errors with iOS SDK
UPDATE: This problem was resolved when facebook fixed their service.
I'm trying to get the feed dialog to work for sharing with facebook. I had it all working before with the old, deprecated API and ...
17
votes
5answers
1k views
Create a facebook application programmatically
I'm trying to programmatically create an application in Facebook. I can do that with this:
https://www.facebook.com/connect/create_app.php?api_key=[key]&name=app_name
However, there's always a ...
17
votes
6answers
8k views
How to add a Facebook “Like” button to an AJAX driven page
I have trolled the net + Stackoverflow and have not found an adequate answer to this question and before I start the trial and error process of finding my own solution, I thought I would turn to the ...
17
votes
7answers
19k views
How to remove scrollbars from Facebook iFrame application
I have created a facebook iframe application and set the dimensions to Auto Resize in the Facebook Application settings page but still a horizontal scrollbar is shown at the bottom in IE and Google ...
17
votes
5answers
11k views
Facebook gives “Unsafe JavaScript attempt to access frame with URL” error in Chrome
My sample Facebook app was working great yesterday in Chrome. The page integrates Silverlight ad Facebook via the JavaScript SDK. I can check basic login status, login to Facebook, get your name and ...
17
votes
2answers
8k views
Facebook Like Button - how to disable Comment pop up?
I'd like to disable the Comment box that pops up when a user clicks the Facebook (fbml) Like button I've placed on my site. Is this possible to do? I can't find any details in the documentation.
17
votes
3answers
832 views
Facebook-connect or OpenID? From a developer's perspective
I have recently been contracted to work on an application that requires Facebook-Connect as one of its authentication mechanisms.
Working on my Facebook-Connect solution, I'm realizing that it's ...
