Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 votes
1 answer
350 views

Is mutual_friend_count deprecated in FQL starting OpenGraph v2.0?

The mutualfriends connection for users is deprecated in OpenGraph v2.0, however it should still work with OpenGraph v1.0 for another year. I would expect the FQL mutual_friends_count field to work ...
EugeneMi's user avatar
  • 3,535
2 votes
1 answer
93 views

Tracking incoming App Referrals/Installs from facebook to my app

I'm in desperate need of help. I'm trying to analyze where my incoming traffic is coming from. I have a facebook app with 100.000+ users and a lot of new organic sign ups each day. I see a lot of ...
D_Warma's user avatar
  • 21
0 votes
1 answer
211 views

facebook get shared count not-deleted and not-private

Is possible to get share count from url exclude "deleted shared post" and private post "SELECT share_count FROM link_stat WHERE url = A" return all shared action https://api.facebook.com/restserver....
Nicorici Viorel's user avatar
1 vote
0 answers
2k views

Open Graph product.list object

In my application I've got products and sets of products. As I found on Facebook Open Graph documentation, there are two similar to mine og types: Set: https://developers.facebook.com/docs/...
Arti's user avatar
  • 407
1 vote
0 answers
360 views

Facebook interested in {gender} returns null

I'm trying to list all my friend's gender interests, the "Interested in women" for example. The scope of my token is basic_info, friends_relationship_details, friends_relationships, public_profile, ...
Mayumi's user avatar
  • 19
0 votes
2 answers
133 views

Finding a users friends and determining if they have the app

So, after looking around the two solutions ive seen are: 1) Using the graph API me/friends?fields=installed 2) Using FQL SELECT uid FROM user WHERE uid in (SELECT uid1 FROM friend WHERE uid2=me()) ...
Val's user avatar
  • 930
0 votes
1 answer
77 views

2 near identical URL's integrated with Open Graph tags have separate behaviors when doing a Facebook graph call

Hitting URL #1 (https://graph.facebook.com/280518352029215) associated to this REAL url (http://www.sephora.com/rose-h-cream-P224527) in a browser CORRECTLY outputs this: { about: "What it is:...
Rees's user avatar
  • 1,777
0 votes
1 answer
87 views

file_get_contents() doesn't return FQL results even if the fql itself in url works

Type this query in url bar, it works. I can get the results on the browser window. https://graph.facebook.com/fql?q=SELECT+actor_id+FROM+stream+WHERE+post_id+IN+(SELECT+post_id+FROM+stream+WHERE+...
Jagie's user avatar
  • 83
0 votes
1 answer
248 views

FQL / Graph Api : Delete friends who belongs to particular group / list

I am working on a facebook task delete friends who belongs to particular list delete friends who belongs to particular group block friends who belongs to particular list block friends who belongs to ...
suresh's user avatar
  • 1
2 votes
1 answer
1k views

Facebook API: how to remove business page hours?

I can't find a way how to remove open or close hours from Facebook page using Facebook API. I have page that looks like this: { ... "id": "123456", "category": "Business services", "...
Povilas Jurčys's user avatar
0 votes
1 answer
127 views

Facebook Query Of Friends and Common Places

I am working on an android app that interacts with facebook places.I have the users place list(checkins,status) and the users's friends list.I also have the place list for each of the user's friends.I ...
Alex Kara's user avatar
-1 votes
1 answer
87 views

Determine when a facebook friend shared post of specific type?

In my android app I want to know the time OR (Limit offset to get stream) when a specific friend shared a post of specific type say video. For example I want to know the time or (Limit offset of ...
Qamar Zaman's user avatar
1 vote
1 answer
258 views

Facebook Action Type Get Code button not working

Is anybody else having a problem with the Get Code button for Facebook Action Type? In all the browsers I have tried it just flashes up an empty Loading box, and then disappears.
user517406's user avatar
  • 13.7k
2 votes
1 answer
369 views

Having trouble with Facebook FQL - Empty Return

I'm attempting to make a Facebook app that will query insights metrics from pages that I administer. I'm unsure if there is a better approach, but I am running into issue after issue trying to build ...
Ryan's user avatar
  • 1,588
3 votes
1 answer
9k views

how to get Object ID of an OpenGraph object?

I'm trying to get the object id of an OpenGraph object with the following FQL: SELECT url,site,id FROM object_url WHERE url IN ( 'http://www.MY_OPENGRAPH_OBJECT_URL' ) I'm getting a result ID ...
Gal Ben-Haim's user avatar
  • 17.7k

15 30 50 per page