Hi
Application name : Buddylist
Our application is in live now
Thanks
But in sandbox account (profile page)  i can see all my friends thumbnail
images & also working fine
After approval in live version
Friends thumbnail images are shown
Pls let me know if any thing going on open social template 0.9 for profile
page



On Thu, Apr 30, 2009 at 3:06 PM, Apurv Gupta <[email protected]> wrote:

> security tokens expire every hour. Refreshing the page should fix it for
> you.
>
>
> On Wed, Apr 29, 2009 at 9:03 PM, Dhaval Pancholi <[email protected]>wrote:
>
>>
>> I have ported my code compatible with orkut open social 0.8  have been
>> working for 8 hrs to make my code run now suddenly i  do not get owner
>> and viewer
>> I m using following code which was working today till around 5 pm
>>
>> function sendRequest()
>>                {
>>                        var req = opensocial.newDataRequest();
>>                        var opt_params = { };
>>                        opt_params
>> [opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] =
>> [opensocial.Person.Field.PROFILE_URL,opensocial.Person.Field.NAME<http://opensocial.person.field.name/>
>> ,opensocial.Person.Field.THUMBNAIL_URL];
>>                        req.add(req.newFetchPersonRequest
>> (opensocial.IdSpec.PersonId.VIEWER,opt_params),"viewer");
>>                        req.add(req.newFetchPersonRequest
>> (opensocial.IdSpec.PersonId.OWNER,opt_params),"owner");
>>                        req.send(getResponse);
>>                }
>>                /*end*/
>> function getResponse(data)
>>                {
>>                        viewer = data.get("viewer").getData();
>>                        owner = data.get("owner").getData();
>>                }
>>
>> now in get response owner and viewer is returning null
>>
>>
>> In fire bug it gave me this error
>>
>>
>>
>> <HTML>
>> <HEAD>
>> <TITLE>Malformed security token
>> AFinprTNVjtQKJvz0IW7pc7gRvniVdM6MF8ONOQeTCe-
>> BLncBDqKlQ9y0Wjgw9C3dB1QhpTtifqlfhNyGsDVY943GrJ-
>> hkN7qg_dFHytWq9ZsrIeZlEovBQToken
>>  has expired.</TITLE>
>> </HEAD>
>> <BODY BGCOLOR="#FFFFFF" TEXT="#000000">
>> <H1>Malformed security token
>> AFinprTNVjtQKJvz0IW7pc7gRvniVdM6MF8ONOQeTCe-
>> BLncBDqKlQ9y0Wjgw9C3dB1QhpTtifqlfhNyGsDVY943GrJ-
>> hkN7qg_dFHytWq9ZsrIeZlEovBQToken
>>  has expired.</H1>
>> <H2>Error 401</H2>
>> </BODY>
>> </HTML>
>>
>>
>>
>> PLease orkut guys reply fast is your server down or there is something
>> wrong with the way i am accessing data.
>>
>> Reply quick we have very tight delivery
>>
>>
>>
>
> >
>


-- 
With Regards,
Ashokkumar.S,
09711560696.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" 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