Perhaps a dumb question, but I can't figure it out so I thought I would ask for some assistance on this.
I am following the example at: http://docs.xamarin.com/ios/Guides/Platform_Features/Introduction_to_the_Social_Framework I am trying to call and get the data from my timeline. Unfortunately, as is, I get a 404 error. This makes me believe that twitter has updated the api to 1.1. http://api.twitter.com/1/statuses/public_timeline.json is there url that I am trying to go to. Does anything look incorrect in the url? I am literally taking a copy/paste of the code on this page for getting timeline data. When I use 1.1, I am getting what appears to be an OAuth error. I thought that the social framework support was suppossed to pass the proper oauth info to the twitter api. This is the url that I am trying to get data from: http://api.twitter.com/1.1/statuses/public_timeline.json When I attempt to connect with this url, I am getting a 400 error. In digging into this, the error seems to be caused by missing oauth info in the request. Makes me wonder if something is missing. Any suggestions are appreciated. BTW, I realize that I can do things other ways and get a result, but I am trying to understand how this done with the iOS6 objects and the framework, so its important to actually do this the iOS6/MT way for this example. Wally
_______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
