amitbatajoo / opensocial-java-client

Automatically exported from code.google.com/p/opensocial-java-client
Apache License 2.0
0 stars 0 forks source link

Code review request #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:
This is a complete rewrite of the opensocial-java-client, re-factored and
cleaned up. For now, it only has support for fetching profile data and
friends via REST (MySpace) and RPC (orkut) using 2-legged OAuth.

I took the best aspects of Jesse's recent updates and hopefully created
something a bit less primitive. :) It has everything that Jesse added,
including service classes, URL templates, etc.

When reviewing my code changes, please focus on:
Obviously this isn't feature complete. Before I go forward adding activity,
app data, and 3-legged OAuth support, I want confidence that this is
heading in the right direction, so let me know if there is anything from a
high-level design standpoint that you think should be changed.

Original issue reported on code.google.com by apijason...@gtempaccount.com on 15 Oct 2009 at 1:29