简体   繁体   中英

facebook friends list in android using facebook api

How to access Facebook friends list in to our android application using Facebook API .

when i click a Facebook button it should ask user credentials after that it should display friends list of me.

Check restfb (a client library for the graph API)

  • authenticate with OAuth (facebook is forcing oauth everywhere now anyway)
  • use the /friends connection - https://graph.facebook.com/me/friends

you need to look this project and learn to use the api.

https://github.com/facebook/facebook-android-sdk

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM