Results 1 to 3 of 3

Thread: Google Support

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Location
    Poland, Warsaw
    Posts
    33

    Default Google Support

    Does Spring-social supports Google services now ? I lost 2 days trying to obtain contacts list from Google using scribe & s-social but without success (f.e. invalied signature issues vs. http 406)

    Maybe somebody has a working example ?t
    Regards

    Tom

  2. #2
    Join Date
    Aug 2004
    Posts
    1,073

    Default

    No, there's no support for Google APIs in Spring Social yet. There is https://jira.springframework.org/browse/SOCIAL-34 which tracks this improvement (at least with regard to the contacts API), but no work has been done on it yet.

    Again, that issue is in reference to Google's contacts API. Google has a lot of different APIs, so it's hard to know where to start. If there are other Google APIs that you'd like to see support for in Spring Social, please feel free to create an issue asking for it.
    Craig Walls
    Spring Social Project Lead

  3. #3
    Join Date
    Jun 2009
    Location
    Poland, Warsaw
    Posts
    33

    Default

    Yeap... Google services are painfull !! I've finished obtaining contacts list; first issue is with a scribe library which seems to not correctly support 2ledged oauth, and second issue is with a Atom RSS which needs more code to parse all data.
    As I guess I need to use AtomFeedHttpMessageConverter with RestTemplate, maybe you know some fast&furious way to 'serialize' elements like:

    Code:
    <entry>
    ...
    <gd:email address="myemail@yahoo.com"/>
    ...
    </entry>
    Regards

    Tom

Posting Permissions

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