Hi

I am trying to make a call to ur server to get the my friends Ids and
listing them.
Then i am trying to get the thumbnail url  of the Ids.
I am passing user Ids in the <os:PeopleRequest key="friends"
userId="05079330363013859844" groupId="@friends" >

Pls see the below code for further reference
i am getting this error {"message":"unauthorized: No access to
friends","code":401} *

pls let me know if anybody have solution for this .....

 <script xmlns:os="http://ns.opensocial.org/2008/markup"; type="text/
os-data">
     <os:PeopleRequest key="friends" userId="05079330363013859844"
groupId="@friends" fields="name,thumbnailUrl"/>
   </script>

   <script type="text/os-template">
     <span>${friends} </span>
       <ul>
           <li repeat="${friends}">
                     <span id="id${Context.Index}">$
{Cur.name.givenName} <img src="${Cur.thumbnailUrl}"> </span>
           </li>
         </ul>
    </script>

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

Reply via email to