[twitter-dev] Re: Unauthorized 401

2011-01-10 Thread Erik Bloem
I found it out myself. I was still using the old call to http://twitter.com/statuses When I changed this to http://api.twitter.com/1/statuses it worked fine, the unauthorized message disappeared. Cheers, Erik On 7 ene, 14:28, Erik Bloem ejbl...@gmail.com wrote: thanks for your reply Deepa

[twitter-dev] replies or retweets?

2011-01-10 Thread Erik Bloem
Unauthorized... Any ideas? Or is there some other way to get the replies, maybe by an old method using replies? Thanks in advance for any reply, Erik -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues

[twitter-dev] Unauthorized 401

2011-01-07 Thread Erik Bloem
and not the oauth_verifier? Thanks for any reply, Erik -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group

[twitter-dev] Re: Unauthorized 401

2011-01-07 Thread Erik Bloem
in a permanent integration. Once accepted, it generates a PIN code. With this PIN code it must be possible somehow to connect to Twitter. What is the PIN code used for anyway? kindest regards and txs, Erik On 7 ene, 07:09, deepa nagaraj deepa.23.naga...@gmail.com wrote: no you cannot do like

[twitter-dev] Unauthorized 401

2010-12-16 Thread Erik Bloem
read somewhere I would need authorization by sending a mail to a...@twitter.com. Is this true? Or could the reason be something else? Thank you very much in advance for any response, Erik -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

[twitter-dev] API responds to JSON requests with XHTML

2010-10-12 Thread Erik Michaels-Ober
When the Twitter API responds with an HTTP 500 error, as was occurring for a brief period yesterday, the response body is an XHTML document (http://twitter.com/500) as opposed to JSON, as I requested. This is not the case for HTTP 4xx errors, which respond in the requested format, for example:

[twitter-dev] Custom background design

2010-09-30 Thread Erik
/CBSfantasynews Can anyone guide me to a way of doing that? Thanks, Erik -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership

[twitter-dev] Twitter api request for a user's timeline w/ count=40 is returning ~20 records, why?

2010-08-30 Thread Erik Vold
why does http://twitter.com/statuses/user_timeline.xml?screen_name=erikvoldpage=0count=40 return ~15 results? should it not return 40 results? http://dev.twitter.com/doc/get/statuses/user_timeline Erik -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates

[twitter-dev] Return the number of @mentions from each of my followers?

2010-07-26 Thread Erik Lydecker
Hey, I'm trying to get the total number of times any given follower of mine have mentioned my name. What's the best way to do this? Thanks!