Hi

we are changing our profile page according to open social template
0.9.

By making through a server call getting the friends Ids as Json data.
 As we can iterate the json data displaying the  friends Ids.
 Based on the Ids we need thumbnail Url for that concered Friends Ids.

I am making a call like this
But the issue: =>  I am getting the error message like this .
{"message":"unauthorized: No access to friends","code":401}

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

    <script type="text/os-template" require="friends" >
      <span>${friends} </span>
        <ul>
            <li repeat="${friends}">
                      <span id="id${Context.Index}"><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