I am trying to create an application that will use data from several social services. The user will need to allow access to their accounts through these several services (e.g. facebook, twitter, foursquare) using oauth.
I do not need users to log in with these accounts, in fact it just allows their data to be pulled from the api.
I know that I need to use oauth, but it's hard for me to find a basic example of how to do this (there are many examples for logging in with oauth).
I am trying to use the python-oath2 library.
Does anyone have any recommendations for a good tutorial or an example of doing this type of thing in python and, if possible, django.
Thank.
source
share