Click here to Skip to main content
15,889,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am trying to add social login website login in my web application.I am able to add Facebook login also gmail login. But for Twitter i cant find any proper nuget packages for easy implementation.I have tried tweetsharp,tweetmosharp.. but they give me error on this line
OAuthAccessToken accessToken = service.GetAccessToken(requestToken, oauth_verifier);

value was wither too large or samall for int32.
i have tried many dll availabe in nuget and all was failure.Is there any working library for this purpose .If there is give some useful link with its implementation.
I cant able to try Twitterizer since it need a old version of newtonsoft. Plz help me with useful link or some ideas.
I need email address of users after they loged in
when you give link plz make sure that they are not mvc impementations

What I have tried:

i have tried this with tweetsharp with this

[^]
which give me userid but i cant able to get email
Posted
Updated 13-Jul-17 23:54pm

1 solution

 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900