Skip to content
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.

HTTP error 400 : bad request #92

Open
hemangpar opened this issue Jan 17, 2018 · 1 comment
Open

HTTP error 400 : bad request #92

hemangpar opened this issue Jan 17, 2018 · 1 comment

Comments

@hemangpar
Copy link

I have put my app_id and app_secret key.
{
HTTP error 400 : bad request
Error for URL.
}
Please help??

@N2ITN
Copy link

N2ITN commented Mar 6, 2018

I had the same issue but figured it out.
My mistake was using the 'Client Secret' from the Facebook app page.
Instead, you have to click the button to show your 'App Secret', and enter your FB password and use that to make the app_token as follows:
app_token = app_id + '|' + app_secret

Happy scraping :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants