iOS facebook sdk how to download album, profile photos data

前端 未结 2 1405
一向
一向 2021-01-03 02:59

I would like to allow my iPhone App users to view and select from their facebook profile photos, download the photo to use as a profile pic. I am currently using the Facebo

2条回答
  •  天涯浪人
    2021-01-03 03:08

    Download the FBGraph Api documents folder then add it to in your folder. and read the instruction on facebook developer site http://developers.facebook.com/docs/reference/api/.

    This is the sample code - sample code

    In this you will get a user profile pic in UIAlertView. You can show it where you want.

提交回复
热议问题