On Jul 8, 3:47 am, Avi <[email protected]> wrote:
> Hi all,
>
> I have recently integrated Shindig into my application, I have a very
> layman's view of OAuth, so the questions may sound silly.I want to
> implement the Service Provider side of 3-legged OAuth. I have a couple
> of questions,
>
> 1) Being the Service Provider, what are the things I Must do at user
> registration, Consumer registration and user login using OAuth( i.e.
> request for an unauthorized Request Token )? , in terms opensociallD,
> request-token, consumer-key/secret etc.
>
> 2) Is there any documentation of the classes in oauth-
> core-20090315.jar? If not where can I find the individual classes with
> their javadocs?
>
> Thanks to everybody,
> Avishek
Not sure if I can answer your first question - you might want to read
EHL's blog to get more information about OAuth from a spec
implementor's standpoint. What you're trying to ask is the protocol
flow on the provider's side which is covered in the spec (except of
course the registration, login and openSocial).
As far as second question goes, why don't you check out
http://oauth.googlecode.com/svn/code/java/core/ and run javadoc on it
via Maven? Also I am not sure I understand what you mean by individual
classes - explode the jar to get binaries, and check out the code from
the svn repo for the source code..
-cheers,
Manish
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OAuth" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---