I have to take images from facebook account to my iphone, so what should I do to achieve such concept?
Asked
Active
Viewed 735 times
0
-
see my answer..you got your answer http://stackoverflow.com/questions/30207465/ios-facebook-album-photos-picker/31789234#31789234 – Maulik shah Oct 29 '15 at 15:50
1 Answers
1
Try looking deeper through http://developers.facebook.com/docs/api may be it will give you the solution of your requirement.
In order to get the users profile pic...
http://graph.facebook.com/000000000/picture
Where 000000000 is an id of user logged.

Sudhanshu
- 3,950
- 1
- 19
- 18
-
how can I get id of particular friend by using programming? – Chatar Veer Suthar Apr 11 '11 at 08:20
-
You can't because id is generated when the user logged in......try to login to the docs you will get your id – Sudhanshu Apr 11 '11 at 08:24
-
I am asking according to my iphone perspective, how do I get sign in and get my id ? – Chatar Veer Suthar Apr 11 '11 at 08:29