iOS >> Facebook

Hi,

I am trying some manual request to Facebook.

Getting very good result from my ipad with :

https://graph.facebook.com/me?access_token=blablabla;

and

https://graph.facebook.com/me/friends?access_token=blablabla;

But the me/friend request limited to ID + username, I wanted also get the picture ans installed attributes.

Well, I tried the https://graph.facebook.com/me/friends?fields=id,name,installed,picture
But getting a 400 bad request. O_o.

Also tried with accessToken :

https://graph.facebook.com/me/friends?fields=id,name?access_token=blabla

But same error 400.

Wondering why, since it works since the graph editor use the same request…

http://developers.facebook.com/tools/explorer?method=GET&path=me%2Ffriends%3Ffields%3Did%2Cname%2Cinstalled

Does someone already gave it a try?

woops… simply had to replace the ? by before the access_token…