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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -