ios4 - Direct Message to more than one person : twitter MGTwitterEngine -
i want send direct message more 1 person single call
i using mgtwitterengine
and calling function this
[requestdict setobject:@"direct_message" forkey:[twitterobj senddirectmessage:@"this test iphone app" to:@"user_id"]]; this sending ok
but not able send multiple people , how can tried comma separated user_ids not works
thanks amit battan
regardless of whether mgtwitterengine supports call looks allows send direct message (dm) more 1 user, twitter api doesn't support call that.
the api method behind scenes (direct_messages/new) allows authenticating user send dm 1 user only. so, if single call working you, iterate on list of twitter users , send them dm call specified.
also, don't have worry rate limiting when sending dm.
Comments
Post a Comment