Is there any api for facebook to integration in android?
I got a requirement to publish images to facebook through android application.
Please give links or suggestions regarding this..
|
|
If you had taken the time to Google "Android Facebook SDK" you'd have immediately found the official Android Facebook SDK: http://github.com/facebook/facebook-android-sdk Having used it in a project I can say it's a little rough around the edges as the new oAuth / Graph API based stuff is quite young, but it works well with a little tweaking. |
|||
|
|
|
||||
|
|
I explained the process in detail together with a simple sample code. You can find it here: http://developer.blog.appxtream.com/?p=34
|
|||
|
|