Adding an option to Post to Twitter from ASP.NET MVC 5 -


i have asp.net mvc 5 application need post twitter.

the requirement able have twitter link, clicking on user taken twitter login page. user logs in using twitter credentials , redirected mvc 5 app. here there text box user enter tweet appear on user's twitter page.

here's have till now:

  1. mvc 5 application
  2. created twitter app , have api key, api secret , have callback url

i have read twitter uses key based authentication. , how work in terms of asp.net mvc5

what next steps after second step? package(s) needed integrating twitter asp.net mvc 5? can please or point resource can guide me?

i new , having tough time trying understand this. want document process next developer doesn't have go through this.

thanks in advance.

regards.

you use tweet sharp (nugget), still need logged user accesstoken , accesstokensecret instantiate tweet sharp service. take great post: http://www.jerriepelser.com/blog/get-the-twitter-profile-image-using-the-asp-net-identity


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -