[twitter-dev] Re: A new permission level

2011-05-24 Thread janole
Hi Frank, do you now understand my slightly provoking question about TweetDeck? ;-) Ole On May 19, 11:46 pm, Frank Ash nut...@gmail.com wrote: Yes janol, everything but twitters official apps will fail. This is specifically aimed at client apps. It is a way to specifically Target client

Re: [twitter-dev] Question about rate limiting

2011-05-24 Thread Tom van der Woerdt
Per user per application. With 1000 users you can use 35 API calls per hour. Tom On 5/24/11 5:41 AM, Sam Oldak wrote: I am developing an app that allows users to login with twitter. I'm a bit confused about the rate limiting applied to verifying credentials of users. Is it 350/hour

[twitter-dev] Re: Twitter Mentions since_id

2011-05-24 Thread Paul
Im using Delphi for coding and to be honest, I started using http://chuckbeasley.com/index.php/2009/05/28/twitter-for-delphi-code/ , but nothing i found worked 100% so i used the code there and modified it. At this point i can only use querystring as we decided to go with it from the start (and

[twitter-dev] incorrect signature with get parameters

2011-05-24 Thread galeyte
Hi again ! I'me still working on my javascript twitter client. At this time, every request i make using POST method work perfectly, but i'm experiencing some trouble using GET parameters with oauth. Here is my code to retweet a message : var parameters = [oauth_consumer_key=+consumer_key,

[twitter-dev] Re: A new permission level

2011-05-24 Thread Mark Pavlidis
According to Matt's response above When the website is busy, it can take a little bit longer for changes to your application to be reflected. If you still haven't see then change try setting it again. On May 19, 4:45 pm, janole s...@mobileways.de wrote: HiMark, I am still having the same

[twitter-dev] Web page to see who I have blocked?

2011-05-24 Thread TJ Luoma
Is anyone aware of an oAuth-enabled web service which will show me who I have blocked on Twitter? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Multiple Home timelines on one webpage

2011-05-24 Thread roderick
Is it possible to show multiple home timelines from 2 (or more) different accounts. For example I want to access my Business twitter account and my personal twitter account from one webpage. Please tell me if this possible and how! Thank you! -- Twitter developer documentation and resources:

Re: [twitter-dev] Abridged summary of twitter-development-talk@googlegroups.com - 2 Messages in 2 Topics

2011-05-24 Thread charanteja janagama
i want to know about android On Sun, May 22, 2011 at 5:16 AM, twitter-development-talk+nore...@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/twitter-development-talk/topics - Response from

[twitter-dev] Twitter API for iPhone Application

2011-05-24 Thread Davinder Singh
Requesting help to find a suitable API to integrate with my Twitter account. Thanks in advance! -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Can i tweet to the perticular User....

2011-05-24 Thread nilesh patel
Hi, I want to give the reply of perticular tweet is it possible to do??? if yes then provide me the way to implement it Thanks in advance -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

[twitter-dev] Re: incorrect signature with get parameters

2011-05-24 Thread galeyte
I've tried using POST and GET method. And i've seen the htts: mistake, but doesn't change anything. :( On May 24, 2:25 pm, galeyte gaetan...@gmail.com wrote: Hi again ! I'me still working on my javascript twitter client. At this time, every request i make using POST method work perfectly,

[twitter-dev] Re: direct messages / conversations

2011-05-24 Thread galeyte
Hi Sorry for my 2nd post, i did not see taylor's answer on my computer. It's better this way so i can have multiple filtering method for users. Thanks On May 13, 12:03 am, Orian Marx (@orian) or...@orianmarx.com wrote: No, there is no API method which will do what you are asking for. As

[twitter-dev] updates status problem with OAuth when include áóí ..etc

2011-05-24 Thread Javier Solís
I when is sent a update status call with OAuth than include special characters like óíú... Twitter raise a 401 error. I tried with diferent encoding tricks, and stop the error 401, but the characters cannot display fine in twitter status. If you know a new version of OAuth withot

Re: [twitter-dev] Twitter API for iPhone Application

2011-05-24 Thread Damon Parker
What are your constraints, coding language, etc.? What do you want to do with the API? On Tuesday, May 24, 2011 at 8:50 AM, Davinder Singh wrote: Requesting help to find a suitable API to integrate with my Twitter account. Thanks in advance! -- Twitter developer documentation and

Re: [twitter-dev] Twitter API for iPhone Application

2011-05-24 Thread Jules Damji
Davinder, There are client libraries, as noted on the client library page, https://dev.twitter.com/pages/libraries#objectivec, for i-Phone. A good place to start and examine if they meet your requirements. Also, elaborating a bit on what your requirements are, or what you wish to accomplish

[twitter-dev] sync followers/friends

2011-05-24 Thread joelkeepup
Hi, I dont see anyway in the api to get delta/changes on friends/ followers, or changed date of followers. Im trying to keep some in sync, and some people have 50k followers, its very inefficient for me to go through the whole list and figure out which are added and which are deleted etc... Any

Re: [twitter-dev] Web page to see who I have blocked?

2011-05-24 Thread Arnaud Meunier
Hey, You could use one of these two API endpoints to retrieve who the authenticated user (i.e. you) is blocking: - /1/blocks/blocking/ids to retrieve an array of user ids (more info on http://dev.twitter.com/doc/get/blocks/blocking/ids) - /1/blocks/blocking to retrieve the user objects (more

Re: [twitter-dev] Web page to see who I have blocked?

2011-05-24 Thread TJ Luoma
Thanks! I was aware of those endpoints, and have used them before. I was just hoping that someone had already made a nice webpage GUI to it to prevent me from thinking about building one :-) TjL On Tue, May 24, 2011 at 1:05 PM, Arnaud Meunier arn...@twitter.com wrote: Hey, You could use one

[twitter-dev] MyTwitter Android from Marakana

2011-05-24 Thread marcio
Hello Im working on the twitter app for Android following the marakana example on their website. Im having trouble configuring it to work with my twitter account. Does anyone have experience with this example? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API

Re: [twitter-dev] Re: incorrect signature with get parameters

2011-05-24 Thread Arnaud Meunier
Hey there, The URL you're passing to your getBaseString function is not correct. The correct endpoint to ReTweet a tweet is /1/statuses/retweet/:id (cf http://dev.twitter.com/doc/post/statuses/retweet/:id). Also remove the id part in your parameters. Arnaud / @rno http://twitter.com/rno On

Re: [twitter-dev] updates status problem with OAuth when include áóí ..etc

2011-05-24 Thread Arnaud Meunier
Hey Javier, Looks like you're not encoding these characters properly, but it's going to be hard to help you without more details. What do you mean by a new version of OAuth? Did you have a chance to take a look on our Twitter libraries page? https://dev.twitter.com/pages/libraries Arnaud / @rno

Re: [twitter-dev] Can i tweet to the perticular User....

2011-05-24 Thread Arnaud Meunier
Hey, Don't know if that would meet your needs, but the easiest way to implement this would be to use Web Intents. Cf https://dev.twitter.com/pages/intents#tweet-intent Arnaud / @rno http://twitter.com/rno On Tue, May 24, 2011 at 7:24 AM, nilesh patel nileshpatel2...@gmail.comwrote: Hi, I

[twitter-dev] API problem following more users, with only 4 users being followed

2011-05-24 Thread Guillermo Winkler
The follow user API is failing on my with the result: Could not follow user: You are unable to follow more people at this time The thing is I'm only following 5 users. It's a user we have for integration-testing, it runs a set of test cases everytime our product is built. So it may

[twitter-dev] Re: Problem getting request tokens on REST API

2011-05-24 Thread timw4mail
I've tried just basic connections, even with another library, and I can't get request tokens. I tried making an app on my other twitter account. Didn't work. I tried just a standalone page to get a request token. No matter what I try I get a 401 Failed to validate oauth signature and token. It

[twitter-dev] statuses/show rate limiting clarification

2011-05-24 Thread Charles
Hi, Going through the docs on statuses/show (http://dev.twitter.com/doc/ get/statuses/show/:id) we find ourselves going around in circles with a particular issue, and were wondering if someone could help us out. Specifically we're confused about what authentication does and does not allow us to

[twitter-dev] OAuth problem

2011-05-24 Thread Joseph
Hi i am a newbie here so please... patience I have a simple problem i am using Twitter4j as a client library (just a detail as my problem does not related to it) twitter4j does its job, i can get a request token , i can get an authorize url , i can even get a valid access token all works fine

[twitter-dev] Re: Multiple Home timelines on one webpage

2011-05-24 Thread Mohan Arun
Is it possible to show multiple home timelines from 2 (or more) different accounts. I guess this is only possible with third-party twitter client like Hootsuite. - Mohan -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: how to get the replies by specified status ID

2011-05-24 Thread LoVenus
Thank you very much! It's helpful! On Apr 26, 10:58 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi LoVenus, There's no way to accomplish this directly from the Twitter REST API at this time -- it would be possible to accomplish this for a single user using User Streams but you

[twitter-dev] Re: Additional attribute in share link

2011-05-24 Thread Ken D.
Looks like a 13-digit timestamp - e.g. Python millis() On May 23, 10:09 pm, Tony House tonyho...@gmail.com wrote: I'm looking through the FAQ for the tweet button and am not seeing one of the attributes listed. On the page, the different examples have an underscore and equal and a 13 digit