-1

I am using below mentioned third party twitter Control .

And recently twitter changed API v1.0 t0 v1.1 and how to change those modification in this control.

DETweetComposeViewController for iOS

Any help really appreciated.

Thank you

WilQu
  • 7,131
  • 6
  • 30
  • 38
Nothing
  • 27
  • 1
  • 4
  • Just change 1 to 1.1 like `NSString * const twitterPostURLString = @"https://api.twitter.com/1.1/statuses/update.json"; NSString * const twitterPostWithImagesURLString = @"https://upload.twitter.com/1.1/statuses/update_with_media.json";` in DETweetPoster.m class – Venk Jun 17 '13 at 10:22
  • Thanks for replying.I changed those things,but tweet failed. could you guide me? – Nothing Jun 17 '13 at 11:03
  • check the `setAccount:` property has been used or not for TWRequest, and check the `ACAccount` – Venk Jun 17 '13 at 11:23

1 Answers1

0

I think this Answer will help you about the new Twitter API

Its very much satisfied and relieved.. its working for me.

Community
  • 1
  • 1
Mutawe
  • 6,464
  • 3
  • 47
  • 90