Skip to main content

All Questions

Tagged with
0 votes
1 answer
488 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
126 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

15 30 50 per page
1
2 3 4 5
148