Skip to main content

All Questions

Tagged with
0 votes
1 answer
497 views

Is there any way to submit a FB app for review while it in "Live Mode"?

so I made a web based FB app. submitted it for review because I need 3 more permissions (not the basic one) for new functions that I want to add in my site (Which is very active). I submitted it for ...
Dima Ciun's user avatar
0 votes
0 answers
86 views

Can’t receive the email of the user after he approves my Facebook app

I’m working with cURL & Facebook sdk for 5-6 years, and had no trouble at all. My app is on the 2.8 version of the Graph API. But now, I suddenly can’t receive the user’s email address after he ...
BenTyler's user avatar
11 votes
3 answers
34k views

To use 'Page Public Content Access', your use of this endpoint must be reviewed and approved by Facebook

As you can see in the screenshot above, I got Facebook app review approval but now I tried to access Facebook public page posts and comments per page. Still, I am getting bellow massage in R Console: ...
Rajib Kumar De's user avatar
2 votes
2 answers
6k views

can not create facebook test page using test user

Trying to create "test facebook page" after login using "test user" gives error: "This content is no longer available" screenshot: I tried to give my test user "admin role" in my existing page ...
rosnk's user avatar
  • 1,098
0 votes
1 answer
2k views

Facebook API - Friend List

I searched the internet the whole day for this, and came to the conclusion that there is no way to get a user's full friend list since API 2.0 (correct me if I am wrong). What I want to do is, given ...
Shahaf Nahmias's user avatar
2 votes
1 answer
1k views

Unable to fetch email from created facebook test users

I have created a facebook test user using Graph API with following query parameters. https://graph.facebook.com/<app-id>/accounts/test-users installed = true ...
Sarath's user avatar
  • 1,476
2 votes
0 answers
228 views

Facebook API. Pull Custom Audience statistics from the Audience Insights

Is it possible to pull (programmatically) demographic statistics about your custom audience from the Facebook Audience Insights? Spent some time on investigation of this question (SDKs, Graph API, ...
Artem Nagornui's user avatar
2 votes
1 answer
1k views

How to get Facebook API caller class and use them?

Please don't avoid this post.I am trying to find Facebook caller class name. I'm searching something like below example class on developer Facebook. example: 'fb_api_caller_class' => 'com.facebook....
Shohid Hasan's user avatar
0 votes
0 answers
299 views

Search friends within Facebook friends list using Graph API

How do we search for a user by name within user's friends list. I"m able to fetch whole friends list using this api... "https://graph.facebook.com/v2.9/#{facebook_id}/friends?access_token=#{...
Feroz's user avatar
  • 699
0 votes
0 answers
127 views

Get friends attending to an event with Facebook API

For example there is an event in Facebook - I can get all attendees using https://graph.facebook.com/<event_id>/attending But I want to get only list of user's friends that age going to ...
moonvader's user avatar
  • 20.8k
0 votes
0 answers
258 views

Facebook API and discovering popular Public posts

Do you think it is possible to use Facebook API to easily discover popular (viral) Public posts, such as: https://www.facebook.com/knox188/posts/10159451336160245 Or maybe even narrowing down these ...
Damian Defratyka's user avatar
0 votes
0 answers
469 views

Using Facebook Graph API, get all pages liked by a certain user

I'm using the following endpoint: /{user-id}/likes but I keep receiving a single field called "data" with an empty list. I have tried many users that I saw they like some pages. PD: I'm using the ...
JaviOverflow's user avatar
  • 1,470
1 vote
1 answer
108 views

Need to pull Graph API JSON and successively narrow my results

Need to pull from the end point "fb_page_categories" which returns an array of all categories a page could fall under. Which looks like so: GET graph.facebook.com /fb_page_categories? This returns ...
Chrslxndr's user avatar
0 votes
0 answers
197 views

How to get facebook posts with comments and likes count of a trending topics?

I want to retrieve trending topics from Facebook, using API call, with information like posts related to trending topics, likes and comments of a post. Is there any facebook API which can do this ?
TheWolf's user avatar
3 votes
0 answers
552 views

how to publish comment to a post using facebook graph api explorer?

I am using facebook graph api explorer to explore and test different things but getting no idea after even an extensive research that how to post comment against a post . I am doing this This is the ...
john's user avatar
  • 631
0 votes
0 answers
223 views

How to use Graph API Explorer

It's been a while since I've needed to use FQL and I can now see that it has been depreciated and replaced with the Graph API. I've been trying to play around with the online tool: https://developers....
Sami.C's user avatar
  • 661
1 vote
2 answers
685 views

Cannot retrieve the reach estimate for some Facebook ads (from the API)

The API lacks some clear explanations on retrieving the reachestimate for either an ad account or an ad. I have made sure that: I am an admin/ or added to a Facebook app I have a paid advertising ...
Paul Razvan Berg's user avatar
0 votes
1 answer
620 views

Facebook GraphAPI picture/full_picture permanent link

How can I get a permanent link for pictures in a post? For example, I can get all information about one post: 912163612218997/?fields=picture,full_picture,attachments { "picture": "https://...
Sung Kim's user avatar
  • 8,497
0 votes
1 answer
112 views

Graph API: Check if feed post was made by a Page or User

When using the /page/feed endpoint in the Facebook Graph API I can't figure out how to know if the post was made by a Page or a User Here's how I call the endpoint right now: HTTP GET https://graph....
chribsen's user avatar
  • 6,490
0 votes
1 answer
156 views

What's the relation between Facebook Activity Streams and the Tin Can API?

A long time ago I did a project using the Facebook SDK in which you could pull data from Facebook about your users using a noun, verb, object format; for example, John Miller made a smoothie; or Jane ...
leeand00's user avatar
  • 26.1k
1 vote
1 answer
731 views

Facebook Graph API: read messages in v2.8

since read_mailbox is deprecated, I was wondering if there's still a possibility to get all of my messages via API or any other service? /v2.4/{user_id}/notifications operations as well as ...
EachOne's user avatar
  • 101
0 votes
0 answers
147 views

Facebook Graph API - Unpublished posts retrive unordered

I was able to retrieve my page unpublished posts. I'm trying to understand how can i retrieve them sorted by scheduled_publish_time (Unix Timestamp) property, without having the need to sort them ...
Roi Mulia's user avatar
  • 5,834
-1 votes
1 answer
695 views

Get Facebook Page Likes in PHP (after FQL depreciation)

I used to be able to get the page likes with a single FQL query URL on Facebook. But as of last week, they shut it down. Demanding to use their SDK or API, however my system scans facebook pages from ...
BitValentine's user avatar
0 votes
0 answers
47 views

How do I use the Facebook PHP SDK to read multiple user feeds at the same time?

Note: I already know how to do this with one user only, but what I want to do is access multiple account feeds simultaneously. I had a few ideas but encountered problems: Idea : Have them all logged ...
Arthur's user avatar
  • 1
1 vote
0 answers
366 views

Facebook share count for changed URL

We often change URL of articles on the site, and then the old URL returns 301 redirect to the new URL. During a limited time we can still retrieve share count for the old URL (using FQL) and it ...
esp's user avatar
  • 7,572
1 vote
0 answers
406 views

Facebook fan count on a given date

I am not a programmer and I have literally no idea about the Facebook API. However, I need to collect some data from six different Facebook pages for my thesis, and I'm not the admin of them. I've ...
ICG's user avatar
  • 19
2 votes
1 answer
4k views

Getting Facebook Share, Like and Comment Counts for a Given URL with API Graph v2.6

As both Legacy REST API and Facebook Query Language (FQL) will no longer be available after 7th August I am looking for an API Graph v2.6 based on alternative to: https://api.facebook.com/method/...
Daniel García Baena's user avatar
0 votes
1 answer
782 views

Get posts from multiple pages

I'm trying to fetch most recent posts of several pages using facebook FQL. Here is my query: # https://developers.facebook.com/tools/explorer/145634995501895/?fql=SELECT%20message%20FROM%20stream%...
mbajur's user avatar
  • 4,468
0 votes
0 answers
34 views

Facebook Graph API - Getting An array of User objects who like a page [duplicate]

I am trying to get an array of the people who like a page that I am an admin for. I found a similar approach that works for only objects (i.e Posts, videos, etc ..) using: /{object-id}/likes ...
WiredCoder's user avatar
0 votes
0 answers
56 views

How to track Facebook posts we shared through email?

We will send a email to targeted users Email contains a link name Share via Facebook When targeted users clicks on the Link It will open face book page asking them to share the post If the ...
Bhanu Siva Prasad Talasila's user avatar

15 30 50 per page
1
2 3 4 5
74