Results 1 to 2 of 2

Thread: OAuth2 + Google Contacts

  1. #1
    Join Date
    Mar 2009
    Location
    Switzerland
    Posts
    36

    Default OAuth2 + Google Contacts

    Hi,

    I'm trying to let users authorize access to their google contacts.

    I'm a little bit confused about the request token uri. <oauth:resource/> does not take a request token uri - which is mentioned in google's oauth documentation. Shouldn't this be part in spring oauth configurations for 3-legged oauth for the first step of the dance ?

    Tnx and regards,

    Alex
    Twitter: @alex_rau
    Project Hub: http://retroduction.com

  2. #2
    Join Date
    Mar 2009
    Location
    Switzerland
    Posts
    36

    Lightbulb

    I guess I found out what's going on. I thought Google would support OAuth V2 although it looks to me now like it's just OAuth V1.0a. The spring oauth integration mentions a request token uri when looking into the OAuth V1.0 support.

    Alex
    Twitter: @alex_rau
    Project Hub: http://retroduction.com

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •