[twitter-dev] Is there documents about the values returned by the API?

2011-01-16 Thread AmaiSaeta
Hello, Twitter peaple. Is there documents about the value returned by the API? I want something more to the http://apiwiki.twitter.com/w/page/22554664/Return-Values . That's lacked some values, and hard to read. For example... *listed_count, show_all_inline_media, coordinates.

[twitter-dev] my clients signed in without interference from the server.

2011-01-16 Thread Ahmad Musa
hi all, can I know if my client is signed in to his twitter account from my client application. this is the only thing needed for me to allow my client to write my database. so when my client requests for a write operation, what parameters I need from client to authorize the write using twitter

[twitter-dev] European/French POIs results returned are very poor !!

2011-01-16 Thread fvisticot
I'm evaluating POIs with Twitter. It seems that results returned by Twitter for french/european countries are very poor. Any idea/improvements planed ? Thank you for your help. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Annotations! Annotations! Annotations!

2011-01-16 Thread joepwro
We also have some really cool features waiting in the wings. Really looking forward to annotations being released. On Jan 14, 9:09 pm, Marc Fawzi marc.fa...@gmail.com wrote: Hey Twitter people, Are Annotations ready yet? Did I miss the announcement? Some of us have been working on

[twitter-dev] Lists on Twitter

2011-01-16 Thread don master
Hey Twitter Fan people, They Are some way to ADD more LIST rows or Delete some, from the one are List. Any can share some Twitter API for this ? Thanks friends. Manny G -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

Re: [twitter-dev] Is there documents about the values returned by the API?

2011-01-16 Thread Piers Karsenbarg
Someone might correct me here, but I think that's the old documentation. Try http://Dec.twitter.com/doc instead. On 16 Jan 2011 17:07, AmaiSaeta amaisa...@gmail.com wrote: Hello, Twitter peaple. Is there documents about the value returned by the API? I want something more to the

[twitter-dev] Incorrect signature

2011-01-16 Thread Thomas
Hello, I am trying to get the recent mentions with the twitter api but it returns the error Incorrect signature. Here's my PHP code: ?php $time = time() + 10800; $target = urlencode(http://api.twitter.com/1/statuses/mentions.xml? count=20); $oauth_consumer_key = urlencode(); $oauth_nonce =

[twitter-dev] Twilter - PHP5 Twitter Streaming Consumer with OAuth

2011-01-16 Thread webjay
Hello. For my work with Gignal http://gignal.com/ I needed a streaming consumer supporting OAuth, and since I couldn't find any, I made one whith lots of inspiration from Phirehose. https://github.com/webjay/Twilter Let me know if it's useful for you? Jacob -- Twitter developer

[twitter-dev] stream_socket_client with STREAM_CLIENT_ASYNC_CONNECT yields 401

2011-01-16 Thread webjay
I should probably ask in a Php group, but I'll try here first, in case it's Twitter related. When I connect with stream_socket_client('tcp://stream.twitter.com:443') I get a 401 unauthorized error immediately. If I use fopen('https://stream.twitter.com/1/statuses/sample.json') I get a

[twitter-dev] iPhone twitter client

2011-01-16 Thread Rob Wilson - SpikyOrange
Hi, I'm planning on integrating with Twitter on the iPhone, I'm surprised that unlike Facebook, Twitter does not provide a standard Objective-C library, but I have found MGTwitterEngine. The problem is, the setup instructions are not that clear, then I found 'by accident' the