When I do
req.add(req.newFetchPersonAppDataRequest(opensocial.DataRequest.Group.OWNER_FRIENDS,
"location"), "flocation");
I retrieve null in responce.get("flocation").getData()
When I do
req.add(req.newFetchPersonAppDataRequest("15483875053207561407",
"location"), "flocation");
("15483875053207561407" is id of owner's friend, and owner=viewer)
I am getting error when sending request:
Internal Server Error
Error 500
What I need is retriviing data item by data's key and user id.
~Arne
Can you give more information on how this will work. It has the
potential to kill my entire app if it is done in an overly restrictive
way. Will users of the same application be able to see at the very
least a thumbnail picture, link to profile, and the name of other
people using the same application? Usually this information appears
in the user directory anyway. Also, what is the ballpark time frame
for being able to request info by ID?
Thanks,
Logan
On Nov 12, 2:21 pm, "Arne Roomann-Kurrik (Google)"
> > > What I need is retriviing data item by data's key and user id.us