1

I downloaded Twitterizer, read documentation, downloaded the samples but as I'm working with MVC3, I'm a little bit lost about how to write the code. Could someone guide me posting code samples on how to logIn an user in my system using Twitter and get some information as full name, birthdate, etc?

Rubia Gardini
  • 815
  • 5
  • 16
  • 30

2 Answers2

1

Here is an example application following the video you posted, but using Twitterizer.

http://www.twitterizer.net/files/twitterizer-mvc3-login-example.zip

Ricky Smith
  • 2,379
  • 1
  • 13
  • 29
  • Hey Ricky, the zip seems to be corrupt... is there another link to it? – Kiril Jan 17 '12 at 17:04
  • I just downloaded it and extracted it without any issues. Can you try again? – Ricky Smith Jan 18 '12 at 18:46
  • I tried it from two different computers and the result is always the same: `twitterizer-mvc3-login-example.zip: The archive is corrupt twitterizer-mvc3-login-example.zip: The archive is corrupt twitterizer-mvc3-login-example.zip: CRC failed in twitterizer-mvc3-login-example\packagesEntityFramework.4.1.10331.0.nupkg. The file is corrupt twitterizer-mvc3-login-example.zip: The archive is corrupt` – Kiril Jan 18 '12 at 19:29
  • I also tried using multiple browsers (Firefox, Chrome, etc), but the problem persists. – Kiril Jan 18 '12 at 19:50
  • ... and this is why we should keep copies of all of our source code. /facepalm – Ricky Smith Jan 19 '12 at 15:11
  • I could recreate that, but I've already written up a blog post about authorizing with MVC3: http://www.twitterizer.net/797/sign-on-with-twitter-in-mvc3/ – Ricky Smith Jan 19 '12 at 15:16
  • thanks! Great job on the article! I'm bookmarking it for sure! – Kiril Jan 19 '12 at 15:53
0

I just move to TweetSharp, much easier to understand if you are beginner with OAuth. This video tutorial saved my day http://www.youtube.com/watch?v=A6AVn-E3TwY

Rubia Gardini
  • 815
  • 5
  • 16
  • 30
  • TweetSharp is no longer actively maintained by it's authors (as is plainly stated on their github site) and is likely to become out of sync with the Twitter API. – Ricky Smith Nov 07 '11 at 16:00