android - Obtaining facebook cover photos -
how can cover photo of albums of user in application? currently, have json this:
"id": "00000", "albums": { "data": [ { "id": "428076573767", "from": { "name": "benjamin", "id": "00000" }, "name": "profile pictures", "link": "https://www.facebook.com/album.php?fbid=00000&id=00000&aid=00000", "cover_photo": "10151465301937683", "privacy": "everyone", "count": 57, "type": "profile", "created_time": "2010-09-05t08:42:19+0000", "updated_time": "2013-04-27t23:53:11+0000", "can_upload": false }, }
how can cover_photo url?
you can cover photo adding url. no need extract cover_photo json .
album['id']?>/picture?access_token=12345 // album json array , access_token random here..
try this. work.
Comments
Post a Comment