Questions regarding Facebook's Graph API's version v2.8
Questions tagged [facebook-graph-api-v2.8]
23 questions
6
votes
3 answers
How to obtain the live video id of a facebook live video?
I am trying to access the live views count of a live video that is live through a Facebook Page. I am using the ID that I am obtaining from the API request {page-id}/videos/uploaded When I am using that video id and making a GET request of…

Shatabdi Mohapatra
- 467
- 4
- 14
3
votes
0 answers
Posting on facebook page on behalf of another page
Possible duplicate: FB Graph API: Posting as a page, to a different page
Problem Statement:
I was trying to publish a post, say, from ABC page to XYZ page and ended up with this error:
(#200) Posts where the actor is a page cannot also include a…

Mohsin Aljiwala
- 2,457
- 2
- 23
- 30
2
votes
1 answer
Scraping Comment replies with Rfacebook
I am using the Rfacebook package to scrape a List of public pages that are of interest for my research question. The authentification works properly and I can get dataframes of all public posts, reactions towards the posts and comments made on these…

Ju Ko
- 466
- 7
- 22
2
votes
0 answers
Can I post review on Facebook particular Page through API if I have the Page access Token?
I was able to get the page ratings of the Page through GraphAPI but is it possible to post page review on the page through GraphAPI or User_actions or Open Graph

Nishigandha Ahire
- 69
- 6
2
votes
0 answers
Facebook Graph API - How to get the groupId from the group url
If I have the url of the group ex https://www.facebook.com/groups/angularjs.dev/ How to I get the group Id of it.
If I have a facebook page(https://www.facebook.com/raspberrypi/) I'm able to get the ID from…

Murali Krishna
- 619
- 2
- 9
- 16
2
votes
0 answers
I can't send a Facebook game request using Graph API v2.8
I've spent a lot of time trying to send a game request from the (latest) JS API, using the Graph API v2.8, but nothing seems to work.
I've used only common OG, since custom OG are deprecated. When I use "turn" instead of "send" as the action type,…

MickaelKicker
- 21
- 5
2
votes
1 answer
What has happened with the class org.springframework.social.connect.ConnectionRepository in Spring Social 3.0.0.M1?
I am a beginner with the Spring Framework and wanted to try out Spring Social to make a simple web application which retrieves data from Facebook. For this I followed Spring Socials official "Getting started guide" called "Accessing Facebook…

eternitysharp
- 479
- 5
- 16
1
vote
0 answers
facebook graph api rate limit for page feeds
My application collects information about 10,000 Facebook pages to build an experimental data model.
As per my understanding, page access token is meant for page administration and its API limit is restricted to the page it belongs to.
If above is…

comiventor
- 3,922
- 5
- 50
- 77
1
vote
1 answer
Facebook marketing api: Is is possible to manage custom audience for a client?
I have to integrate facebook custom audience apis with my application which handles users fb marketing.
After I log the user in to get the access token with all the relevant permissions like ads_read,ads_management and business_managment.
I am…

Akhil Sharma
- 345
- 2
- 13
1
vote
0 answers
Duplicates and incomplete responses Graph API
I'm using facebook Graph API explorer( https://developers.facebook.com/tools/explorer ) and I am pretty sure something is not going well there. I am using the query " search?q=Bucharest&type=event&since=1486478766&until=1487342766 " . The first page…

Ciobanu Razvan
- 117
- 1
- 10
1
vote
1 answer
Get photo/thumbnail of a "link post" - Graph API Facebook
I'm using Facebook Graph API to get posts on a public page. For every post, I get the following:
{
"message": "XXXXX",
"id": "104076318XXXX",
"created_time": "2017-01-11TXXXX",
"link": "http://bit.lXXXXX",
"type": "link",
…

user7403809
- 11
- 4
0
votes
0 answers
Please do anyone know how to use the privacy value on the Facebook graph API because I tried this privacy={"value":"EVERYONE"} but it didn't work
When ever I use the Facebook graph API to create a post on my Facebook page the post ends up with the privacy set to only me but I want the post to be public I read the privacy docs but I could not really see any solution there when ever I try using…

Joseph victory
- 1
- 1
0
votes
1 answer
Why Graph API skips feed posts?
I am trying to implement a facebook scraper, to get insights about the reactions on feed posts of facebook-pages. I've noticed that the results (posts) of the actual day and last days are right, but the further it goes in the past, the more feed…

ZelelB
- 1,836
- 7
- 45
- 71
0
votes
1 answer
Facebook Graph API pages/conversations/messages endpoint error (suddenly seems deprecated)
I've been successfully pulling messages from my pages using the Facebook Graph API until today when I started getting an error:
GraphAPIError: (#12) This endpoint is deprecated for versions v2.4 and higher
I double checked my permissions using the…

5u2ie
- 93
- 8
0
votes
0 answers