-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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.
function get_username()
{
var name = prompt("Enter name: ")
FB.api(
{
method: 'fql.query',
…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have a facebook desktop app with some test users all having granted the stream_read & offline access permissions.
I can easily retrieve posts to each users' stream & profile.
What I cannot do easily is retrieve posts that a user has made to one of their friend's walls.
In fact, this used…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone I just read the new User fql table fields at
http://developers.facebook.com/docs/reference/fql/user
As I can see a lot of the fields have been deprecated such as work_history or books and movies. It is quite essential for my app to get all those fields for my user's friends in a single…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
I am building a small facebook app. Trying to search for values in an auto compelte manner. Is it possible to use sql's like operator in fql?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Where can I run FQL queries online in my web browser?
>>> More