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
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:
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
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
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
Hi,
Is there an API to follow/unfollow the user ?
Thanks,
--rag
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
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
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
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.
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
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
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:
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)
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?
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
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
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
18 matches
Mail list logo