Application authorization with Oauth and Python

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.

+3
source share
2 answers

Why reinvent the wheel? There are many reusable applications that are implemented. You can find the comparison here: http://djangopackages.com/grids/g/authentication/

+4
source

rauth ? . , , . , ( ), , redirect_uri oauth_callback, , , , , . , Facebook, Facebook -, , . (, Facebook, , , , .)

0

All Articles