[oauth] http verb in the base string

2010-05-05 Thread Carlos
Hi experts, what is the purpose of having the GET/POST plus the
ampersand in theb eginnning of the base string for signing the
requests?

Regards, Carlos

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[oauth] Re: Does OAuth require a redirect?

2010-05-11 Thread Carlos
I am having the sme situation as Paul, would be a code showing the 2
legged in action, no language preference, I mayy read any prog
language, thanks, Carlos

On 10 mayo, 16:32, Paul Bonser  wrote:
> That redirect is part of the OAuth standard, so there's really no way
> around it (unless you're doing two-legged OAuth, but that has to be
> supported by the producer, and it's not supported by Google).
>
> It will only do the redirect once per user, though, and then you keep
> the access token that you're given, somewhere in your DB, associated
> with the user on your side.
>
> On Mon, May 10, 2010 at 10:37 AM, stevescotthome  wrote:
> > My page pulls in my Calendars and GoogleDocs with the APIs quite
> > nicely, but I'm looking to add my gmail feed as well so someone
> > suggested oAuth.
>
> > ...now I have tickets working with DotNetOpenAuth, but it seems that
> > it always wants to re-direct me over to a site to allow 3rd party
> > access...
>
> > Is there any way around that?  I really need to be able to query a
> > feed for a specific (logged on) user in my domain, not have them sent
> > somewhere else then back again.
>
> > Thanks,
> > Steve
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "OAuth" group.
> > To post to this group, send email to oa...@googlegroups.com.
> > To unsubscribe from this group, send email to 
> > oauth+unsubscr...@googlegroups.com.
> > For more options, visit this group 
> > athttp://groups.google.com/group/oauth?hl=en.
>
> --
> Paul Bonserhttp://probablyprogramming.com
>
> --
> You received this message because you are subscribed to the Google Groups 
> "OAuth" group.
> To post to this group, send email to oa...@googlegroups.com.
> To unsubscribe from this group, send email to 
> oauth+unsubscr...@googlegroups.com.
> For more options, visit this group 
> athttp://groups.google.com/group/oauth?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[oauth] timestamp refused

2010-05-15 Thread Carlos
Hi, at this time I am coding REST in MySpace and getting the firrst
methods to the people service doing good with 2-legged oauth. So far I
switched to Orkut and got http 401 timestamp ferused. I played with
time skew and I am quite not getting this calls to orkut to passing.
But besides this, my question goes to: is oauth with a reference
implementation or site where testing can be directed? Regards, Carlos

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[oauth] 2 legged oauth

2010-06-06 Thread Carlos
Hi, I implemented a REST client library that I have successfully
tested against MySpace.com and when trying to test against other
containers like Orkut, iGoogle, Hi5 and else I got troubled when
getting "invalid signature" in all of them. While the development
support is available, not all of them have an answer nor a hint, so I
am not only making a hard way learning every container looks
different, but now being interested in connecting to kind of
referennce site or lab where tne server side implementation is right
designed in compliance to the standard but with some human behind with
the right expertise. Is this too much asking or am I dreaming?

Regards, Carlos

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[oauth] oauth Java jar with log output

2010-06-09 Thread Carlos
Hi, surprinsingly, the oauth.jar has no logging so I wondered if there
is an un official jar with logging enabled, so I can see the base
string used for signature and the elements used to build it, regards,
Carlos

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.



[oauth] Re: oauth Java jar with log output

2010-06-15 Thread Carlos
ok thanks

On Jun 10, 5:09 pm, John Kristian  wrote:
> A debugger can show you what the code is doing.  The latest release
> includes the signature base string in the OAuthProblemException thrown
> by OAuthClient.invoke when something goes wrong, as a parameter named
> "oauth_signature base string".

-- 
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oa...@googlegroups.com.
To unsubscribe from this group, send email to 
oauth+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/oauth?hl=en.