Skip to main content

All Questions

0 votes
1 answer
165 views

Unable to fetch videos of facebook page using graph API

I have and Facebook developer account created around 4 years before. The problem is when i try to fetch page videos, its not returning any result. Note: i am using laravel-socialite package and the ...
kishan maharana's user avatar
0 votes
0 answers
29 views

I try to publish photo and video at the same post on Facebook page, using graph api

I try to publish photo and video at the same post on Facebook page, using graph api. There is error: { "error": { "message": "(#10) Application does not have permission for ...
Haji Lazgiyev's user avatar
1 vote
1 answer
65 views

Facebook Webhook User ID seems incorrect?

I created a small script to handle all webhooks from Facebook feed. The goal is to detect when a page goes live and get all comments from that live video. So far, everything is working well: I receive ...
Bruno's user avatar
  • 35
0 votes
1 answer
53 views

Fetching data from a page which i'm not the owner of [closed]

I find the Facebook developers API documentation a bit confusing. I'm building a small app using PHP and I would like to fetch/scrape data from a page which isn't belong to me. is it possible using ...
Daniel Benisti's user avatar
0 votes
1 answer
157 views

Creating an ad for Facebook with the Facebook Business SDK

I hope somebody can help me. I've basically spent all day to achieve a programmatic creation of a Facebook ad in PHP. If wanted I can provide my code of course, but so far it doesn't get me anywhere. ...
albrox's user avatar
  • 13
0 votes
0 answers
784 views

Facebook login for business - it looks like this app isn't available to fix this, please contact

Why does my Facebook business app, built with PHP Laravel and React for the front-end, display an error stating 'Your app is not available' despite being live? I've created the app as a business type ...
Kamal's user avatar
  • 11
1 vote
1 answer
239 views

Instagram Content Publishing API

Does anyone know if it's possible to set schedule publish time and draft on an instagram post with api ?. My current application of the api : $params = [ 'image_url'=>'url', '...
altiinberiisha'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
1 answer
185 views

Facebook API give Events, but not later then 2019

I've used an API call since 2018 to load Events from the Facebook Graph API. Very straight forward script with a Query. In the Facebook page there are lots of events, and the query shows events. Only ...
Aleks's user avatar
  • 13
2 votes
0 answers
327 views

Facebook API : feed a carousel post (video and photos)

I'm trying to create a carousel (non-ad) post using facebook's API that contains both video and image but I'm not able to post the video. I have read: Facebook API : feed a carousel post (multi-photos)...
Chương Hà Văn's user avatar
0 votes
0 answers
121 views

Facebook Graph API - events request by pixel_id

I need to integrate facebook graph api server-to-server to track events page view and registration My company invited my business facebook and my access is Partial access Basic, Apps and integrations ...
Saqib Ali Khan's user avatar
1 vote
1 answer
111 views

Facebook Lead Ads API - Field identifiers in multiple languages

I'm having a problem with some generated forms and their integration with my CRM. Some forms come with fields in Portuguese (nome_completo, numero_telefone, etc) and other forms come in English (...
Matheus Sena dos Passos's user avatar
0 votes
0 answers
73 views

Get Facebook group posts in PHP8 & Symfony6

I wrote web app with PHP8.1 and Symfony6. I would like to get posts from group where I'm administrator but I cannot. When I use solution from doc (using CURL) "https://graph.facebook.com/{group-...
Bartosz Siejka'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
100 views

How to set token permissions in Facebook php SDK using code?

I started using php sdk of Facebook and I generated an access token using the Graph API Explorer and I set all the permissions there. Now I use that token in my code like: \FacebookAds\Api::init(...
JanBoehmer's user avatar

15 30 50 per page
1
2 3 4 5
278