Hi, I have in my App panel like "Invite friends", but I cant get
photos of my friends.
When I call:
        var req = opensocial.newDataRequest();
        var params = {};
        params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] =
[
                opensocial.Person.Field.THUMBNAIL_URL
        ];
        for (var i=0;i<uids.length;i++)
                req.add(
                        req.newFetchPersonRequest(uids[i], params),
                        "userProfile"+i
                );
        req.send(onGetUsersProfiles);

, I have an error: "forbidden: Get profile permission denied."

I think that thumnail is not so private. In other social networks I
have permission to get it.

-- 
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-or...@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