Skip to main content

All Questions

-1 votes
0 answers
16 views

Get all the standard events for a particular app in app promotion objective when performance goal is - Maximise number of app events

I want to get all the standard events for a particular app in app promotion objective when performance goal selected is to maximise number of app events. By inspecting the ads manager in browser, I ...
girish jain's user avatar
0 votes
0 answers
32 views

Facebook Post Images from local system on own Page

i have 1 dog page on Facebook, i usually post photo of dogs when ever i have time, so trying to write a scheduler that will take images from my system folder and upload and publish on my page. i want ...
veena sharma's user avatar
0 votes
0 answers
66 views

Get Facebook persistent stream key from Graph API

I can obtain a Facebook stream key through the graph API. I saw there's an option to make the Facebook stream key persistent with updating the video ID persistent_stream_key_status but when I used ...
cloudrider's user avatar
1 vote
0 answers
370 views

Can't share my ad account with bm partner through facebook graph api

I need a help from an expert in Facebook Graph API. I have the following problem with this function: Business to Business. Specifically with this action: Grant Access to Assets for Another Business ...
mstdev's user avatar
  • 11
0 votes
0 answers
147 views

How to setup Webhook to get notified whenever use has changed his password?

I have a app where users can signup/login with their FB account. How can I setup a webhook on my fb app that whenever the fb user changes his password then I get the callback? Following thing is ...
Bhaskar Dabhi's user avatar
0 votes
0 answers
43 views

Facebook publishing post, but receive error

I'm posting a message with a video with the publishing fb api: $res = Http::post(env('FB_API').'31457605812596/videos?published=false&access_token='.'my-token', [ 'file_url' => 'https://cdn....
Jamie's user avatar
  • 10.7k
0 votes
0 answers
51 views

Facebook API images not added to post

I'm trying to make a post to FB page with images. It looks like this: First create image: $res = Http::post( env("FB_API") . 'my-page-id' . "/photos?...
Jamie's user avatar
  • 10.7k
1 vote
1 answer
767 views

How to post on a Facebook group as a Page, using the Graph API Explorer?

I am the administrator of website, a Facebook group, a Page and a Facebook API. I would like to create, once a day, a post on my Facebook group using my Page name as author AND using the Graph API ...
Kreeger's user avatar
  • 47
0 votes
1 answer
2k views

Facebook Graph API - Get the number of follower count of page

anyone can help me to get the followers count of facebook page? not fan count, all possible ways are welcome. I read all old post, but without solution. I tried to get by sum of all country, but total ...
Alberto P's user avatar
0 votes
0 answers
81 views

Unable to get user info with reviews

I'm using Graph API Route to get reviews of a page using {page}/rating. But there is no reviewer information in the response like name and image. {pageId}/ratings?fields=open_graph_story,reviewer,...
Zain Ur Rehman's user avatar
0 votes
0 answers
176 views

What happens when a user removes my app from Facebook via the "Apps and websites" settings and tries to reconnect in my app?

So I've seen many related questions but they all date from years ago (Facebook SDK changes constantly) and mine is more specific. I'm building a web app which requires authentication and Facebook API ...
HappyDev's user avatar
  • 400
0 votes
0 answers
308 views

Post to group via Facebook Graph API is not working

I have created an API to post in a facebook group. I have installed the app on this group and I got the approval of using groups_access_member_info, publish_to_groups, Groups API. But when i try to ...
ricky's user avatar
  • 77
1 vote
0 answers
161 views

Facebook Attribution API by custom source

I am using Facebook Attribution API to collect attribution data using the Facebook graph API. I am able to make GET requests and get responses from the API but I have some trouble to build my request ...
Pierre-Alexandre's user avatar
0 votes
0 answers
360 views

Facebook Graph API for fetching the counts for User Posts, Friends, and Likes

Is there a way to find the total counts for User Posts Friends Likes for the user and not for the pages that the user owns. I only need to have the counts, so I cannot add the permissions user_posts,...
Happier Than Ever's user avatar
0 votes
0 answers
32 views

How to distinguish between events of a facebook user?

Using the following Facebook GraphQL endpoint https://graph.facebook.com/v6.0/me/events I can see which events a person is interested in or going to, but how would I differentiate between those two? ...
Robin Bozan's user avatar

15 30 50 per page