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
Post a Comment