What kind of authorization I should use for my facebook application

Posted by JSmith on Programmers See other posts from Programmers or by JSmith
Published on 2012-06-30T14:44:12Z Indexed on 2012/06/30 15:24 UTC
Read the original article Hit count: 194

Filed under:
|
|
|
|

I am building a social reader Facebook application using Django where I am using Google Data API (Blogger API). But I am unable to deal with the authorization step to use the API (currently using ClientLogin under development).

I tried to read the OAuth documentation but couldn't figure out how to proceed. I don't want my users to provide any login credentials for google.. which makes the app completely absurd.

So, can anyone help me on my project and tell me what kind of authorization I should actually use and how ? (I am using gdata lib)

© Programmers or respective owner

Related posts about python

Related posts about web-applications