How we get a session key from an access_token
I got an access_token using facebook Graph API. https://graph.facebook.com/me?access_token=... I want session key. is there any method to get session key from access_token?. ...
I got an access_token using facebook Graph API. https://graph.facebook.com/me?access_token=... I want session key. is there any method to get session key from access_token?. ...
Hello I have a problem search through the photo tag that facebook user got tagged. SELECT pid FROM subject = uid uid = are the friend of the logged in user. I have received a list of tagged for particular user since I wanted to count how many he/she being tagged, I counted on my server code after retreive an XML from facebook. I...
pretty much all the tutorials I found on authenticating users using Facebook, make use of a new window which I find to be an ugly solution. But www.zoho.com on the other hand does this much like the way that OpenID works. Can someone tell give detailed instructions on how Zoho does this? ...
I want to get my friends which belongs to my city from facebook and for this i use current_location.city. But its not working... please help me. Thanks ...
I have an application which wanting to show the statistics about a friend who got tagged in a photo. The outcome seems odd. e.g. I have a friend A. A is a friend of B but B isn't my friend. B has a photo and tag A to his photo. When my facebook application runs, I cannot see how many tagged photo applied on A. Is it because B is not my ...
How can I check thought the FB Javascript API if the current user is a fan of my app? I need to check this from within the page inserted into the FB's canvas IFRAME, throught the JS SDK...so that I can call a method of a local Flash, and do "something special" for that user. ...
How can I check thought the FB Javascript API if the current user is a fan of some page (not my own app or page, but another specific page)? I need to check this from within the page inserted into the FB's canvas IFRAME, throught the JS SDK...I need to check whether he has "subscribed" to that page, is a fan of it (clicked "I like it") ...
i installed the old library from here:http://pearhub.org/get/facebook-0.1.0.tgz and then extracted the facebook.php file and wrote an index.php file in the same folder with the index .php file just displaying hello "username" but the problem is the index.php when run in browser does not show anythink its blank i have xamp installed on m...
I tried the following Net::HTTP.get_print URI.parse(URI.encode('https://graph.facebook.com/me/likes?access_token=mytoken', '|')) (My Token is my actual token in code) I get a EOFError: end of file reached error If I visit the page with my browswer it loads up a JSON page. Any idea what could be causing the error? It was working a fe...
Hi, Is it possible to track a button click within an iFrame if i don't have control over the external website or it's contents? (very fictionnal example)if i had an iframe like this: <iframe src="http://www.johnny.com/plugins/like.php?href=http%253A%252F%252Fexample.com%252Fpage%252Fto%252Flike&amp;layout=standard&amp;show_fa...
Background: I have successfully used the Facebook Graph API to publish activity on a particular web site to a Facebook fan page's stream (wall). To do this I had to create a Facebook application for the web site and add it to my own Facebook user profile, with necessary authorizations. Problem: I don't want all the status updates to ...
Hi, I'm struggling to get to grips with posting a feed item to all the members of an approved application. Within the application settings for the user it is stating that the application has permission to post to the wall but I can only achieve this if that user is currently logged in to facebook. Obviously I would like this to functi...
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 user's profile image url without the user needing to Allow the application? ...
I would like to know how to add a picture to an event using the Facebook Graph API. I have seen this question and tried some variations on that theme, without any success. The official documentation doesn't seem to make any mention of it. I'm using PHP for this particular project and I've looked at the PHP SDK source code, which is not ...
I've played around a bit with twitter4j and found it absolutely wonderful. Now I've been looking into the equivalent for facebook but so far haven't had much luck finding a decent project. I looked into facebook-java-api but it appears that they break their API from release to release. I consider this unacceptable. I'm currently playin...
Does anyone know if Facebook Permissions will allow an app to display a photo of one app user to another, regardless of privacy settings? I want to save photo id's to a database and then display many different users photos at once, to the user, within the app. I could use fbml but am hoping to use xfbml. Any suggestions would be much...
The Facebook Graph API lists a 'link' parameter in its documentation, which is the user's profile url. Mine is http://www.facebook.com/adambossy. This is not listed as one of the available Extended Permissions, so, presumably, it's available without asking. I believe it's publicly available as Google results would reveal this. However,...
What would be possible/best practice for a Photo Contest app? Saving photos to a database and refreshing the contents with an "infinite session"? Exporting photos to my site getting written consent from my user? I've gathered that it won't be possible to present users with a number of photos to vote on because the permissions for use...
How can I detect the presence of and then call a function on a frame that is already loaded in one tab (my iframed facebook app) from a page being loaded in a new tab (from an ad-served link). It seems most examples focus on parent/child iframe communication. In this case, a link will be served from Google Ad Manager, which only allows _...