[twitter-dev] issue when posting new direct message

2011-07-19 Thread galeyte
Hi, I'm working on a QML/JS based desktop application. I'm using OAuth through "authorize" url. I'm having issues posting new direct message to followers. It used to work but it's not been working for 2 days now. My application is "read / write & direct message". I'm getting : {"error":"You canno

Re: [twitter-dev] issue when posting new direct message

2011-07-19 Thread kamesh SmartDude
hai, Just check in web twitter whether the user to whom u are sending messages is really following you...or u blocked him before? //kamesh On Tue, Jul 19, 2011 at 2:24 PM, galeyte wrote: > Hi, > > I'm working on a QML/JS based desktop application. > I'm using OAuth through "authorize" url. > I

[twitter-dev] API based Query

2011-07-19 Thread sangeetha
Hi, I want to know how to implement the twitter post/tweets display API -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twit

[twitter-dev] returning only in_reply_to_status_id

2011-07-19 Thread posco
Is it possible to return statuses that are in_reply_to_status_id of a specific status_id without needing to sort through all GET statuses/ mentions? -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resou

[twitter-dev] Multiple message id retrieving status

2011-07-19 Thread sami
Hi I am confirming that if i have multiple tweet/msg id and i need the tweet data can i get on one call to twitter? otherwise i have to do multiple calls with passing msg id to the show.json rest api... can we use search api with passing tweet id ? is there any thing of this type..pllease help..

Re: [twitter-dev] API based Query

2011-07-19 Thread George varghese
For tweet posting use API http://api.twitter.com/1/statuses/update.format You can refer https://dev.twitter.com/docs/api/1/post/statuses/update Regards, George On Tue, Jul 19, 2011 at 12:26 PM, sangeetha wrote: > Hi, > >I want to know how to implement the twitter post/tweets display