如何在 android 中使用 Socialauth 单独更新社交网络中的状态
how to update status in social networks separately using Socialauth in android
My application have three Login/Logout button and 3 sharing buttons.
I am able to log-in and log-out from the social networks using social auth.
但我无法在社交网络中单独分享或更新状态。
Functionality
- 用户登录我的 Facebook、链接和 Twitter 帐户。
- 当用户点击 FBshare 按钮时。用户状态只更新到 Facebook。
不在其他社交网络中(链接到 Twitter)
I need to make separate Authadapter object for every Social Networks.
I have maintained these 3 objects throughout the application and post msgs to separately social networks.
Hopes it will helps anyone.
My application have three Login/Logout button and 3 sharing buttons.
I am able to log-in and log-out from the social networks using social auth.
但我无法在社交网络中单独分享或更新状态。
Functionality
- 用户登录我的 Facebook、链接和 Twitter 帐户。
- 当用户点击 FBshare 按钮时。用户状态只更新到 Facebook。 不在其他社交网络中(链接到 Twitter)
I need to make separate Authadapter object for every Social Networks.
I have maintained these 3 objects throughout the application and post msgs to separately social networks.
Hopes it will helps anyone.