lacostabr / socialauth-net

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

Its not working with linked In #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Cliked Linked In button from Default page

What is the expected output? What do you see instead?
It Should successfully redirect me to linked login page,insted of that it 
throws following exception

An error occurred while requesting Request Token at 
https://api.linkedin.com/uas/oauth/requestToken
with parameters 
oauth_consumer_key=9-mmqg28fpMocVuAg87exH-RXKs70yms52GSFIqkZN25S3m96kdPGBbuSxdSB
IyL&oauth_signature_method=HMACSHA1&oauth_timestamp=1354782974&oauth_nonce=30716
76&oauth_version=1.0&oauth_callback=http://opensource.brickred.com/Demo/SocialAu
th/validate.sauth&oauth_signature=hvSGyYnkhrqegpXwOhq4TKTgcp8=
Please ensure all required parameters are passed, Signature is Url Encoded and 
Authorization header is properly set! 

What version of the product are you using? On what operating system?
Windows 7 and Version 2.3

Please let me know if there is any solution to this.

Thanks

Original issue reported on code.google.com by shyam.sh...@gmail.com on 17 Dec 2012 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago
Could you please attach the web.config you are using and also the url of 
browser when you see this application.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 17 Dec 2012 at 2:13

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

First of all thanks for your respone.

My URL is :http://opensource.brickred.com/demo/Default.aspx
 and i have attached my web.config file too.

Thanks 
Shyam

Original comment by shyam.sh...@gmail.com on 17 Dec 2012 at 4:06

Attachments:

GoogleCodeExporter commented 9 years ago
Finally,its started working...
But i am not getting user's Email Id when he logged in with Linked.
Any help?

Thanks
Shyam 

Original comment by shyam.sh...@gmail.com on 18 Dec 2012 at 3:27

GoogleCodeExporter commented 9 years ago
Twitter doesn't shares email ID hence nothing can can be done for it. Not sure, 
but they may have paid support for it.
I'd appreciate if you could also post what change you did to fix your issue to 
benefit others.

Deepak

Original comment by deepak.a...@3pillarglobal.com on 19 Dec 2012 at 5:06

GoogleCodeExporter commented 9 years ago
It seems there was some problem with my system.
I run the demo application from another system and every thing started working 
fine.
And my not getting user's mail ID when user logged in with "Linked In".
Please let me know if "Linked In" has same policy as "Twitter"

Thanks 
Shyam

Original comment by shyam.sh...@gmail.com on 19 Dec 2012 at 6:30

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi Deepak..
Linked In Share there User's Email ID,I read article regarding this at 
"http://stackoverflow.com/questions/12860359/retrieve-linkedin-email-address"
But not sure where to use it in your library.

I tried it adding 'r_emailaddress' in additionalScopes in config file but it 
not working.
Please help me in this,I need email ID of user when he Sign in Using Linked In

Thanks
Shyam

Original comment by shyam.sh...@gmail.com on 4 Jan 2013 at 11:59

GoogleCodeExporter commented 9 years ago
Here is another link that you may find useful
'https://developer.linkedin.com/documents/authentication#'

Thanks
Shyam

Original comment by shyam.sh...@gmail.com on 4 Jan 2013 at 12:01