Skip to main content

All Questions

Tagged with
1 vote
1 answer
365 views

How to differentiate between facebook comments and their replies returned from facebook api?

I'm trying to fetch facebook comments along with their replies and likes for each of the comment and reply but no luck so far. On trying out following api in explorer: /v2.4/405944472923733/feed?...
dark_shadow's user avatar
  • 3,543
0 votes
0 answers
60 views

List events facebook by city

I can list the facebook event by creator: SELECT name, start_time, venue FROM event WHERE creator = :ID_CREATOR Now, I want to list all the facebook event by city. Already I sought everywhere and ...
Manuel Nigelky's user avatar
-1 votes
1 answer
36 views

Get face book user's info which are like/share some object

I search any possible ways to get users info throw fb api. {user-id} method return info about only first and last name. What i actualy need: get all users which are like or share some post on the ...
Nitromoon's user avatar
  • 378
0 votes
2 answers
158 views

Get all liked pages sorted by general likes

I'm trying to get Pages liked by the user ordered descending by amount of likes each Page has... It's difficult to get this using Graph API cause I'd have to fetch request like this: let request = ...
cojoj's user avatar
  • 6,435
-1 votes
3 answers
1k views

How to check if user is a fan of facebook page by using FQL?

I want to check if user is a fan of a specific facebook page, I have tried many times with FQL but the response is always null: FB.api({ method: 'fql.query', query: 'SELECT uid ...
HungDQ's user avatar
  • 315
0 votes
1 answer
92 views

How to relate friends list to user id?

When using the Facebook API and calling https://graph.facebook.com/me I get an id for the logged in user, this ID as I understand is a sandboxed id of the user within my facebook app. If I request ...
luis's user avatar
  • 2,257
0 votes
1 answer
396 views

Get facebook total like count of a user

I am using windows phone 8.1. I am trying to get total like count of a user. I have tried this link link 133231234567890/?fields=likes.summary(true).limit(0) but it returns only id ...
Dragon's user avatar
  • 1,088
-2 votes
1 answer
142 views

How to use Facebook Graph APIs instead of FQL?

Currently, the client sends an access_token to the server which is used by FQL to get additional details regarding the user. Now, since FQL is getting deprecated (FQL Official), I want to migrate to ...
user2441151's user avatar
  • 1,552
2 votes
1 answer
560 views

Facebook Graph API - Finding friends who like a page

I'd like to create a call to the Facebook Graph API to find friends who like a specific page. In FQL it would be something like this: SELECT uid FROM page_fan WHERE page_id=MYPAGEID AND uid IN (...
user1240453's user avatar
-2 votes
1 answer
191 views

Using FQL with Facebook SDK for PHP v5

I'd like to make the following FQL query using the latest Facebook SDK for PHP, is there a way to do it ? SELECT like_count, share_count, comment_count FROM link_stat WHERE url="http://stackoverflow....
François M.'s user avatar
  • 4,239
10 votes
2 answers
136 views

I upgraded to FQL to Graph API - am I using it correctly?

I used the FQL until a few days ago to retrieve Facebook data, but I noticed that it will be discontinued in about 1 year so I upgraded to Graph API. But am I using it correctly? Will this method work ...
user1227914's user avatar
  • 3,496
0 votes
1 answer
106 views

total number of facebook likes for the entire domain

my website http://mismo.rs itself (as mismo.rs) have been shared 3 times. but the children pages http://mismo.rs/7-zena-koje-menjaju-predstavu-o-lepoti/ have been shared 326 times for example, ...
Aziz's user avatar
  • 917
0 votes
1 answer
134 views

Query album by name(Graph API)

We are going to migrate to the Graph API in FQL. Using the name of the query conditions to query albumid/objectid. FQL syntax used to do the following: SELECT aid, object_id FROM album WHERE ...
원태식's user avatar
0 votes
1 answer
2k views

Get Post Id from Url using FQL

I have this Url: http://herbalista.co/1r previously posted on my timeline with the Id = 1635826883323920 How to get that Id with FQL? I have tryied this https://graph.facebook.com/fql?q=SELECT+id+FROM+...
Sergio Quintero's user avatar
0 votes
0 answers
290 views

Facebook Api - Albums/Photos/Comments

I wonder if anybody knows an option for what I am currently having an issue with while using the facebook API. I am happy to use either the graph api or fql to get around this problem in the short ...
Dan Saltmer's user avatar
  • 2,155

15 30 50 per page
1
3 4
5
6 7
148