You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2025. It is now read-only.
The tutorials in https://github.com/OpenTechSchool/python/wiki/Facebook-Client and https://github.com/OpenTechSchool/python/wiki/Twitter-Client won't work because the API's dont work well .
Twitter's API is deprecated and Facebook's API requires tokens.
Output of Facebook API :
{ "error": { "message": "An access token is required to request this resource.", "type": "OAuthException", "code": 104, "fbtrace_id": "AWJ1Ar4nisa" } }