[twitter-dev] Upload image on android

2010-11-24 Thread duong hoang
How to upload some images to my twitter account by my own application on android ? Please help me! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Signing in with @Anywhere Popup doesn't Close

2010-11-24 Thread Caleb
I'm using the @Anywhere platform to allow users to sign in and connect via twitter. It open a small popup window where the user signs in and connects. The problem is that after the user authorizes it, it displays the callback url and but doesn't close the window and use my callback. The parent

[twitter-dev] Twitter API not responding

2010-11-24 Thread ravi
Hi, I am new to twitter API, i have written a console application which hits the twitter API takes in the Tweets, Mentions, Retweets and followers count and saves it to the database. I have developed the code , which is working properly. Today when i ran the console application the twitter API

Re: [twitter-dev] Trending topics and hasthtags

2010-11-24 Thread Taylor Singletary
Some trending topics are subject-based while not centered around the use of a hashtag, such as Tom Selleck. Other trending topics are centered around a specific hashtag like #dgaf There's really no difference (apart from how they spread), they represent search terms either way. Taylor On Tue,

[twitter-dev] how would I test an app?

2010-11-24 Thread Jonas Obrist
Hi everyone I wrote an app for the Django web framework that forces users to authenticate themselves using Twitter before being able to access certain parts of the website. I'm a huge fan of unittesting and continuous integration testing, so I'm wondering how I would test the oauth API automated.

Re: [twitter-dev] Re: randomly 401 error

2010-11-24 Thread Matt Harris
Hey Alvin, Your URL looks badly formed as it includes .../home_timeline.json?count=5 I would expect to see .../home_timeline.json?count=5... (so no after the ?). You also have realm in your query string when it isn't needed. Realm is optional and when used, is only used in the Authorization

Re: [twitter-dev] Not able to get request token

2010-11-24 Thread Matt Harris
HI Rajat, Double check the time on your machine is in sync with the Twitter servers (GMT). If the timestamp is too far from Twitter's server time OAuth will not work. Also, check the body content of the 403 response. It often contains information that can help diagnose connection problems. Best

[twitter-dev] Regarding Integration Twitter API

2010-11-24 Thread rickyrokr
Greetings, I am trying to integrate some feature similar to http://sproutsocial.com/ in my site http://theblindsquirrel.com/ The basic feature i m trying to integrate are: 1. User login through my twitter application that i have created for the first time, from there he will redirect to the

[twitter-dev] Problems with starting twitter account

2010-11-24 Thread joseph k
First off, I would like to say that the issue that I am having is already putting a bad taste in my mouth in reguards to your website. I signed up for an account the other day, and since yesterday its been telling me that i need to confirm my email address which I have tried to do numerous times

Re: [twitter-dev] Abridged summary of twitter-development-talk@googlegroups.com - 16 Messages in 13 Topics

2010-11-24 Thread jay rox
I am trying to get started with the Site Streams. However, I am having a hard time finding the documentation for getting the stream started. Anyone know where I can find this info or able to provide it? I think I just need to know the names of the params, I can probably figure out the rest. Thanks

[twitter-dev] Help Getting Started with Site Streams

2010-11-24 Thread jay rox
I am trying to get started with the Site Streams. However, I am having a hard time finding the documentation for getting the stream started. Anyone know where I can find this info or able to provide it? I think I just need to know the names of the params, I can probably figure out the rest. Thanks

RE: [twitter-dev] Help Getting Started with Site Streams

2010-11-24 Thread Nancy Neira
Jay You looking for code patch or the actual code to do streaming? Nancy Date: Wed, 24 Nov 2010 23:53:21 -0500 Subject: [twitter-dev] Help Getting Started with Site Streams From: jay...@gmail.com To: twitter-development-talk@googlegroups.com I am trying to get started with the Site

[twitter-dev] Re: randomly 401 error

2010-11-24 Thread Alvin Wang
hello, Matt After removing the symbol and parameter realm, the frequency of 401 is lower. But it becomes the problem as I attach below http://9.share.photo.xuite.net/u9011022/19d319b/4424859/170775808_x.jpg On 11月25日, 上午2時32分, Matt Harris thematthar...@twitter.com wrote: Hey Alvin, Your