Twitter sheet should allow setting in_reply_to_status_id

Originator:amorya
Number:rdar://13662779 Date Originated:16-Apr-2013 02:27 PM
Status:Open Resolved:
Product:iPhone SDK Product Version:6.0
Classification:Enhancement Reproducible:Always
 
In my app, I want the user to be able to reply to tweets. The current Twitter sheet as part of the social framework doesn't support sending the metadata required to do this.

I suggest having a new property on SLComposeViewControllerResult: 

@property (nonatomic, strong) NSString *twitterInReplyToStatusID;

If this property is filled in, it should send the in_reply_to_status_id parameter to Twitter when the user posts their tweet.

As well, the GUI should change to show the tweet that is being replied to, above the text input box if the user pulls to scroll it downwards.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!