All Questions
23
votes
3answers
44k views
How to get access token from FB.login method in javascript SDK
I need to get the access token from FB.login method in javascript SDK. my login code is
FB.login(function(response) {
if (response.session) {
if ...
23
votes
4answers
16k views
Can I “add friend” with Facebook's API?
Does their API allow my Facebook-connected user to add a friend?
23
votes
6answers
51k views
How can I execute a FQL query with Facebook Graph API
I'm looking without any success for a way to execute a FQL(facebook query language) query with the new Open Graph API.
Does anyone know how I can do this?
Found the answer here with this excellent ...
23
votes
3answers
46k views
Using Facebook Graph to simply post a wall message with just javascript
Hey guys,
Now I know this question has been asked similarly a lot of times but I'm really struggling here.
Its a simple thing I need to do:
I would like to post a message onto a users wall saying "I ...
23
votes
10answers
18k views
facebook javascript sdk fb_xd_fragment?
I am using the facebook javascript sdk to embed a like button in my page.
What is fb_xd_fragment??? I see it appends to the end of my url like http://www.mysite.com/controller/?fb_xd_fragment, and ...
23
votes
5answers
13k views
Tagging friends in status updates from Facebook API
I recently came across this blog post that said that it's possible to tag someone in a status update from a Facebook app (= from the API):
However, it doesn't seem to work for me.
It tried it in ...
23
votes
7answers
26k views
Adding the Facebook Like Button in an iPhone App
Does anyone know how I would include a facbeook "like button" in an iphone app. I tried calling the iframe inside of a UIWebView but that doesn't work.
23
votes
1answer
793 views
FB Realtime API not/inconsistently notifying for certain connections (music, movies, books, tv)
I'm currently running into an issue with Facebook's realtime API.
I wish to subscribe to a number of things on a users profile, including their "Likes" in the Music, Books, TV and Movies categories.
...
22
votes
2answers
16k views
Facebook Share doesn't show my description or my thumbnail
I have followed every single piece of advice I have found to try to get this to work but all of it has been to no avail. Can someone tell me why my description/thumbnail doesn't show up? Thanks. Below ...
22
votes
6answers
67k views
Facebook Graph API, how to get users email?
I'm using the Graph API, but I can't figure out how to get a logged-in users email address.
The intro to Graph states "The Graph API can provide access to all of the basic account registration data ...
22
votes
5answers
3k views
OpenGraph or Schema.org?
Just wondering whether you guys out there are favouring the OpenGraph protocol following markup like:
<meta property="og:title" content="The Rock" />
<meta property="og:type" ...
22
votes
6answers
9k views
Rails 3 authentication with OpenID, Twitter or Facebook
Can you suggest some working example of it? I tried Authlogic and Devise withous success.
22
votes
3answers
1k views
Retrieve the list of friends that did a custom action on a custom object in open graph 2
I would like to do something like facepile using the graph api with open graph 2 actions : from a custom object and a custom object, give me the friends (using my facebook application) that did this ...
22
votes
7answers
4k views
How to use Facebook Connect in an iPhone webapp
I'm trying to use Facebook Connect from an iPhone webapp, so it would look similar to how it looks in a native iPhone app which is using the Facebook Connect iPhone SDK.
The iPhone SDK gets the nice ...
21
votes
4answers
1k views
What is this weird script I found on facebook?
Not so much a question to help my own programming, but I found this page on facebook with a cool illusion and a page that says "to see the real illusion, copy and paste this code into your address ...
21
votes
7answers
28k views
Facebook Graph API - upload photo using JavaScript
Is it possible to upload a file using the Facebook Graph API using javascript, I feel like I'm close. I'm using the following JavaScript
var params = {};
params['message'] = 'PicRolled';
...
21
votes
6answers
10k views
Facebook SDK 3.1 - Error validating access token
I'm trying to transition my app to the new Facebook SDK 3.1 (with support for iOS6 authentication).
I had it working just fine, so I then decided to remove the app from my list of authorized apps on ...
21
votes
2answers
7k views
Facebook SDK 3.1 for iOS - runs on iOS6, but crashes on iOS 5.x
We've just updated our Facebook SDK for iOS to 3.1.
Facebook SDK 3.0.8 didn't run on iOS6, now that we have upgraded to 3.1, it runs on iOS 6, but crashes under iOS 5.x.
because of ...
21
votes
10answers
10k views
FB.getLoginStatus not calling its callback
The title really says it all. Under some (undetermined) conditions FB.getLoginStatus() just stops working and won't invoke the callback I gave it. The only interesting clues I've found are
...
21
votes
7answers
17k views
iPhone dev: Creating sliding drawers like Path and Facebook apps
The new Facebook app seem to have done away with the grid-icon layout, with a more interesting custom navigation layout where the bottom-most view shows all the options (like Profile, News Feed, ...
21
votes
7answers
8k views
Are there tags to specify the Google +1 story format in Google+ like og-meta for Facebook?
With Facebook we have the Open Graph tags that allow webmasters to specify how the story is displayed on Facebook.
Is there something similar for the Google +1 button, that allows webmasters to ...
21
votes
11answers
16k views
List of Cities by Country
Where does Facebook get their list of cities from? Is there a service that provides an up-to-date feed of cities based on country?
21
votes
4answers
25k 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?
21
votes
3answers
5k views
What is the difference between feed, posts and statuses in Facebook Graph API?
I'm trying to write a program that retreives a given user's "statuses" (and by statuses I mean the things he posted himself, anything he wrote as I'm mostly interested in textual statuses)
I cannot ...
21
votes
3answers
11k views
What is the correct way to refresh Facebook OAuth2 access token after it expires?
As I understand it, this is the basic process for new Facebook iframe canvas apps using the OAuth2 API in a nutshell:
Redirect to (or have user click link to) app's authorization URL
User authorizes ...
21
votes
1answer
9k views
Creating and managing a Facebook app from a Business Account
Can I create or manage a Facebook app via a 'business' account?
When I try to access https://developers.facebook.com/apps when logged in as a business account it redirects me back to my homepage and ...
21
votes
4answers
20k views
custom facebook like link?
Is it possible to add a custom facebook like icon? I would like it to be part of an <ul> and I don't really want to load another library their SDK or all the <meta> tags....
Has anyone ...
21
votes
2answers
21k 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 ...
21
votes
4answers
595 views
How to analyze twitters messages? (improving my algorithm)
I had a nice idea to implement. I call it
FixTheUnFixed
The idea goes like this, imagine you are driving or traveling all over the world and when you see some obstacle or damage - broken light, ...
20
votes
13answers
18k views
Login failed invalid key error with Facebook SDK
I get "Login failed error" with the Facebook Android SDK while running on the device. I have done everything what they specified, like creating a hash and all.
The error is:
...
20
votes
9answers
10k views
Android invalid key and Facebook Connect
When I try to implement Facebook Connect in my Android application, I get the following error.
11-02 16:41:31.660: D/Facebook-authorize(13194): Login failed:
invalid_key:Android key mismatch. ...
20
votes
3answers
10k views
Native iOS app: What do I put in Facebook's developer “iPhone App Store ID” under Settings, Basic?
I'm about finished with a native iPhone app, but I need to finish SSO via Facebook. Despite my best effort, I am unable to figure-out what value is supposed to go in the "iPhone App Store ID" field ...
20
votes
2answers
39k views
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 ...
20
votes
3answers
19k views
Post message to facebook wall from android fb sdk always error
I have problem with fb sdk for Android (downloaded from http://github.com/facebook/facebook-android-sdk). Tried to post wall but always get error (permission already set and logged in to fb)
here is ...
20
votes
4answers
61k views
facebook Uncaught OAuthException: An active access token must be used to query information about the current user
I've been struggling to find out what is happening with this.
My scripts were working fine for a bit and suddenly half stopped.
I'm accessing the api and am getting back an access token. With the ...
20
votes
4answers
16k views
passing custom parameters to facebook fan page tab
I'm unable to get custom parameters send to my facebook fan page tab.
I'm using php and is passing like this:
http://www.facebook.com/pages/{page-name}/?sk=APP_ID&pass=1
but I'm unable to read ...
20
votes
7answers
26k views
20
votes
2answers
7k views
Facebook OAuth: custom callback_uri parameters
I'd like to have a dynamic redirect URL for my Facebook OAuth2 integration. For example, if my redirect URL is this in my Facebook app:
http://www.mysite.com/oauth_callback?foo=bar
I'd like the ...
20
votes
5answers
11k views
How to link a Facebook app with an existing fan page
Now that Facebook has depreciated the landing pages for apps, how do I get my app to point to the Fan page for it's landing page?
I've checked under the Advanced tab and contacts -- but there's no ...
20
votes
9answers
39k views
Facebook API error code 191 [duplicate]
Possible Duplicate:
Facebook API error 191
I'm developing a Facebook app. When I attempt to get an access token, I get the following message:
An error occurred with test. Please try ...
19
votes
16answers
39k views
Facebook Javascript SDK Problem: “FB is not defined”
The following code, copied from the Facebook documentation here, is not working for me in Chrome.
<div id="fb-root"></div>
<script ...
19
votes
7answers
24k views
Getting the “real” Facebook profile picture URL from graph API
Facebook graph API tells me I can get a profile picture of a user using
http://graph.facebook.com/517267866/picture?type=large
which works fine. However, when you type above URL into a browser, the ...
19
votes
7answers
5k views
fbDidLogin not called
So, I've been messing around with the Facebook iOS SDK for a bit and as of the latest version I can't get the fbDidLogin method to be called. The login process works fine, with Safari used on the ...
19
votes
2answers
6k views
Facebook like and Twitter tweet buttons causing Cross Domain Issues
I am using both the twitter tweet button, and the facebook like button
<a href="http://twitter.com/share"
class="twitter-share-button"
data-url="http://example.com"
data-text="some text"
...
19
votes
3answers
13k views
iPhone/iOS - How to use “ShareKit” to post only to Facebook or only to Twitter
In my iPhone app, I have two two buttons, labeled "Facebook" and "Twitter".
I want to use the Sharekit framework which makes my sharing very simple. But as shown in the sample code of ShareKit, I can ...
19
votes
2answers
33k views
Facebook Graph API: FB.login() called before calling FB.init()
I'm trying to use the new Facebook Graph API on my website. This is what I have:
Somewhere on the page:
<fb:login-button autologoutlink="true" ...
19
votes
4answers
16k views
Side navigation menu like Facebook app
I'm looking for something similar to what the new Facebook app has implemented for the Android/ios mobile applications. I am referring to a side navigation menu which opens with a finger movement. ...
19
votes
8answers
25k views
Retrieve Facebook Post Comments Using Graph API
I tried to get Facebook comments using:
http://graph.facebook.com/[post_id]/comments
It results only 2 of 15 comments, and without count info.
{
"data": [
{
"id": ...
19
votes
5answers
38k views
Facebook API: Get fans of / people who like a page
I'd like to get a list of users who like a certain page or a fan of it.
The FB API documentation states that you can only get the count of the fans of a certain page using the social graph, but not ...
19
votes
2answers
10k views
Facebook Connect for one application with multiple domains?
I'm implementing a plug-in that's embeddable in different sites (a la Meebo, Wibiya), and I want to use Facebook Connect. The plug-in is supposed to be embeddable in sites with different domain names. ...



