简体   繁体   中英

How do I interface with Facebook's API through my own Android application?

I want people who use my Android application to be able to log into Facebook or go to a specific profile. How do I interface with Facebook's app so I can open it and ask it to open certain pags that I specify (as opposed to the "home" which shows every time one logs into Facebook)?

EDITOR NOTE: Android is assumed since the question is tagged "android".

Read through this guide to get started with the Android Facebook SDK...

And here is the homepage for the Android SDK

So to clarify, do you want users of your app to view specific facebook content from within your app? Or you want to link them to this specific content in the facebook app from your app? Ie, a profile page.

Either way, check out this SO page for specifics about the new way to use Intents in your Android app to link to Facebook app content.

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