c# - Twitter API Safe Authentication -


i'm using c# twitterizer in wpf application authenticate users twitter can publish tweets stream. (but that's irrelevant because question api itself).

i not wish create new login interface, want use twitter's login page embedded in webbrowser control. twitter support same authentication style facebook user logs in regular fb login page , access token sent in callback url? or sending username , password way access token (in twitter)?!

yes, twitter seupports same authentication style facebook called oauth. facebook uses oauth 2 , twitter uses oauth 1.0a

take spring.net social twitter : http://springframework.net/social-twitter/ provides samples trying do.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -