I am a newbie to Facebook so I really don't have much idea of what is timeline. I simply understand Timeline as a tool which shows user's action history.
You are more than welcome to point out if my understanding is wrong.
Anyways, I am wondering I can show my user's timeline from Android app. I saw some tutorials how to add app to user's timeline but simply don't know how to show user's timeline from android app. Is it possible? If possible, could you give me a hint?
Here's your starting point: http://developers.facebook.com/docs/mobile/screenshots/android/
Related
I'm a Kotlin beginner and I'm aware that this question is asked probably a hundred times already, so sorry in advance to anyone who feels annoyed...
I'm working on an app which is supposed to send a picture the user took in the app to specific other apps (instagram, facebook, wechat) via share sheet. The User should not be able to choose from all the apps that are installed. The share sheet should only show instagram, facebook and wechat. This is where my problem begins...
How can I use the share sheet to send the user only to instagram, facebook and wechat?
Via PackageManager? Do I have to filter all the other Packages?
I hope my question is clear enough. Thanks in advance for any help!
I'm wondering if someone can help me on how to make such system. I'm building an android social app and I want users to be able to mention other users on their posts like in facebook using #ProfileName. Do you guys have any idea or material indication on that subject?
Is it possible to share facebook stat from my app instantly without any dialog? This is because I don't want the user to edit the post. Thanks in advance.
It is possible by using Facebook Login and then making Graph API calls to share links, photos, etc.
Make sure people have clear sharing experiences, though, and that the app follows Platform Policies wrt not surprising people / etc.
I want to get the wall posts on a Facebook page on my Android app and present it (It would be better to present it in the layout similar to official Facebook app for Android).
I have just started using Facebook SDK and am able to log in/out of my profile. I read various stackoverflow posts on this topic but I couldn't get things working with any of them. All I understood is that Graph API can be used to get Facebook page's contents. However, to access Facebook pages, it needs some authorization tokens, which I couldn't really understand. There being no simple actual tutorial on how to do this, it seems complicated to me.
Can anyone please simplify the steps to get the posts from Facebook page and present it in my app? Also, is it possible to get official Facebook App style layout for the presentation of page wall contents inside my app?
Any help would be appreciated.. thanks a lot in advance.. :)
was just curious as to how I can go about reading Facebook status posts from a particular page through my Android application.
I looked into the Facebook API but that seems to be more related to making Facebook applications, which wasn't my intent.
If anyone can point me in the direction of a guide or link that will explain to me how to do this it will be much appreciated.
Well the whole idea of the Facebook API is so that you can call their functions to give you access to Facebook content. If you want to incorporate them into your Android Application, try using their Android SDK