Tagged Questions
1
vote
0answers
76 views
Google Data API, how to authorize the ContactsClient with an access-token?
I am using Django-Social-Auth to login via OAuth2.0 successfully to Google.
Now I would like to retrieve the contacts, however I have a problem with authorizing my python client:
gd_client = ...
0
votes
1answer
87 views
What kind for authentication I should use in Google Blogger Data API for my facebook application
I am building a facebook application (using Django) in which I have to read data from blogs using Google Blogger Data API. The blog could be any public blog.
So, what kind of authentication/ ...
5
votes
2answers
1k views
Using the OAuth Access Token from django-social-auth with Google data api (calendar)
I'm trying to use the OAuth Token I get from django-social-auth to access the users calendars.
So in the django-social-auth configuration I set:
GOOGLE_CONSUMER_KEY = 'anonymous'
...
0
votes
1answer
781 views
Sample python code for using Google books api
I m working on a library project where users can add books into their library. So I tried finding some sample code that will help me get started but could not find any. So I want to know how to use ...