Questions regarding Facebook's Graph API's version v2.8
Questions tagged [facebook-graph-api-v2.8]
23 questions
0
votes
0 answers
Facebook API send private message from page
I need to send private message from my page (i am the admin) to user who already contacted my page
My reference on that this link
https://developers.facebook.com/docs/messenger-platform/send-api-reference
I am testing this feature via Facebook…

user1272589
- 789
- 1
- 10
- 25
0
votes
1 answer
Why ad accounts are not showing in advertising accounts
I have used Facebook graph API v2.8 and created 35 ad accounts in business manager but none of them showing in advertising list under FB APP > Settings > Advanced > Advertising Accounts. After searching a lot I could not get anything. Any…

Jass
- 3,345
- 3
- 24
- 41
0
votes
1 answer
Why facebook custom audience size column always showing two hyphens
I am using graph api v2.8 and have created website custom audience using following code.
$audience->setData(array(
CustomAudienceFields::NAME => $associative_arr['name'],
CustomAudienceFields::PIXEL_ID …

Jass
- 3,345
- 3
- 24
- 41
0
votes
1 answer
Graph API Search with React-native
I try to get Events in Facebook with GraphRequest and GraphRequestManager, but my result is an [Error: type NSDictionary cannot be converted to NSString]
Here is my code:
var search = JSON.parse('{ "q":"Coffee", "type": "event"}');
new…

monkey luffy
- 7
- 4
0
votes
0 answers
Facebook upgrade php-sdk-v4 to graph-sdk v5, login in popup
I am trying to upgrade Facebook php-sdk-v4 to graph-sdk, and after following all the steps from documentations, I reached a problem. The idea, which is what we were being doing until now, is to log him to our site with his FB account. But now,…
0
votes
0 answers
App access token, can't get user information
When I try to use the already generated access token, on this https://graph.facebook.com/4921782178422?fields=id&access_token=ACCESS_TOKEN, it gives me this in response:
{
"error": {
"message": "Unsupported get request. Object with ID…

Andreas1803
- 34
- 4
0
votes
1 answer
Identify if the post author is a page or a user?
What is the proper way to identify if the author of a post is a user or a page?
v2.8/OrangeESP/feed?fields=id,from{id,name,link}
"data": [
{
"id": "118067454874491_1584993008181921",
"from": {
"id": "1112315252115029",
"name": "Clara…

flob
- 116
- 5
0
votes
0 answers
Retrieve "Pages to Watch" Facebook insights
This Question is tricky, How can I get the "Pages to Watch" statistics using the api, at this moment i just reach the total likes using
https://graph.facebook.com/{PAGE_ID}?fields=id,name,fan_count&access_token={TOKEN_XXXXXX}
And I like to get…

carlos a.
- 188
- 10