简体   繁体   中英

connect facebook to android eclipse

I´m making a project to Eclipse (Android) and I want to connect facebook with my app, for example, I need to receive all post of my facebook account in my app, but I don´t know how. Can you help me? Thanks

Integrate the official facebook library from gihub. Then create an app. on facebook.com You will get the key. Use that key in your Java code to get the access token. Now, use this token to log in to your facebook account. Then you can use the graph API or the FQL to get the post from facebook. Also there are 100s of examples on stack overflow itself.

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