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 : ```json { "error": { "message": "An access token is required to request this resource.", "type": "OAuthException", "code": 104, "fbtrace_id": "AWJ1Ar4nisa" } }
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" } }