i need to share messages in vkontakte and post those messages in wall. please any one help me solve this
Thanks in advance harish
i need to share messages in vkontakte and post those messages in wall. please any one help me solve this
Thanks in advance harish
We posted and SDK just recently. You can try, there's a sample that exactly posts to wall. https://github.com/thest1/Android-VKontakte-SDK http://habrahabr.ru/post/143339/
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