skip to Main Content

Facebook PHP API throwing exception while login

I tried to log in with Facebook Graph API and get user info. The code I used to get user info worked before but today I tried login with facebook but Facebook API throwing this error. Undefined offset: 1 /home/****/vendor/facebook/php-sdk-v4/src/Facebook/Http/GraphRawResponse.php…

VIEW QUESTION

Filtering by Gender on targeting_spec

How to set the gender in Facebook Marketing API targetting spec? I've tried setting the gender but i'm getting gender is not a valid target spec field error. targeting_spec = {"geo_locations": { "location_types": ["recent"], "custom_locations": [ { "latitude": 14.5764, "longitude":…

VIEW QUESTION

How to get "daily" video views Facebook API?

I have a little experience dealing with Facebook Graph API. I need to get daily views for the video as oppose to lifetime views. FB API docs don't show this to be an option (lifetime - only period param) https://developers.facebook.com/docs/graph-api/reference/video/video_insights/…

VIEW QUESTION
Back To Top
Search