开发者

How do I retrive the details of a Friend using his faceBook ID in android

开发者 https://www.devze.com 2023-03-07 14:55 出处:网络
I need to retrieve the details of a contact like Name, birthday, location and email id bu using the facebook id.

I need to retrieve the details of a contact like Name, birthday, location and email id bu using the facebook id. please help me, Thanks in advanc开发者_开发问答e


you cant get friend's email, phone (private data).. but you can get all information which havent privacy like name, employee, school...etc.

for get information of friend so try this..

Facebook.request("id");

where id is your friend's id..

0

精彩评论

暂无评论...
验证码 换一张
取 消