I would like to get the friendlist of the facebook using intent. Please let me know if there is any way to get the friends list of the facebook by using built in application of the device.
Thanks.
|
I would like to get the friendlist of the facebook using intent. Please let me know if there is any way to get the friends list of the facebook by using built in application of the device. Thanks. |
||||
|
|
|
You need to integrate the Android SDK into your app, here is the link to download the latest SDK. You then will have to have the user authenticate your app to access their information. Here is sample code to do this
One you have a user that has approved your app you can perform other Request about their information. friends info example |
|||
|
|
Finally i found a way to get the
You can use Official Facebook App with Intent listed HERE. |
|||
|
|