I am sharing some msg through twitter,Facebook… through Action_Send intent.But what i dont want in this is that login page.If i click facebook means directly it has to share the msg in my account.Is there any way to give our Login id programmatically so that it will share the msg directly without going to login page?Thanks
I am sharing some msg through twitter,Facebook… through Action_Send intent.But what i dont want
Share
As Facebook Android SDK docs you can save the access token: http://developers.facebook.com/docs/guides/mobile/android_sso/#save
But user will have to go through login procedure again when token expires.
It is possible to have a token that does not expire, but AFAIK only in server-side authorization flow: http://developers.facebook.com/docs/authentication/ (search for
offline_access).Update
For posting messages to users stream, request the
publish_streamprivilege. See more: http://developers.facebook.com/docs/reference/api/permissions/