-
Notifications
You must be signed in to change notification settings - Fork 660
HTTP Error 400: Bad Request #115
Comments
I had this error when on fb developper > Settings > Advanced : "Native or desktop app?" was checked. Thus, if it's checked, uncheck it and it should work. |
Having the same issue, and trying the above didn't work. |
As stated in #104 Try:
|
@kelvintiger I tried it last week it didn't work, but try it now and it looks working! UnicodeEncodeError Traceback (most recent call last) in scrapeFacebookPageFeedStatus(page_id, access_token, since_date, until_date) UnicodeEncodeError: 'cp950' codec can't encode character '\U0001f525' in position 39: illegal multibyte sequence |
Same problem, ERROR 400 issue. @mw0000 solution helped when i was facing 403 error. For 400, it doesnt help. |
@dbsbookg @akhisreelibra What pages are you guys trying to scrape? I can try on my end |
@kelvintiger im trying to make a corpus related to automobiles. Thus, i was trying to scrape the BMW page in facebook within a months interval. |
I am also experiencing the same problem. I have tried the @mw0000 solution and the app id / app secret method, and both give me the same "HTTP Error 400: Bad Request" message |
Have you tried looking up that status? E.g. just pasting the status id after the url ("https://www.facebook.com/")? Maybe this status was deleted. This happens for me occassionally, too, however, I treat this as an exception because the statuses were deleted in my case. Another problem could be, that your app was not reviewed by Facebook yet. If you paste your final url (the one that is being requested by Request(url)) into the browser it might tell you that:
In this case you need to consider the review procedure of Facebook before requesting anything else. |
Works perfectly when I have the admin permission of a page. Not working for any random page |
I have registered my facebook developer account and get my app id and app secret. I have a Facebook page to scrape, and I fill in my app id, app secret and the page id.
But I get the following error:
Scraping xx Facebook Page: 2018-06-08 18:18:57.668779
HTTP Error 400: Bad Request
Any idea?
The text was updated successfully, but these errors were encountered: