how to send message to particular followers?
karthisiva opened this issue · 3 comments
karthisiva commented
I can list my followers ,i want to message them using their id or screen-name.
dkhamsing commented
you mean a direct message or a public tweet?
karthisiva commented
@dkhamsing thanks for comments..i done this with forllowing api call
https://api.twitter.com/1.1/direct_messages/new.json
Your library really awesome and easy to understand
thanks again.
dkhamsing commented
Look at - (NSError *)sendDirectMessage:(NSString *)body toUser:(NSString *)user isID:(BOOL)isID;