How to share post to achieve SocialAuth facebook?
Closed this issue · 5 comments
GoogleCodeExporter commented
How to Get In SocialAuth in accessToken, then share post with accessToken to
facebook, or twitter
Original issue reported on code.google.com by yijianxi...@gmail.com
on 10 Feb 2014 at 9:29
GoogleCodeExporter commented
Seeking help
Original comment by yijianxi...@gmail.com
on 11 Feb 2014 at 1:35
GoogleCodeExporter commented
How to get accessToken in socialAuth, share post to facebook with accessToken
Original comment by yijianxi...@gmail.com
on 11 Feb 2014 at 1:38
GoogleCodeExporter commented
How to get accessToken in socialAuth, share post to facebook with accessToken
Original comment by yijianxi...@gmail.com
on 11 Feb 2014 at 1:38
GoogleCodeExporter commented
You can directly post on Facebook and twitter using socialauth API.
You can look any example bundled with SDK to find how you can post message.
or simply
After authenticaton you will have to call
AuthProvider provider = manager.connect(paramsMap);
and on that provider you can call
provider.updateStatus(msg);
Original comment by tarun.na...@3pillarglobal.com
on 13 Feb 2014 at 4:03
GoogleCodeExporter commented
Closing this issue. Hope it is working now.
Original comment by tarun.na...@3pillarglobal.com
on 4 Apr 2014 at 12:59
- Changed state: Done