[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:
 Obtaining a single access token for your application without necessarily
 implementing the entire OAuth dance shouldn't be too difficult -- there are
 many OAuth libraries that include command-line tools to acquire access
 tokens in this way. You could also use Twurl 
 (http://github.com/marcel/twurl). My OAuth Dancer 
 (http://bit.ly/oauth-dancer) tool also lets you do this through a server
 interface your run on your own machine. I don't recommend sharing your
 consumer key or secret to any third-party website to acquire this
 information, but using a tool locally on your own machine is likely the best
 method.

 I'll see if there's anything we can do about offering a give me /my/ access
 token  access token secret for my application feature on
 dev.twitter.comto help with this. It'd then be as simple as porting
 those two pieces of
 information into whatever database, configuration file, or otherwise you
 would use to store the access token and access token secret. As with any of
 these kind of keys though, it wouldn't be appropriate to distribute access
 tokens of any kind with your software -- whether on github, in a desktop
 application, or in plaintext in a Javascript file.

 Taylor Singletary
 Developer Advocate, Twitterhttp://twitter.com/episod

 On Mon, Apr 26, 2010 at 5:29 AM, Ken k...@cimas.ch wrote:
  With OAuthcalypse looming, there is an urgent need for your service. I
  doubt that every API user with a Twitter-spitter even knows about
  the deadline. If you can convince them of your benign intent, great.
  If you have thought of a way to make it pay, even better!

  On Apr 26, 10:26 am, Harshad RJ harshad...@gmail.com wrote:
   On Mon, Apr 26, 2010 at 1:50 PM, Ken k...@cimas.ch wrote:
For security reasons this service should be left to Twitter, but a
third party could deliver the same tokens if provided with the app's
Consumer key and secret. A bit messy though - need to change the
requesting app's callback URL - but it's doable.

Is someone already doing this? Would that violate ToS?

   Just FYI, I am working on a similar concept. Waiting for clarifications
  from
   Twitter before releasing it publicly.

   --
   Harshad RJhttp://hrj.wikidot.com

   --
   Subscription settings:
 http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[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?


-- 
Subscription settings: 
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[twitter-dev] Re: one application authentication

2010-04-25 Thread Abava
There are a number of REST API calls that don't require authentication
yes, I know :-)
Application uses DM - so it must be authenticated.

 But yes, if you do authenticate, use oAuth.
it looks curiously - confirm my password usage to myself :-)
That is why I'am asking.

On Apr 25, 9:51 pm, M. 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 that works with this account. And it
  works with this account only. Is it still OAuth?

 There are a number of REST API calls that don't require authentication
 at all! For example, you can get the list of friends, list of followers
 and 16 pages of up to 200 tweets from any non-protected user, including
 yourself, without authenticating. The only advantage to authentication
 here is that you get the higher oAuth rate limit instead of the default
 150 calls per hour, and the rate limit is assessed per account and not
 per IP address.

 But yes, if you do authenticate, use oAuth.

 --
 M. Edward (Ed) Borasky
 borasky-research.net/m-edward-ed-borasky

 A mathematician is a device for turning coffee into theorems. ~ Paul Erdõs

 --
 Subscription 
 settings:http://groups.google.com/group/twitter-development-talk/subscribe?hl=en


[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

and how to read list memebers (just id's) without credential?
How to read list names for the particularly user without credential?

Twitter API (draft for lists) requires authentication here. E.g. with
this draft JSONP for lists is practically useless - how to pass
username/password there without exposing them clearly in the
javascript code.

On Oct 28, 10:25 pm, ryan alford ryanalford...@gmail.com wrote:
 You are not required.  I just used this API method without credentials.

 http://twitter.com/statuses/user_timeline/[InsertScreenNameHere].xml

 No credentials needed.  Some API methods 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 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] 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)
We've started to see that problem maybe several hours ago. Before that
(the previous week) it was Ok.


[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 quality...so any
 help would be most appreciated.

 I have a Twitter account that I want to post simple periodic updates
 to from a website I own.  I can successfully do this:

 cfhttp url=http://twitter.com/account/verify_credentials.xml;
 method=get username=#variables.Tusername#
 password=#variables.Tpassword#

 That works everytime.  However, this does not work:

 cfhttp url=http://twitter.com/statuses/update.xml; method=POST
 username=#variables.Tusername# password=#variables.Tpassword#
 charset=UTF-8
                 cfhttpparam type=FORMFIELD name=user
 value=#variables.Tusername#
                 cfhttpparam type=FORMFIELD name=password
 value=#variables.Tpassword#
                 cfhttpparam type=FORMFIELD name=status
 value=#variables.Tstatus#
         /cfhttp

 Not just that but any variation of the post to update.xml fails and
 the fail reason is: Could not authenticate you.  I've tried it in
 just about every combination I can think of.  I've scoured Twitter's
 API docs, Google and everywhere in between and can't get this to go.
 I'm hoping someone can point me in the right direction.  This seems a
 really simply thing but it's driving me to distraction.  I don't
 believe there's a setting in Twitter itself that is causing the
 issue...but perhaps I'm wrong.

 Any help/assistance would be most welcome and appreciated.  Thanks in
 advance.


[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