[oauth] Image that describes OAuth mechanism

2009-11-02 Thread Mr. Schtief
Hi, I'm searching for a good illustration/image that shows how OAuth works in general. Does someone made one or knows of one which explains all the steps (like a sequence diagram) thanks in advance schtief --~--~-~--~~~---~--~~ You received this message because

[oauth] Re: Image that describes OAuth mechanism

2009-11-02 Thread Melvin Carvalho
On Mon, Nov 2, 2009 at 5:15 PM, Matt Sanford m...@twitter.com wrote: Hello there, I've used http://documentation.fring.com/images/1/11/Oauth_diagram.png to explain OAuth a few times. The image requires some explanation usually but it covers the details. Nice but shouldnt (C) include

[oauth] Google Trends and OAuth

2009-11-02 Thread Joel Clinger
Hey, To download the CSV file of google trend's data it is required to login to Google accounts. I try to use a script to download this info.. Do I need to use OAuth for that purpose or is it something else? Joel --~--~-~--~~~---~--~~ You received this message

[oauth] Re: Question about Access Token

2009-11-02 Thread John Kristian
Authorization may depend on the user, as well as the consumer. For example, suppose the service provider has data for each user, and each user may access his own data but not other users' data. So, a consumer acting on behalf of User X may access the data for X but not Y; a consumer acting on