Skip to main content

All Questions

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
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
-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
0 votes
0 answers
217 views

is it possible to get insights for an OpenGraph object?

I want to get insights for a specific OpenGraph object (such as total impressions, clicks, etc..) I'm getting the object id for the url by using FQL SELECT id FROM object_url WHERE url=...... Once I ...
Gal Ben-Haim's user avatar
  • 17.7k
0 votes
1 answer
225 views

access token fanpage for dashboard

I want to get access to my fanpage to show insights of the page on another website as a dashboard on a TV in our company. How can I get a Access Token? I´ve already tried it in developer-facebook ...
user1735856's user avatar
0 votes
1 answer
77 views

Accessing huge volumes of data from Facebook

So I am working on a Rails application, and the person I am designing it for has what seem like extremely hefty data volume requirements. They want to gather ALL posts by a user that logs into the ...
Matt Lymley's user avatar
-1 votes
1 answer
471 views

Facebook API - Get friend lists with APP secret from open graph

is it possible to get the friend lists from an user with the APP secret(not with the access token) by using the open graph? The User has already installed the APP. Thanks in advance. PS: If I ...
user1815934's user avatar

15 30 50 per page