[twitter-dev] Re: one application authentication

2010-04-27 Thread Abava
I'll see if there's anything we can do about offering a give me /my/ access yes, please let us know. That is why I wrote this qyuestion. I think this option should be somewhere within 'my account' settings on Twitter On Apr 26, 6:17 pm, Taylor Singletary taylorsinglet...@twitter.com wrote:

[twitter-dev] one application authentication

2010-04-25 Thread Abava
For the upcoming basic auth shutdown: What if I have own application that requests data from my own twitter account. What is an easiest way for the authentication in this case? It is the only one application that works with this account. And it works with this account only. Is it still OAuth?

[twitter-dev] Re: one application authentication

2010-04-25 Thread Abava
. Edward (Ed) Borasky zn...@comcast.net wrote: On 04/25/2010 07:50 AM, Abava wrote: For the upcoming basic auth shutdown: What if I have own application that requests data from my own twitter account. What is an easiest way for the authentication in this case? It is the only one application

[twitter-dev] Rate limit for Yahoo pipe

2009-11-20 Thread Abava
I'am trying to get data from Twitter via Yahoo pipe. Is there any rate limit for pipes? As far I understand IP in requests are from Yahoo

[twitter-dev] Re: user+password

2009-10-30 Thread Abava
do required you to be authenticated, but some do not.  You can view the methods athttp://apiwiki.twitter.com/Twitter-API-Documentation     and it will tell you if you have to be authenticated to do the method. Ryan On Wed, Oct 28, 2009 at 3:17 PM, Abava dnam...@gmail.com wrote: and why do

[twitter-dev] user+password

2009-10-28 Thread Abava
and why do we need user name+password just for reading something from the public list? E.g. just read members id's, read statuses etc. Why it is password protected?

[twitter-dev] friends/ids returns 400 Bad request

2009-10-04 Thread Abava
requests for friends/ids return 400 Bad request via API (through Yahoo Pipe). The same request for .xml data right from browser returns correct data. E.g.: http://www.twitter.com/friends/ids/abava.xml - always work from browser and the same request does not work via API (through Yahoo pipe)

[twitter-dev] friends/ids and cursor

2009-10-04 Thread Abava
requests for friends/ids with cursor=-1 parameter via API (through Yahoo Pipe) returns empty set The same request for .xml data right from browser returns correct data.

[twitter-dev] DM since_id does not work!

2009-03-30 Thread Abava
request messages with since_id attribute returns old messages: request new messages since 82395201 Get new message: 73801853 Get new message: 74232720 Account: http://twitter.com/t411

[twitter-dev] Re: Coldfusion Twitter status posting help

2009-03-30 Thread Abava
check out this JSP taglib: http://www.servletsuite.com/servlets/twittertag.htm you can use it in CF as well On Mar 29, 10:32 pm, Craig328 craig...@gmail.com wrote: I've been banging my head on this issue for the past 3-4 days to the point that my skull has attained a soggy, squishy

[twitter-dev] 400 Bad Request from Twitter Search Feed

2009-03-24 Thread Abava
I am getting 400 Bad Request from Twitter Search Feed while loading it via Google Ajax Feed API. Actually it looks like each second request is finished with 400 code