Skip to main content

All Questions

Tagged with
0 votes
0 answers
175 views

How to get all pages and fans count from user facebook account throght facebook graph api?

I want to get all the Facebook pages and their fan count of user accounts using Facebook graph API, I also create one app in Facebook developer account, but then after don't know what to do to get ...
Reeta Sangani's user avatar
0 votes
0 answers
626 views

How to get Facebook page followers and likes count

I need to make an PHP application where anybody can define a page name and get the public information of that page, specifically the followers count. For example, Google's Facebook page (https://www....
RBFraphael's user avatar
0 votes
0 answers
795 views

Get Facebook leads by using API

I got an API to download Facebook leads in excel format shown like below, https://www.facebook.com/ads/lead_gen/export_csv/?id=XXXXXXXXXX&type=form, How can I download this excel sheet into my ...
MURALA SANDEEP's user avatar
0 votes
2 answers
2k views

How can I add an image to a variable in whatsapp API?

Hi I am trying to send an image with Whatsapp api, I did my template like this one: Hola *{{1}}* 🦸‍♀️🦸‍♂️ Hemos cargado una nueva noticia en la intranet, si quieres visualizar la misma haz click en ...
Junior Developer's user avatar
1 vote
1 answer
2k views

Facebook Graph API PHP and cURL

I am just trying to get the most basic test of the Facebook Graph API working. I am using PHP and cURL. I copied the data string directly from the Facebook Payload Helper. Everything appears correct, ...
Taylor Tay's user avatar
1 vote
0 answers
73 views

Publish an uploaded photo using Facebook's Graph API

I uploaded a photo form PC using Facebook's Graph API as mention in https://developers.facebook.com/docs/graph-api/resumable-upload-api The response form the server was: {"h": "2:::...
Muddtv Boxtv's user avatar
-1 votes
1 answer
61 views

Facebook lookalike audience associate with campaign or adset

I am creating a lookalike audience its working well. Using curl PHP but I am passing a parameter origin_ids for with value campaign id but it creates lookalike audience and not associate with campaign ...
jitendra singh rathore's user avatar
-2 votes
1 answer
327 views

How to get facebook shares count with facebook api

i 'm coding in PHP. I need to make a website with facebook feed. I can get like and comment with : https://graph.facebook.com/<id_post>?fields=picture,likes.summary(true).limit(0),comments....
snakedev's user avatar
1 vote
0 answers
68 views

How to get facebook access token that works without logging in everytime?

I got page access token from ***facebook.com/tools/explorer with perrmissions (publish_pages) . tried to extend its time https://graph.facebook.com/oauth/access_token?grant_type=fb_exchange_token&...
kodak's user avatar
  • 13
0 votes
1 answer
103 views

Unable to use graphEdg

I am working on Graph API and want to access Media Url of all Instagram business account posts But I am unable to use graphEdge and without using graphEdge I can't get all URLs means not able to use ...
farooq's user avatar
  • 31
-1 votes
1 answer
623 views

How to cache facebook graph api call

I've created a function to get the likes for my facebook page using the graph api. However, the level rate limit keeps on getting reached as it's being called on every request. How would i cache this ...
Shaun's user avatar
  • 801
1 vote
1 answer
4k views

PHP cURL to verify Facebook API login access_token on server?

Could anyone share a working example of how to verify on my PHP server using cURL the Facebook access_token I got from the browser, so that I can verify the login details from the browser are ...
kintsukuroi's user avatar
  • 1,421
0 votes
1 answer
904 views

How to get Facebook real user id from app scoped id

I've created an app for authorization users via Facebook, but not I need to get real ids for those users to be able to open their pages in the browser. Is there any way to get current user page id by ...
mr.incredible's user avatar
0 votes
1 answer
1k views

Facebook API (PHP) : Get Full Ads List

I am using Facebook API to fetch the full Ads list. The Code is working, But it return only 25 Ad in case of i have 150+ Ad in my account. I guess that happens because of the query limits on the ...
m500500's user avatar
  • 31
2 votes
1 answer
1k views

Facebook API : Empty Result for Ad Leads

I am building a PHP script based on Facebook Marketing API, The API system works fine, I can get the result for the campaigns, the ads, and full insights as well. But, I want to get the result of ...
m500500's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
37