natesymer/FHSTwitterEngine

how to send message to particular followers?

karthisiva opened this issue · 3 comments

I can list my followers ,i want to message them using their id or screen-name.

you mean a direct message or a public tweet?

@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.

Look at - (NSError *)sendDirectMessage:(NSString *)body toUser:(NSString *)user isID:(BOOL)isID;