[twitter-dev] Re: Twitter4J 2.0.8-SNAPSHOT available - supports OAuth1.0a / PIN-based authentication

2009-07-04 Thread alien9
I'm not sure what to do with the PIN. I didn't see a clear place to add it (figured in the RequestToken, before calling for AccessToken). I grabbed the SNAPSHOT source, as well, and followed code through to HttpClient.getOAuthAccessToken.. Im guessing the pin should get added there as a POST

[twitter-dev] Re: Twitter4J 2.0.8-SNAPSHOT available - supports OAuth1.0a / PIN-based authentication

2009-07-04 Thread H12山本 裕介
Hi, Yes, pin should be passed to the API as a post param. The *get* part of the method name *get*OAuthAccessToken() doesn't indicate that it uses GET method internally. It actually uses POST method to retrieve access tokens. see also:

[twitter-dev] Re: Twitter4J 2.0.8-SNAPSHOT available - supports OAuth1.0a / PIN-based authentication

2009-07-04 Thread alien9
I see it now.. I was looking some other example, which actually used requestToken.getAccessToken( ), and figured your PIN modifications would occur there Then I just grepped for 'pin' in your code, found Twitter.getOAuthAccessToken(RequestToken, pin), and that works just fine :) Awesome Thank

[twitter-dev] Re: Security Best Practices

2009-07-04 Thread Dossy Shiobara
Hint: This isn't a dilemma for only open source developers. It's a real and serious problem for any application whose code (source or object) is accessible to anyone other than the application developer, i.e., any application that the user installs. It should take all of, what, a day, to

[twitter-dev] Re: Security Best Practices

2009-07-04 Thread Andrew Badera
I haven't done much real desktop OAuth, mostly web ... but can't you simply proxy the request through your own server, and keep the secret on your server, serving client requests centrally? Thanks- - Andy Badera - and...@badera.us - Google me: http://www.google.com/search?q=andrew+badera - This

[twitter-dev] API to follow user

2009-07-04 Thread rag twitter
Hi, Is there an API to follow/unfollow the user ? Thanks, --rag

[twitter-dev] Re: API to follow user

2009-07-04 Thread Paul Kinlan
Hi, Yes. friendships/createhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships%C2%A0create friendships/destroyhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships%C2%A0destroy friendships/existshttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships-exists

[twitter-dev] Re: API to follow user

2009-07-04 Thread rag twitter
hmm this is too fast, thanks. Will check that. Thanks Again :) --rag On Sat, Jul 4, 2009 at 3:32 PM, Paul Kinlan paul.kin...@gmail.com wrote: Hi, Yes. friendships/createhttp://apiwiki.twitter.com/Twitter-REST-API-Method%3A-friendships%C2%A0create

[twitter-dev] Re: Security Best Practices

2009-07-04 Thread Duane Roelands
That's certainly a technical possibility. But I've got to create an authentication scheme for the users to log into my proxy. Then I have to set up hosting. Then I have to write a second application to handle the requests from my client and send the responses back. So simply is not an accurate

[twitter-dev] Retrieving a list of followers and/or friends for an arbitrary user...

2009-07-04 Thread kmslogic
I can get a list of followers/friends for the current authenticated user, but I can't figure out how to do it for an arbitrary user. Does the API allow this? You can definitely do it even without being authenticated on the Twitter web site.

[twitter-dev] Re: place to discuss business of twitter apps

2009-07-04 Thread davidzimm
count me in too. my web host shut me down because I was puttting too much demand on the CPU. Now I've got to start making money from my app! On Jul 3, 8:00 am, João Pereira joaomiguel.pere...@gmail.com wrote: I'm also interested in discuss these things. let me now if you find something. On

[twitter-dev] Re: Retrieving a list of followers and/or friends for an arbitrary user...

2009-07-04 Thread yogesh dewangan
Yes you can fetch list of followers and friends of any arbitrary user , see the link,. http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-followers%C2%A0ids On Sat, Jul 4, 2009 at 4:27 PM, kmslogic kmslo...@gmail.com wrote: I can get a list of followers/friends for the current

[twitter-dev] Re: place to discuss business of twitter apps

2009-07-04 Thread Dean Collins
You asked for it.. Now you have it. http://groups.google.com/group/twitter-business-talk Regards, Dean Collins Cognation Inc d...@cognation.net +1-212-203-4357 New York +61-2-9016-5642 (Sydney in-dial). +44-20-3129-6001 (London in-dial). -Original Message- From:

[twitter-dev] Re: Retrieving a list of followers and/or friends for an arbitrary user...

2009-07-04 Thread kmslogic
Perfect! Somehow the social graph section that friends/ids and followers/ids were in threw me and I didn't even check there (also there is another method to pull the list from the current authenticated user which is weird)

[twitter-dev] oAuth company name

2009-07-04 Thread Peter Denton
Hey all, Not trying to ask the team an annoying question, but is there anything to keep me from typing in Microsoft Corp to company name in oAuth for an application registration? Someone asked me this and I thought I would ask the group. Is there going to be a validated account badge for apps?

[twitter-dev] Re: oAuth company name

2009-07-04 Thread JDG
i think the only thing that would keep you would be a sternly-worded letter from Microsoft's legal team to both you and Twitter. On Sat, Jul 4, 2009 at 16:08, Peter Denton petermden...@gmail.com wrote: Hey all, Not trying to ask the team an annoying question, but is there anything to keep me

[twitter-dev] Re: Security Best Practices

2009-07-04 Thread Dossy Shiobara
On 7/4/09 5:30 AM, Andrew Badera wrote: I haven't done much real desktop OAuth, mostly web ... but can't you simply proxy the request through your own server, and keep the secret on your server, serving client requests centrally? Yes, yes you can - then you get to enjoy the Twitter rate limit

[twitter-dev] Re: from API

2009-07-04 Thread Harrison
This isn't a loophole. It's a documented function of posting the tweet source. It just so happens that 'web' is a valid source parameter. On Jul 4, 4:42 am, Chad Etzel jazzyc...@gmail.com wrote: Some clients don't even show the source... Tweetie for example.. There are a billion 3rd party