c0debrain / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

How to share post to achieve SocialAuth facebook? #327

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago
Seeking help

Original comment by yijianxi...@gmail.com on 11 Feb 2014 at 1:35

GoogleCodeExporter commented 9 years ago
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 9 years ago
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 9 years ago
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 9 years ago
Closing this issue. Hope it is working now.

Original comment by tarun.na...@3pillarglobal.com on 4 Apr 2014 at 12:59