Hi
I'm using facebook open graph, new api, and i can do this:
<fb:login-button show-faces="true" max-rows="9" perms="email" autologoutlink="true" onlogin="window.location = 'http://www.example.com/facebook/facebook_test/'"></fb:login-button>
but when i read the doc if i need more options in http://developers.facebook.com/do...
Hi,
I've never done any facebook development and am working on a project which I only require to pull out wall stream from a certain user. Is there such an API I could use for this purpose?
...
I have requested the email extended permission for my Facebook application. I want to be able to find out all the users who have given me this permission. Is there a way to query this information through Facebook?
I know I can use users.hasAppPermission with the old rest api to find this for users who are logged in. I need the data f...
I'm using the Javascript SDK to allow the user to login to facebook, retrieve their friends profile pictures, and then finally post a message on the logged in users wall. Problem is I keep getting an error, "Error while loading page from Pencils of Promise," when the user has to authorize the application.
<script src="http://connect.fac...
I have an issue with the old sdk. Whenever I try to authorize a new user I get redirected to the home page of my app in the iframe. However, after I close the iframe and refresh the page, I can easily authorize a user.
But whenever I delete the application from my facebook account and try to authorize it, I'm back to the previous proble...
I would like to remove
fb_xd_fragment
from the query string and pass the rest of the request off to the application level. This is for an improved cache hit rate so doing this modification at the application level is not useful nor possible (trust me). Example of how to modify the query string using apache or nginx would be nice.
Ex...
Hi ,
m trying fetch all photos from perticular album from facebook in android , i am using facebook android sdk to do the task but the problem is , i don't know what url request is required to access the photos inside album ?
...
I would like to build a Facebook Like-functionality for a video competition (currently not connected with Facebook in any way) where the like button gets the total amount of likes as a callback when clicked so that I can save it in my database and use as the primary voting system.
Is it possible to build this solution, preferably in Jav...
When asking for authorisation by redirecting to the following url:
https://graph.facebook.com/oauth/authorize?client_id=...&scope=email,offline_access&redirect_uri=http%3A%2F%2Flocalhost%2Flogin%2Findex.php%3Fcallback%3Dfacebook
Facebook returns 'Invalid redirect_uri Given URL is not permitted by the application configuration....
Hi,
Is it possible to write a facebook app to post a .flv or .swf audio file to wall and get a audio player embeded in the wall(similar to a youtube video on wall has a play button to play the video) . The meta tags provided by facebook, work fine for .mp3 and not for .swf
Thanks in advance.
...
How do you post a "like" with the Facebook Graph API?
...
Hi stackies,
I'm having Facebook for Android on my phone which automatically synces the FB profile pictures of the people in my contact list to my phone.
I'd like to use those pictures within my app where I access ContactsContract.PhoneLookup.
Do I really need the Facebook SDK to do that? I guess not, but I cannot find any evidence o...
Hi ,
When i am using Graph API of facebook in android ( with facebook android sdk )
to access albums m using following url
https://graph.facebook.com/me/albums?access_token=XXXXXXXXXXXXXX
but unfortunately it is returning {"data":[]}
other urls like
https://graph.facebook.com/me?access_token=XXXXXXXXXXXXXX
https://graph.face...
Hello
I'm trying to mimic the layout of the icons in Facebook android app.
As you can see, this is a 2x3 layout, but if you flip it it becomes 3x2 layout. How to accomplish this?
...
I'm looking to save some time in making a facebook app that adds a watermark to profile pictures of users, given the authority.
Has anyone done something like this in using php?
...
Could you tell me how to do? From A to Z. I have huge problem. Documentation is telling, that you have to redirect to
https://graph.facebook.com/oauth/authorize?client_id=[client_id]&redirect_uri=http://[address_page]/&scope=" + perm;
But how to do, that page wouldn't redirect again and again? I know, that I can check login ...
Hello,
I have a legacy registration system , whic takes a file input as a field for the user to upload their profile picture. I am now using opengraph to supplement this system. I am able to connect successfully, but am stuck at how to connect the to the link of the picture that i get from facebook.
Any ideas
...
Hi!
I am developing facebook app which needs to retrieve events created by some of my friends.
Standard SQL query would look like this:
NSString *fql1 = @"SELECT "
@"eid, name, tagline, id, pic_small,host, description, start_time, creator "
@"FROM "
@"event "
@"WHERE "
@"creator = 1111111111 OR creator = 2222222222 OR creator = 33...
I'm new to facebook and wordpress, but need to figure this out.
How exactly does the news feed on facebook extract information from the url you provide? What does it look for?
Right now on my blog there is the content and a side bar with an author bio. The bio ends up being the text the news feed extracts and not the post's content.
...
I was told of a service, that for a fee gives you access to an API that posts to all social networks (facebook, twitter, linkedin) etc. I was hoping someone knows who it is because I can not remember.
...