I\'m trying to use the Facebook Javascript API to run FQL queries, and it works fine if I try and get users by username or uid, but doesn\'t work when I\'m searching by name.
I want to store basic user info like name and proxied email into my MySQL database. Here\'s my code $facebook = new Facebook($appapikey, $appsecret);
I\'m used to working with Twitter, where friend/follower totals are available in a simple XML request.
Hello i have a small app on facebook called typepractice (url) and im trying to do a highscore system. I store the score in a scores object and save its id and user id in users object, like this:
Basically, I want to fetch facebook profile avatars onto my application since I am using their login to create a particular record. How do we display their profile pic without actually forcin开发者_如
In Facebook query language(FQL), you can specify an IN clause, like: SELECT uid1, uid2 FROM friend 开发者_如何转开发WHERE uid1 IN (1000, 1001, 1002)
I have developed a web application 3 months ago to show facebook users by searching username. To access facebook, I have downloaded facebook dll and got application key, and secret key from facebook.
Hi I have been looking for hours but cannot find the API call that retrieves a user\'s news feed (i.e the thing that you see at http://www.facebook.com/home.php). I think this should开发者_JAVA技巧 be
How can I retrieve the number of fans my Facebook page had on a given day?I am try开发者_高级运维ing to find a way to display a plot of date vs number of fans, but I can\'t find a way to get the numbe
I have a facebook application that can be added to fan pages as a tab. The application requires that users are authenticated in order to use it. This can be accomplished by using requirelogin=1 in a l