Hi,

Anyone know about why opensocial_ownerid is different of Orkut Onwer
ID (opensocial.Person.getId())?

Also, someone here has thought to validate the viewerID using OAuth?

Thanks

On Jan 28, 10:08 pm, "Arne Roomann-Kurrik (Google)"
<[EMAIL PROTECTED]> wrote:
> Hey,
>
>    Since that page was posted a change was checked into the OAuth
> 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 in OAuth.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 opensocial-orkut@googlegroups.com
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