Hi everyone! m new to IOS development, I had integrated twitter tweet to my Iphone app, but the api used is for text and images upload, i only want to use the text, so i want to know what will be replacement of this NSUrl used in my code
/////////////////////////////////////////// ASIFormDataRequest* request=[[ASIFormDataRequest alloc] initWithURL: [NSURL URLWithString:@"http://twitter.com/statuses/ friends_timeline.xml"]]; /////////////////////////////////////// Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.google.com/group/twitter-development-talk
