37
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 ...
37
votes
5answers
19k 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, ...
36
votes
6answers
38k views
Share Text on Facebook from Android App via ACTION_SEND
I have an Android app and it supports sending text via other apps. It therefore uses the ACTION_SEND intent and the EXTRA_TEXT field. The chooser presents me with all apps that can handle such an ...
35
votes
6answers
47k 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 ...
35
votes
8answers
12k 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.
...
35
votes
5answers
2k 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: .*
...
34
votes
6answers
8k views
What is the length of the access_token in Facebook OAuth2?
I searched on Google and StackOverflow to find a answer to my question but I can't find one.
I'd like to store the access_token to my database for offline access and I'd like to be sure to specify ...
34
votes
15answers
60k views
New Facebook like button HTML validation
After adding the new facebook like button on my page, it's no longer validates using XHTML strict standard. The two errors I come across are:
All of the meta property tags say that there is no ...
34
votes
3answers
26k views
Facebook Site URL?
I Recieve this error when I am working with an app I am creating:
Error
You have specified an App Domain but have not specified a Site URL or a Mobile Web URL
yoursite.com must be ...
34
votes
5answers
15k views
check for extended permissions with new facebook javascript sdk
is there a way to check in my application (canvas) if the user has extended permission (for example "stream.publish")?
i only can find a solution for the old sdk.
thanks!
34
votes
3answers
16k views
How to make Facebook's app new menu on Android? [duplicate]
Possible Duplicate:
Android facebook style slide
Recently Facebook released a new version of its Android application that features an improved navigation. One main new feature is the new ...
34
votes
1answer
720 views
Looking for the Type details for page_stories_by_story_type & page_consumptions_by_consumption_type
We are pulling page stats for page_stories_by_story_type & page_consumptions_by_consumption_type. I am looking for some confirmation and insight for the below Types.
We believe we have been able ...
33
votes
8answers
32k views
How can I display the users profile pic using the facebook graph api?
I would like to display the users profile picture inside of my applications canvas page, is there a way to do that using the graph api?
I know I can do it using FBML but I would also like to pass the ...
33
votes
10answers
46k views
how send message facebook friend through graph api using Accessstoken
Can anyone help me to send message to facebook friends using graph api.
I tried
$response = $facebook->call_api("/me/feed", "post", "to=john","message=You have a Test message");
It's not ...
33
votes
7answers
27k views
Unable to get access token from Facebook. Got an OAuthException says “Error validating verification code”
I am using java and the purpose of my demo application is simple: Update user status.
I followed the Server-side Flow on page http://developers.facebook.com/docs/authentication. I got the auth dialog, ...
32
votes
2answers
7k views
What does it mean to start a PHP function with an ampersand?
I'm using the Facebook library with this code in it:
class FacebookRestClient {
...
public function &users_hasAppPermission($ext_perm, $uid=null) {
return ...
32
votes
6answers
24k views
List of Facebook error codes
I'm looking for a list of all Facebook can return when you try to fetch infos using Graph API. Can anyone help?
Facebook returns a 400 HTTP error, and a JSON content like:
{
"error": {
...
31
votes
9answers
18k views
Facebook development in localhost
Just wanted to know if there is any way I could develop Facebook applications in localhost.
30
votes
4answers
45k views
Facebook “Like” button callback
I am interested in implementing the facebook "Like" button, but I would like to know what user is clicking on this button so I can get some useful information from this. From what I have read, ...
30
votes
3answers
5k 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 ...
29
votes
16answers
17k views
Is it possible to set a fluid width for Facebook's social plugins?
I'm developing a site around the "responsive design" concept, but the facebook social plugins are static width and "break" the layout when it's re-sized.
Using media queries, I've set the plugins to ...
29
votes
12answers
37k 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 ...
29
votes
5answers
11k 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.
...
29
votes
1answer
4k 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">
...
29
votes
4answers
2k views
Upload multiple photos on Facebook using Batch Request
I had done following code with reference to following link to create batch request for uploading multiple photos in Facebook.
I had got some solution for uploading multiple photos on Facebook through ...
28
votes
3answers
9k views
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 ...
28
votes
3answers
12k views
Sharing with iOS 6.0 native Facebook integration: “Posted via my app name”?
I have just integrated facebook into my app via ios 6 but I have an issue when posting on my wall. It simply says "post via ios app". I want it to say "posted via the app name". I have made an app ...
28
votes
3answers
8k views
firebug: how to cd to an iframe
I have a facebook canvas application that runs in an iframe. I would like to debug my page in firebug but can not get the javascript to scope to the iframe that is running my app.
the iframe:
...
28
votes
3answers
43k views
How to let Facebook Login button redirect to a particular URL
This is the info on Facebook Login button
http://developers.facebook.com/docs/guides/web/
So it will render a Login button, and a user can click on it to log in on Facebook (a log in window will pop ...
28
votes
8answers
14k views
Get Facebook “Like” count for every page on my domain
I have integrated the Facebook "Like" button into a lot of pages in my site. I want to display the most "Liked" pages on my site in a list, but I can't figure out how to get that data from Facebook ...
27
votes
6answers
103k views
Want custom title / image / description in facebook share link from a flash app [duplicate]
Possible Duplicate:
How does Facebook Sharer select Images?
I am making a flash app that demonstrates potensial traffic injuries when driving at different speeds. I want the user to be able ...
27
votes
6answers
19k views
Is there a way to check if Facebook access token is still valid?
My site utilizes lifetime access tokens (offline_access). However, if the user changes his/her password, the access token gets reset. Is there a method to check if the current access token is valid ...
27
votes
6answers
6k views
Facebook access token server-side validation for iPhone app
I'm developing iPhone application, that is based on communication with server, and I want to use Facebook authentication mechanisms.
Basically, I think it should work like this:
In my iPhone app, ...
27
votes
5answers
21k views
Posting an embedded video link using the Facebook Graph API
When manually attaching a video link (from YouTube, Vimeo, etc) to a post using the Facebook web interface, Facebook automatically recognizes the link as a video, and allows the resulting status ...
27
votes
1answer
16k views
Facebook open graph meta tags & valid html [duplicate]
Possible Duplicate:
Html validation error for property attribute
According to facebook to use their like button and the open graph meta tags you need to place something like this into your ...
27
votes
5answers
9k views
FB.login dialog does not close on Google Chrome
I'm calling FB.login() on a click event in my application. The dialog pops up as expected, but when the user is done logging into Facebook (and/or authorizing the app), the dialog does not close. ...
26
votes
8answers
12k views
Integrating FaceBook, Twitter, Social networks in Android
Integrating Multiple Social networks into Android with a single common Framework or API or JAR
For iPhone we have ShareKit, which integrates multiple sharing options in one framework.
...
26
votes
15answers
7k 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 ...
26
votes
5answers
22k 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 ...
25
votes
6answers
44k views
Facebook Share button: is it officially dead?
Since July 17 the old share button stopped working on all the websites I manage.
I've read reports by other users that are facing similar issues, but I was not able to find anything official.
Do ...
25
votes
1answer
20k views
iphone facebook side menu using objective c [duplicate]
Possible Duplicate:
What's the best way to develop a sideswipe menu like the one in Facebook's new iOS app?
The facebook iphone app has a new side menu,
Does anyone know how i can ...
25
votes
2answers
579 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 ...
24
votes
3answers
30k views
FB.getLoginStatus() called before calling FB.init() error in console
I am trying to check if a user is logged in with my app, but I am getting a "
FB.getLoginStatus() called before calling FB.init().
" error in the console. The setSize appears to work (although ...
24
votes
2answers
11k views
When adding an Admin to the Application, I get the error message NAME is not a verified user - even though the user is
I have an issue with adding a developer colleague to the application as an administrator (it doesn't matter if he's added in a developer role, the error stays the same).
Even though the colleague has ...
24
votes
19answers
28k views
Why is Facebook PHP SDK getUser always returning 0?
I'm trying to work with a website that requires some information from a Facebook user, I'm using PHP and JS SDKs.
I have a function in PHP:
public function isLoggedOnFacebook()
{
$user = ...
24
votes
3answers
106k views
Where can I find my Facebook application id and secret key?
In my Facebook account, where can I find these application IDs, secret key, all?
24
votes
4answers
4k 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 ...
23
votes
6answers
9k views
Android Facebook SDK 3.0 gives “remote_app_id does not match stored id” while logging in
I'm trying to build a app that uses Facebook SDK for Android 3.0. But when I'm trying to call
Session.openActiveSession
It just simply gives me a SessionState with CLOSED_LOGIN_FAILED, and LogCat ...
23
votes
13answers
60k 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 = ...
23
votes
4answers
25k 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.

