What kind of authorization I should use for my facebook application
- by JSmith
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)