vkontakte sharing messages in wall in android?

harish picture harish · Feb 27, 2012 · Viewed 7.3k times · Source

i need to share messages in vkontakte and post those messages in wall. please any one help me solve this

Thanks in advance harish

Answer

Ivan Bartsov picture Ivan Bartsov · Feb 27, 2012

Check out this: http://habrahabr.ru/blogs/android_development/129648/ for an API implementation or just use Intent.ACTION_SEND in your app to let the official VK Android app handle your content (just like with email or twitter). Here's a useful link that describes how to filter out unwanted ACTION_SEND handlers if you want your app to share stuff via VK only: https://stackoverflow.com/a/8950207/375929