dinasaif / socialauth-android

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

Possible way to handle data which is entered in webview? #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Authentication works fine

What is the expected output? What do you see instead?
Instead of showing home page after authentication in share-bar,is it possible 
to show the username in the page,if possible how can i achieve?

What version of the product are you using? On what operating system?
social-auth 2.6 ,windows 7

Please provide any additional information below.

Actually am developing an app that if the user login to application ,i wanted 
to check the user info with the website that my app associated,that website 
also supports OAuth 2.0 . so that if he is nt an valid user my app asks him to 
register through desktop.Please let me know is it possible ? thanks to 3pillar 
team for saving my time.

Original issue reported on code.google.com by gowthamm...@gmail.com on 16 Aug 2013 at 5:18

GoogleCodeExporter commented 8 years ago
You can get the username by making call to get profile.

Original comment by vineet.a...@3pillarglobal.com on 19 Aug 2013 at 11:28

GoogleCodeExporter commented 8 years ago

Original comment by vineet.a...@3pillarglobal.com on 19 Aug 2013 at 11:28

GoogleCodeExporter commented 8 years ago
Can you please post snippet code for that ? 

Original comment by gtm...@gmail.com on 20 Aug 2013 at 6:46

GoogleCodeExporter commented 8 years ago
Hi, use adapter.getProfile() method. check custom-ui example for implementation

Original comment by vineet.a...@3pillarglobal.com on 10 Sep 2013 at 6:59