Re: [twitter-dev] Is tweet retweeted or not.

2010-06-06 Thread Furkan Kuru
upss sorry, I did not notice statuses/home_timeline. I have been using friends_timeline and it does not include rts for backward compatibilities. On Sat, Jun 5, 2010 at 7:33 PM, Julio Biason julio.bia...@gmail.com wrote: On Sat, Jun 5, 2010 at 1:22 PM, Furkan Kuru furkank...@gmail.com wrote:

[twitter-dev] Incorrect Signature for oAuth

2010-06-06 Thread rhysmeister
Hi All, I am having problems identifying what is wrong with converting my app to use oAuth. All my GET requests work fine but my POST requests all fail with an incorrect signature error. I am adding the oauth parameters to the authorisation header of my request. My authorisation header is build

[twitter-dev] Re: Incorrect Signature for oAuth

2010-06-06 Thread Hwee-Boon Yar
Since it's GET works and POST, no. 1 reason is to make sure the base URI in the base signature string is constructed correctly. In your example, you don't need source= since it's OAuth. -- Hwee-Boon On Jun 6, 8:56 pm, rhysmeister therhysmeis...@hotmail.com wrote: Hi All, I am having

Re: [twitter-dev] API Suggestion - Add Meta Data to twitter links...

2010-06-06 Thread Lil Peck
Are there any screenshots of how annotations will look to the non-techie end-user? Or, will annotations always be hidden in json and xml? I like the concept of the structure, which extends Twitter's model of conveying information succinctly.

Re: [twitter-dev] Simple Twitter App?

2010-06-06 Thread John Meyer
On 6/5/2010 3:21 PM, Iguanasan wrote: Hello, Everyone. I'm trying to figure out how to create a simple app. When someone adds a new record to my database I want to tweet that it's available to be seen - apartments for rent - so that anyone who follows my twitter feed will get a notification

[twitter-dev] Re: Cannot obtain access token for authenticated user when a callback url is sent

2010-06-06 Thread avinash
Hi, I'm using the oayth2 python binding from http://github.com/simplegeo/python-oauth2. 1. I perform a request for obtaining 'Request token' I send the following parameters: {'oauth_consumer_key': x, 'oauth_timestamp': x, 'oauth_nonce': , 'oauth_version': x} Also I sign in the

[twitter-dev] Getting people to join my twitter

2010-06-06 Thread neuromancer
If I want to put on my website a 'join my twitter account' icon, is this something easy to do or do I need an app? -- NM

Re: [twitter-dev] Re: Annotations with data types

2010-06-06 Thread Mark Plotnick
Never mind, I misinterpreted what the problem being solved was I'm not sure we ought to devote bytes in the rather limited length annotations for data type names. Maybe have an optional (URL to a) schema that describes what the restrictions are.

[twitter-dev] How long does it take to get whitelisting?

2010-06-06 Thread Jae Eui Sohn
Hi all, I applied white listing request form, 10 days ago. But I didn't get it. If it was rejected, do they send email or whatever? How long should I wait more? Regards, -- Stay hungry. Stay foolish. -Steve Jobs

[twitter-dev] How should I deal with suspended/deleted id's

2010-06-06 Thread Maverick
I cache users/show details in a database in my app and if the user information is requested by the app and the cache is expired, an api call is made to refresh it. If the api call returns 404 Not Found, I could check the error in the response body to see if it's suspended or does not exist but I

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

2010-06-06 Thread Eric Renz-Whitmore
On 6/6/10, twitter-development-talk+nore...@googlegroups.com twitter-development-talk+nore...@googlegroups.com wrote: = Today's Topic Summary =

Re: [twitter-dev] Getting people to join my twitter

2010-06-06 Thread Andy Matsubara
I recommend you to use Twitter Anywhere. It has 'join my twitter account' button. On Sat, Jun 5, 2010 at 10:04 PM, neuromancer ghillsee...@aol.com wrote: If I want to put on my website a 'join my twitter account' icon, is this something easy to do or do I need an app? -- NM