Hi,

Yes, works fine now. But I think that lack on authentication some
essential data for the development on third part servers (as viewer
ID, opensocial_ownerid as same of opensocial.Person.getId()).

Any idea about it?

Thanks

On Jan 29, 5:56 pm, pacheco <[EMAIL PROTECTED]> wrote:
> It works now:
>
> "Success! The data was validated"
>
> Tks Arne!
> Pacheco
>
> On Jan 28, 10:08 pm, "Arne Roomann-Kurrik (Google)"
>
> <[EMAIL PROTECTED]> wrote:
> > Hey,
>
> >    Since that page was posted a change was checked into theOAuth
> > library that breaks signing requests.  For more information, a bug has
> > been filed here:
>
> >http://code.google.com/p/oauth/issues/detail?id=7
>
> >    Until the patch is committed to the project, you can try this fix:
>
> > Change the line inOAuth.php that reads:
> >     if( $parts['port'] != '80' ){
> > to
> >     if( isset($parts['port']) && $parts['port'] != '80' ){
>
> > Please let me know if that resolves the problem.
>
> > Thanks,
> > ~Arne
>
> > On Jan 28, 10:28 am, pacheco <[EMAIL PROTECTED]> wrote:
>
> > > Lane / Arne, not working for me either:
>
> > > "This request was spoofed"
>
> > > Anyways, tks for the explanation...
>
> > > Did anyone found a way to implement it successfully?
>
> > > Thanks in advance
> > > Pacheco
>
> > > On Jan 24, 11:12 pm, Lane LiaBraaten <[EMAIL PROTECTED]> wrote:
>
> > > > Hi Everyone,
>
> > > > Arne put together a page with information on how to use the
> > > > makeRequest method to send signed requests to your server.  His
> > > > examples include both client-side gadget code and some PHP code that
> > > > runs on the server to validate the request.
>
> > > > Check it out 
> > > > here:http://groups.google.com/group/opensocial/web/validating-signed-reque...
>
> > > > Cheers,
> > > > Lane
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Discussion" 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/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to