I am trying to retrieve user email via facebook after user authentication on my website.
I ran the query below, but the email and birthday fields are empty ; and they are very vital for registration on my website.
#*** run fql ***
$fql = "select uid, first_name, last_name, name, sex, email, current_location, website, interests,...
I'm developing an iOS app that includes support for OpenFeint. OpenFeint includes support for Facebook, so if the user logs in to OpenFeint, s/he can post to Facebook. I also want to allow the user to post to Facebook if s/he chooses not to login to OpenFeint. Is there a way to do this? If so, how?
...
I started developing an iphone application in June 2010 that used the facebook API's extensively. I logged in and got a FBSession which contains the logged in user's profile id, etc. I then used the FBRequest class to make many calls using the FQL to get data.
How do I call fql queries from the latest fb connect apis?
...
Hi guys,
I know this should be on the facebook developer site but I can't seem to register. Anyway I'm using the new api to obtain a access token when connecting to the xmpp chat server but this access token doesn't work; I have to use the old rest api's 'session_key' but I can't seem to find a way to get it. Could someone help me?
I ...
Hi
I using the Python SDK (http://github.com/facebook/python-sdk/) with Google app engine.
I can post message on user wall with the self.graph.put_object function while the user is online.
How do post a message to user wall directly from the server even the user is offline?
...
Hai, I using facebook library(files facebook.php,config.php,index.php..graph API) for save user token,
my library is in fb folder and when i want to save user token through database I did not get it.earlier also i have this problem with my another server. I solved It by changing the "folder fb" permissions from 755 to 775.
but now in m...
Let's say I have an app that let's a Facebook user make a collage. In order to let users select which of their photos to add to their collage, I just grab a list of their albums like this:
$facebook->api('/me/albums/');
Then I can loop through that, getting the photos from each album. Swell. I want to let them add videos to their...
I want to manage my wall through my site. Is this possible?
...
at facebook road map you can see this link
Old REST API methods will be deprecated at the end of 2010, so what about existing facebook apis that are using Rest api.
Also it says, it won't allow any more fbml applications, does that mean fbml itself will be deprcated (I mean the fbml scripts itself), or they just force us to use Iframe...
I need synchronize events from my CMS to Facebook specific page. I'm trying to create an event for my created page but still have no result. I can simply create events, related to user, but not to page. Code uses Facebook PHP-SDK.
$page_id = '31337';
$page = $facebook->api("/{$page_id}");
$event_data = array(
'name' => 'Eve...
Does anybody know of a good library out there for developing for Facebook using the REST API in C#. I've been using the Facebook Developer Toolkit for some time now, but have more recently become annoyed at how key functionality is broken (even in the updated 3.1 beta). I looked into using the Facebook C# SDK, but this only appears to h...
Hello,
I have a comments box on a page of my website. When a user post a comment he can post it to his wall it shows only the comment, title and link.
I have a share button of addthis on the same page and Facebook finds the image I have on this tag :
< link href="http://mydomain.com/images/logo.jpg" rel="image_src" >
and displays it a...
I'm using the fantastic python-sdk wrapper for the facebook graph api in python.
If I want to get the information on a friend's wall:
result = graph.get_connections( friendUID , "feed")
It returns a bunch of wall posts and a pair of URLs to access next/previous posts in
result["data"]["paging"]
It looks like
{u'next': u'https://grap...
Hi,
for one project, i need to get the facebook source page (html one) via a php application.
i try lot of method like curl, file_get_content, change my ini_set, etc.... but facebook never let me get the html result file.
Does anyone can help ?
for example this page :
ini_set('user_agent', $_SERVER['HTTP_USER_AGENT']);
$data = file_get...
I'm using the PHP SDK from facebook in my own application. When I retrieve the news feed for my own profile it contains the ID for each friend that has a message on my feed. Can I create a link to each persons profile page from just their facebook ID? Or do I have to make a separate API call for each ID and retrieve their username to cre...
Hi guys,
I'm having some problems with an ajax autocomplete field. I did the same thing before but never ran into problems as I never really had a slow internet connection.
I have an input box which acts as an auto-complete field. I binded a jQuery keyup() event to that field and I'm querying a php file with each keypress on that field...
Hello,
I have posted a message to my facebook wall through my web site, that contains also a picture. What I want now is hide the link of the picture that is shown there but still make the picture work as a link.
I am using:
$facebook->api('/me/feed', 'post', array('message'=> $message, 'description'=> $description, 'picture'=> $image, ...
I am developing a facebook type application for my institute.
and I am stuck at the friends module. i.e. How to know if the particular users are one's friends.
I googled a lot but didn't get any satisfactory answers.
What I got is : there will be many friends of a person and implementing users and their friends in seperate table will ...
How to share automatic news releases and news on Facebook and Twitter from my portal.
...
I'm writing an application which allows user to log in his account on facebook and may see his photos, videos etc. and I have problem with video. I'm working on device, which support formats like *.mp4, but not *.flv. Is it possible to get link to the video via FQL in requested format?
...