Facebook Platform lets developers integrate their apps directly into the Facebook social networking service.
169
votes
23answers
69k 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 ...
135
votes
9answers
65k 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 ...
135
votes
10answers
24k 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?
123
votes
5answers
33k views
What does a Ajax call response like 'for (;;); { json data }' mean? [duplicate]
Possible Duplicate:
Why do people put code like “throw 1; <dont be evil>” and “for(;;);” in front of json responses?
I found this kind of syntax being used on ...
118
votes
10answers
46k 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 ...
118
votes
5answers
57k 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 ...
107
votes
4answers
12k views
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 ...
99
votes
11answers
88k 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?
95
votes
8answers
139k 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 ...
69
votes
5answers
93k 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 ...
67
votes
17answers
33k views
App is misconfigured for Facebook login : Android Facebook integration issue
I have integrated my application with Facebook,for these I am using Facebook's Graph API.I am retrieving profile & friends information.It is working fine on my device which has Android version 2.3 ...
65
votes
7answers
41k views
How to detect when facebook's FB.init is complete
The old JS SDK had a function called FB.ensureInit. The new SDK does not seem to have such function... how can I ensure that I do not make api calls until it is fully initiated?
I include this in the ...
64
votes
14answers
41k 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.
64
votes
6answers
73k 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: ...
60
votes
3answers
20k 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?
59
votes
12answers
113k 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 ...
58
votes
6answers
31k 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 ...
57
votes
3answers
1k views
Facebook's “Messenger” has a SMS Broadcast Receiver that takes highest priority after reboot
Facebook's Messenger, has a priority of 2147483647, for their android.provider.Telephony.SMS_RECEIVED broadcast receiver, declared in their manifest.
(It's sad we are forced to not follow the ...
55
votes
7answers
131k 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. ...
55
votes
17answers
26k 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 ...
55
votes
9answers
35k 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 documentation, how do I ...
55
votes
7answers
48k views
Facebook offline access step-by-step
UPDATE: Facebook offline_access permission is being deprecated. Please refer to the official documentation for more information.
You'll have till May 1, 2012, at which date this setting will be
...
54
votes
6answers
25k views
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 ...
54
votes
6answers
44k views
Running Facebook application on localhost
I am planning to connect to Facebook chat from my localhost. I will need to get the session key from Facebook. When I give the site URL as localhost:8080 or ip-address:8080, it does not work. I read ...
54
votes
7answers
45k 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 ...
53
votes
14answers
53k 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 ...
53
votes
12answers
27k 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 ...
53
votes
6answers
62k views
Facebook API error 191
I'm trying to integrate my project with Facebook. I'm taking babysteps at first and just trying to login, get a Facebook session and get some user data. I'm developing it locally so my Facebook ...
51
votes
6answers
27k 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 ...
51
votes
14answers
33k views
Safari 3rd party cookie iframe trick no longer working?
So this is the umteenth revenge of the "how do I get 3rd party cookies to work in Safari" question but I'm asking again because I think the playing field has changed, perhaps after February 2012. One ...
46
votes
10answers
104k views
Facebook Post Link Image
When someone posts a link on facebook, a script usually scans that link for any images, and displays a quick thumbnail next to the post. For certain URLs though (including mine), FB doesn't seem to ...
46
votes
3answers
26k views
Facebook Architecture [closed]
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 ...
45
votes
7answers
28k views
FB OpenGraph og:image not pulling images (possibly https?)
First -- I do not believe this is a duplicate issue. I've searched for same or similar problems on SO extensively, and due to the nature of troubleshooting before asking, I believe this problem is ...
44
votes
9answers
56k 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 ...
44
votes
4answers
39k 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 ...
43
votes
4answers
58k 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 ...
42
votes
8answers
64k views
Send private messages to friends
I need to get via Facebook connect user's info and send a private message to all of his friends. Is it possible?
41
votes
12answers
66k 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 ...
41
votes
8answers
11k views
Facebook Page Access Tokens - Do these expire?
I'm building an app that allows users to administrate their Facebook Fan Pages. This requires the following two Access Tokens:
A User Access Token
A Page Access Token
I'm quite familiar with User ...
41
votes
4answers
8k views
Open Graph namespace declaration: HTML with XMLNS or head prefix?
I have seen conflicting information on how to best implement Open Graph namespaces. Specifically, the Open Graph website uses a few different methods, and the Facebook Open Graph examples use other ...
40
votes
10answers
15k views
facebook error 'Error validating verification code'
very strange error. i use gide http://developers.facebook.com/docs/authentication/. so i create request to fb and pass redirect_uri. i use test site on localhost. so if i pass
...
40
votes
8answers
24k views
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 ...
40
votes
3answers
66k views
Upload Photo To Album with Facebook's Graph API
I'm trying to familiarize myself with Facebook's new Graph API and so far I can fetch and write some data pretty easily.
Something I'm struggling to find decent documentation on is uploading images ...
40
votes
5answers
44k views
Facebook login “given URL not allowed by application configuration”
I've added facebook login to my site. However, when I click the button, I get a red box that says:
Invalid Argument
Given URL is not allowed by the Application configuration.
If I continue to ...
39
votes
1answer
2k 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 ...
38
votes
28answers
41k views
Redirecting to authentication dialog - “An error occurred. Please try again later”
Why does it always happen to me?
This happens after my application verify for user user login and redirect user to the authentication page:
...
38
votes
3answers
16k views
FB.init has already been called
I am building facebook iframe app. My application is loaded once (I receive signed_request once) and then I navigate through the pages in the iframe using internal domain links. I noticed that I see ...
38
votes
4answers
9k views
Turn omniauth facebook login into a popup
I'm using the omniauth gem with rails and it works great with loging in users, but everytime it takes you to the fb login page then redirects you back. I was wondering if there is a way to do what ...
38
votes
6answers
49k views
Facebook how to check if user has liked page and show content?
I am trying to create a Facebook iFrame app. The app should first show an image and if the user likes the page, he will get access to some content.
I use RoR, therefore I can't use the Facebook PhP ...
38
votes
7answers
16k views
Facebook JavaScript SDK over HTTPS loading non-secure items
I have a Facebook application that uses the Facebook Connect.js.
I am running my application over HTTPS. All content on the site is delivered from https:// with the exception of some content that ...

