0

Hello I am trying to run this sample http://code.msdn.microsoft.com/Latest-Twitter-integration-a42e8bb6 but I am getting an error.

An exception of type 'System.ArgumentException' occurred in Hammock.WindowsPhone.Mango.DLL but was not handled in user code

veereev
  • 2,650
  • 4
  • 27
  • 40

1 Answers1

1

To work with Twitter, you have to register your app at Twitter Developer Site. To do so, after you successfully logged in Twitter, you've to go to My Applications | Create a New Application. Now you have to fill the details of your app.

After getting those keys, go to Class1.cs and modify the consumerKey and the consumerKeySecret.

  • hello there thanks for your help, I have added these now i am getting this error in the message box : The given key was not present in the dictionary. Any help please? – veereev Feb 07 '14 at 09:20