python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Facebook Client OAuth settings domain not working with query strings
I'm trying to get the Auth working with Facebook but it keeps on telling me that my redirect URL is not working.
In the Valid OAuth Redirect URIs I have the following
https://localhost
The issue is ...
Eric
Votes: 0
Answers: 1
Facebook Business SDK for PHP - Failed sending HTTP request: Header overflow
I am trying to gather a year's worth of data for a select ad account but I get the following exception:
FacebookAds\Exception\Exception
Failed sending HTTP request: Header overflow
The exception happ...
jackthedev
Votes: 0
Answers: 1
Facebook Business SDK for PHP - Unknown Components
I am trying to access a user via the Facebook Business PHP SDK but I am getting the following error:
USER_ID is just a placeholder for my FB ID.
FacebookAds\Http\Exception\AuthorizationException
Unkno...
jackthedev
Votes: 0
Answers: 1
facebook Unsupported post request. Object with ID 'me' does not exist, cannot be loaded due to
I try to send respond message on facebook as response
$replay_message = '{
"messaging_type": "RESPONSE",
"recipient": {
"id": "'.$id.'&qu...
Keyvan
Votes: 0
Answers: 0