[twitter-dev] What I'm doing wrong when trying to retrieve friends timeline with parameters?

2011-04-15 Thread riahut.com
My first request is working and it pretty simple with no extra parameters: http://api.twitter.com/1/statuses/friends_timeline.json application authenticated and I receive about 15 tweets. when make GET with extra parameters: GET /1/statuses/friends_timeline.json?count=50 I getting 401!! pretty

[twitter-dev] Re: Introduce yourself!

2011-04-15 Thread riahut.com
interested in AIR for mobile please visit my site http://riahut.com and join me on twitter http://twitter.com/lytvynyuk -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http

[twitter-dev] 401 when retrieving friends timeline with parameters, please advise.

2011-04-23 Thread riahut.com
Receiving 401 when retrieving friends timeline with parameters, please advise. My request looks like this: GET /1/statuses/friends_timeline.json?count=50 Responce: HTTP/1.1 401 Unauthorized When I do GET /1/statuses/friends_timeline.json I works perfectly, When I do GET