[twitter-dev] statuses missing geo /

2010-11-09 Thread Andrew Cross. Gna
I am succeeded in integrating the twitter with my web application and access the twitter futures. Now, I need your help to get the following in the list of my statuses. geo / coordinates / place / at the below of the user tags of the tweet status list. I have enabled the Tweet Location

[twitter-dev] Re: statuses missing geo /

2010-11-09 Thread Ken D.
Add Location to your tweets does not actually add a location - good point, and you are probably not the first to think so. It only enables your account to accept location information. It is still up to you to send the geo data. On Nov 9, 12:23 pm, Andrew Cross. Gna success@gmail.com wrote: I

[twitter-dev] Re: User Lookup in JavaScript

2010-11-09 Thread EL
Thanks Matt. I changed as you suggeted, making my baseString: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fusers %2Flookup.jsonoauth_consumer_key%3DT5nsfaBaAg %26oauth_nonce%3DzIImL4%26oauth_signature_method%3DHMAC- SHA1%26oauth_timestamp%3D1289231301%26oauth_token%3D219-

Re: [twitter-dev] Re: User Lookup in JavaScript

2010-11-09 Thread Tom van der Woerdt
If you get that error, your best option is to re-create the application and use ReadWrite from the start. Your current keys probably are still read-only, as they don't change if you change it on dev.twitter.com Tom On 11/9/10 4:30 PM, EL wrote: Thanks Matt. I changed as you suggeted, making my

[twitter-dev] Shortened URL suggestions

2010-11-09 Thread kprobe
It would be nice to have these features for short links. 1. ability to use just t.co/shorturl or x.co/shorturl or bit.ly/ shorturl WITHOUT requiring www. or http:// prefix 2. add a mouse hover over the short to show the real destination of the short link. Please note that when New Twitter

[twitter-dev] Re: User Lookup in JavaScript

2010-11-09 Thread EL
Thanks guys - deleting and recreating the application worked. Finally got this solved! Hoorah! :) Thanks for the assistance On Nov 9, 3:31 pm, Tom van der Woerdt i...@tvdw.eu wrote: If you get that error, your best option is to re-create the application and use ReadWrite from the start. Your

[twitter-dev] Re: Streaming API and OAuth

2010-11-09 Thread Dewald Pretorius
Does that mean the application can use any active token that was granted via the normal OAuth connections process to authenticate on the Streaming API? If that is so, then even just that information in the documentation will be a help. From reading the documentation one cannot figure out whether

[twitter-dev] Not able to do authorization for blackberry

2010-11-09 Thread ruju
Hi, I have used Oauth method for twitter integration in blackberry. I am able to do request token and got oauth_token.Treid to make authorization call but was not able to do.I am confused.Dont know how to proceed please help -- Twitter developer documentation and resources:

[twitter-dev] For media art installation

2010-11-09 Thread Elliot
Hey all We're developing a media art installation for the entrance area of Design Korea 2010. The general concept is that people will record videos of themselves, and tie that video to their twitter identity. Then whenever they tweet, their video is projection mapped onto a box

[twitter-dev] signout with oauth

2010-11-09 Thread aravind
hi friends i developed one application using oauth.. i can able to sign in.. but i cant able to sign out .. i have cleared all cache,sessions and cookie .. but still no use i have searched for this and i have ended with another .. can any one the help or tell me.. how to rectify this .. --

[twitter-dev] The position of hashtag in entities

2010-11-09 Thread ogaoga
Hi, I would like to construct a html source with links from a tweet and entities data. However the position of hashtag in entities seems to be incorrect. The following case, the position of hashtag in entities indicates not the #anchor hashtag at the end of the tweet but an anchor of URL

Re: [twitter-dev] Re: Streaming API and OAuth

2010-11-09 Thread Taylor Singletary
Hi Dewald, Agree that we could have more explicit documentation here. - Yes you must use an access token. - Streaming privileges and roles are given to accounts at this time, not API keys. - As such, the account represented by the access token determines what level of access is available to the

Re: [twitter-dev] For media art installation

2010-11-09 Thread Mark McBride
This seems like a perfect use case for the streaming API http://dev.twitter.com/pages/streaming_api. It seems like you want some combination of either filtering (on #designkorea) or following (the specific users who have made a video) ---Mark http://twitter.com/mccv On Tue, Nov 9, 2010 at

[twitter-dev] Twitter streaming API using oauth with tracks that have spaces?

2010-11-09 Thread dan
I've been having trouble connecting to the streaming API using oauth if my tracks have spaces. I get 401s (unauthorized). In all cases, the same code works if the tracks don't have spaces. In Java: tried twitter4j (http://twitter4j.org/jira/browse/TFJ-420) and tweetstream4j

[twitter-dev] Some questions about tracking

2010-11-09 Thread epomqo
Dear all, Hello, this is Xiaowen from Switzerland. I have been using streaming api for a while to track and filter public tweets as I want, and it works great, thank you! However, I am posting to ask a few questions that I encountered recently but have no idea how to solve after reading the

[twitter-dev] Official Comment about Twitter as the new RSS - Quora

2010-11-09 Thread sdelap
Would this an acceptable use case? http://techcrunch.com/2010/11/09/why-is-quora-mass-creating-twitter-accounts-on-mechanical-turk/ If each user follows a topic account it seems like a legit following? I want to do something similar hence the interest. -- Twitter developer documentation and

[twitter-dev] Re: Oauth Incorrect Signature or Could not authenticate error

2010-11-09 Thread DavidD
On a get of the DIRECT MESSAGES (response) hash errorIncorrect signature/error request/1/direct_messages.xml? page=1amp;oauth_consumer_key=XXamp;oauth_nonce=9F8A26E63EE0F990765DBA32C5B67F60amp;oauth_signature_method=HMAC- SHA1amp;oauth_signature=IXRybwcP7Z5Wt3IRcFxW1FOjhGo

[twitter-dev] Re: For media art installation

2010-11-09 Thread Jeff Tidwell
Elliot - The idea sounds great. Maybe you could tie it to our api too at http://www.supertwtr.com - we're all about making twitter more visual. Let us know if you think it sounds fun. Jeff Tidwell On Nov 9, 1:28 am, Elliot elliot.wo...@gmail.com wrote: Hey all We're developing a media art

[twitter-dev] The biggest Twitter list on the planet!!

2010-11-09 Thread Tyler Carty
Check this list out that I found! http://virtualrescue.net/twitter-lists-twitter-tools-twitter-apps-free-twitter-software -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Perl developers, watch out for status IDs

2010-11-09 Thread Marc Mims
* Cameron Kaiser spec...@floodgap.com [101106 15:10]: If you are on a Perl that does not have 64-bit int and you are not using the stringified *_str fields, you may have overflowed the Perl precision limit this morning, which bit TTYtter users hard. Just a friendly warning to check your code, or

Re: [twitter-dev] Perl developers, watch out for status IDs

2010-11-09 Thread Cameron Kaiser
If you are on a Perl that does not have 64-bit int and you are not using the stringified *_str fields, you may have overflowed the Perl precision limit this morning, which bit TTYtter users hard. Just a friendly warning to check your code, or use BigInt if you can rely on that support.

[twitter-dev] 1. json api: original tweet author // 2. future annotations

2010-11-09 Thread DJ Groov
Hello list, I have a couple of questions related to Javascript Twitter development: 1. Regarding the json search api: http://search.twitter.com/search.json?... I'm using it from Javascript (i.e. via jsonp/callback/dynamically attached script) ... no authIs there a way thru this API to get the