Reputation: 21
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".
Upvotes: 2
Views: 328
Reputation: 3800
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? I.e., 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.
Upvotes: 1