Re: [twitter-dev] open source twitter-text

2010-04-17 Thread Patrick Kennedy
I hate to leave things dangling - so, I suppose this is the best way to use twitter-text ruby gem, as the twitter-text provides a Twitter module layout - # Extraction class MyClass attr_accessor :usernames def initialize @usernames = Mentioning @biz and @jack end end $KCODE = 'u'

[twitter-dev] Re: Business Development

2010-04-17 Thread indianbill007
Hey, You can try www.twtzilla.com , its a reputation management tool for twitter. On Apr 17, 3:04 am, Lucein luc...@gmail.com wrote: Hello, I thought I would query here to see if anyone has an idea of who I can contact associated with business development with twitter.  Not to get into to

[twitter-dev] Re: Early look at Annotations

2010-04-17 Thread sean
XML option #2 feels like the best option to me, because it seems the most flexible, most forward compatible, and plays well with AWS: http://docs.amazonwebservices.com/AmazonSimpleDB/latest/DeveloperGuide/SDB_API_GetAttributes.html (that's my $0.02) _s.   XML option #2 which is more verbose

[twitter-dev] @Anywhere JavaScript API Mentions Error

2010-04-17 Thread bjhenry
I'm using the @Anywhere API preview. This code: twttr.anywhere(function(T) { T.User.current(function(){ console.log('T.User.current'); }).mentions(function(){ console.log('T.User.mentions.dms'); }).each(function(){

[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-17 Thread Dustin Diaz
Albert, No. This issue addresses the fact that write operations were not allowed. Thus for example, clicking following would throw a 401 - permission denied — However other read widgets, such as hovercards, would continue to work until you attempt to follow. -- Subscription settings:

[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-17 Thread @keeev
following these steps: 1) Go to:http://twitter.com/oauth 2) Click on your application 3) On the Application Details page click the Edit Application Settings button 4) On the settings page for your application, scroll down to the item labeled Default Access type 5) Change the Default

[twitter-dev] @anywhere user login example broken

2010-04-17 Thread Hameedullah Khan
Hello Anywhere, Thanks for the hardwork, I know you guys might be under a lot of pressure, just wanted to let you know that there is a broken example at: http://dev.twitter.com/anywhere/begin#login-signup I am referring to the conditional connect button example. I was able to get it working as

[twitter-dev] Chirp

2010-04-17 Thread Rajinder Yadav
Just want to say BIG thanks to everyone at Twitter for hosting Chirp; Thanks to the organizers, co-founders, Team Twitter and the many volunteers. Most of all I am grateful to Twitter for making it affordable for individuals like me to be able to attend. Chirp was a blast. Also first time in SF,

[twitter-dev] Re: @anywhere Drupal and WordPress Plugins?

2010-04-17 Thread Hameedullah Khan
On Apr 16, 11:09 am, M. Edward (Ed) Borasky zzn...@gmail.com wrote: Are there any plugins for @anywhere that will run on Drupal and WordPress? My blog is on WordPress, and I want to get rid of as many non-Twitter gizmos and widgets as possible. I'll be keeping AddToAny, since it goes to

[twitter-dev] Re: Basic Auth Deprecation

2010-04-17 Thread sdesapio
Classic ASP VBScript OAuth library and example project: http://scottdesapio.com/VBScriptOAuth/ :) On Apr 14, 11:16 am, Lil Peck lilp...@gmail.com wrote: On Tue, Apr 13, 2010 at 11:01 PM, TJ Luoma luo...@gmail.com wrote: I'm still unclear what people who use 'curl' will do after basic auth

[twitter-dev] GET list memberships paging is broken?

2010-04-17 Thread Dan Checkoway
When using the GET list memberships API ( http://api.twitter.com/1/twitterapi/lists/memberships.*), it looks like paging is broken. If the user is a member of 20 lists, you can never see anything beyond the first 20. I'm passing cursor=-1 (well, twitter4j is) on the first request, and I get back

[twitter-dev] Any chance of annotations for user objects?

2010-04-17 Thread Josh Bleecher Snyder
I know you guys have plenty on your plates, just curious if it was on the roadmap. :) Sample use case (one I particularly want): Tweetie on my phone and Tweetie on my laptop could easily stay synced about where in my tweet stream I have read to. Other features like saved searches and lists could

Re: [twitter-dev] Any chance of annotations for user objects?

2010-04-17 Thread Raffi Krikorian
its definitely something we're thinking about - but that's going to be after we get them on status objects. status objects are easier as they will be immutable -- user objects will need mutable annotations. On Sat, Apr 17, 2010 at 7:23 AM, Josh Bleecher Snyder joshar...@gmail.comwrote: I know

Re: [twitter-dev] Any chance of annotations for user objects?

2010-04-17 Thread Cameron Kaiser
its definitely something we're thinking about - but that's going to be after we get them on status objects. status objects are easier as they will be immutable -- user objects will need mutable annotations. user-raffi-awesome -- personal:

Re: [twitter-dev] Re: Basic Auth Deprecation

2010-04-17 Thread Lil Peck
On Sat, Apr 17, 2010 at 8:09 AM, sdesapio sdesa...@gmail.com wrote: Classic ASP VBScript OAuth library and example project: http://scottdesapio.com/VBScriptOAuth/ :) My hero! (Although I am still waiting for Twitter to complete its 2 legged oauth.) -- Subscription settings:

[twitter-dev] Re: GET list memberships paging is broken?

2010-04-17 Thread Zach
I'm also always seeing next_cursor=0 both using twitter4j and curl. On Apr 17, 7:26 am, Dan Checkoway dchecko...@gmail.com wrote: When using the GET list memberships API (http://api.twitter.com/1/twitterapi/lists/memberships.*), it looks like paging is broken.  If the user is a member of 20

[twitter-dev] Re: Mad about lists and cursors... please help

2010-04-17 Thread Zach
It's 10 days later and next_cursor on http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-memberships is still always 0, even when the user is being followed by far more than 20 lists. This is completely broken and prevents 3rd party apps from discovering all lists that follow a given

Re: [twitter-dev] Re: Basic Auth Deprecation

2010-04-17 Thread Raffi Krikorian
this is part of the oauth rewrite that we mentioned at chirp - we hope to be rolling it out soon. On Sat, Apr 17, 2010 at 7:17 AM, Lil Peck lilp...@gmail.com wrote: On Sat, Apr 17, 2010 at 8:09 AM, sdesapio sdesa...@gmail.com wrote: Classic ASP VBScript OAuth library and example project:

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-17 Thread Mark McBride
Yes. A fix has been identified, and should be deployed in a few days Sent from mobile device On Apr 17, 2010, at 7:08 AM, Zach zcox...@gmail.com wrote: It's 10 days later and next_cursor on http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-memberships is still always 0, even

[twitter-dev] @Anywhere + Access Tokens

2010-04-17 Thread aztroboy
Hi! I just managed to use @Anywhere on a website for authentication. Now, I would like to know how do I get the Access Token and the Token Secret with @Anywhere. I've successfully made the signin with Twitter example. However after I've got the user information, I don't know any method that can

[twitter-dev] Override Twitter application callback URL using CreateRequest().Authentication.GetAuthorizationUrl (or other mechanism)

2010-04-17 Thread Rich
Windows 7 (64-bit), VS2008SP1, .NET3.5, C#, Windows Azure, TweetSharp 1.0 I have a Twitter application with a Callback URL: http://twitterlocal.com/ Mydefault.aspx This will do just fine for some of my use cases. On other occasions however, I want to call back to a different page. I tried the

Re: [twitter-dev] Override Twitter application callback URL using CreateRequest().Authentication.GetAuthorizationUrl (or other mechanism)

2010-04-17 Thread Andrew Badera
Though you may get an answer here, this is a question better off on the tweetsharp list/group/project site. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera On Sat, Apr 17, 2010 at

[twitter-dev] oAuth - xAuth

2010-04-17 Thread aztroboy
I would like to know if oAuth is still going to be accepted and used or if it's goinf to be replaced by xAuth? -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Re: [twitter-dev] oAuth - xAuth

2010-04-17 Thread Abraham Williams
XAuth adds a method for exchanging credentials to the existing OAuth methods. Without Oauth xAuth would not work so no. Abraham On Sat, Apr 17, 2010 at 10:28, aztroboy jbasur...@gmail.com wrote: I would like to know if oAuth is still going to be accepted and used or if it's goinf to be

[twitter-dev] Re: Override Twitter application callback URL using CreateRequest().Authentication.GetAuthorizationUrl (or other mechanism)

2010-04-17 Thread Rich
Do you mean here http://tweetsharp.codeplex.com/Thread/List.aspx? On Apr 17, 10:17 am, Andrew Badera and...@badera.us wrote: Though you may get an answer here, this is a question better off on the tweetsharp list/group/project site. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email

[twitter-dev] @Anywhere stuck with read-only access

2010-04-17 Thread AlbertEin
Hi, i registered my website with @Anywhere, but i tried it before giving the app read-write access as seen here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/5c96366e2362fe85# So, the results is that every new user on my site who connects with @Anywhere gets

[twitter-dev] Customization

2010-04-17 Thread Yarcom
I have installed @anywhere on my site and it's great. The problem is that I can't seem to figure out how I customize the colors of the elements. For example I would like to customize the colors of the tweet box and maybe even switch the tweet button's graphic, since it just doesn't look right on

[twitter-dev] Re: Introduce yourself!

2010-04-17 Thread KrushRadio - Doc
Hi All (and @Abraham) To quickly answer your initial 3.. . My name is Dan Regalia..(@DocNasty) here on twitter. I'm a software developer for trade.. nearing 40, i am proud to say that i have spent 3/4 of my life programming computers.. from fortran to quickbasic to any microsoft technology i can

[twitter-dev] Re: @Anywhere + Access Tokens

2010-04-17 Thread mike
Sort of wondering the same thing. After authenticating, you'll notice your browser stores a cookie called twtter_anywhere, which I believe contains the request token. Would love to be able to use that request token to make Twitter API calls, but have no idea how to get the token secret. Thanks

Re: [twitter-dev] Re: Mad about lists and cursors... please help

2010-04-17 Thread Dan Checkoway
+1 on needing this fix. Sorry for the duplicate report of this issue I slapped in another thread this morning. Thanks, Dan On Sat, Apr 17, 2010 at 12:04 PM, Mark McBride mmcbr...@twitter.com wrote: Yes. A fix has been identified, and should be deployed in a few days Sent from mobile

[twitter-dev] Re: Read only @anywhere application bug fix

2010-04-17 Thread Andy
5) Change the Default Access type to Read Write this will not work for me - no tweets will be send out so far thanks for any hint -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Application for Whitelisting?

2010-04-17 Thread KrushRadio - Doc
Hey all I have tied twitter to my YP server for my 3 radio stations... The problem is, Between the 3 stations, i could probably blow past the 200 tweets/request an hour between the 3 stations from the 1 IP address, as well as having the player client reading from a search. How would i go about

Re: [twitter-dev] Re: Early look at Annotations

2010-04-17 Thread Kingsley Idehen
Marcel Molina wrote: I've talked to the analytics team. Three main metrics we're going to work to surface on something like dev.twitter.com http://dev.twitter.com initially (and maybe even an API so you all can build experiences/explorers around annotations): 1) All time most used

[twitter-dev] Re: oAuth - xAuth

2010-04-17 Thread aztroboy
Thank you Abraham. I would also like to know if I'm right here: imagine a signin with twitter + register website for a twitterfeed- like App. Basically xAuth needs the user credentials to ask http://api.twitter.com/oauth/access_token and retrieve the Access Tokens. So, would this replace the

Re: [twitter-dev] Re: oAuth - xAuth

2010-04-17 Thread Abraham Williams
Keep in mind that xAuth usage is restricted and not available for web applications. Access tokens work the same whether they are acquired using using using the standard OAuth flow of getting a request token, sending the user to Twitter.com, and exchanging the request token for an access token or

[twitter-dev] Re: Promoted Tweets and the API?

2010-04-17 Thread Duane Roelands
The lack of response to this is pretty discouraging. On 13 Apr, 05:28, Tim fabianh...@googlemail.com wrote: I've been looking around for information on how the new promoted tweets advertising feature will affect the API, and I've not really found anything. I gather that it's a two phase

Re: [twitter-dev] Re: @Anywhere + Access Tokens

2010-04-17 Thread Abraham Williams
My understanding is the @Anywhere access tokens are short lived of only a few hours. Maybe Twitter can confirm that. Abraham On Sat, Apr 17, 2010 at 10:10, mike michael.mign...@gmail.com wrote: Sort of wondering the same thing. After authenticating, you'll notice your browser stores a cookie

[twitter-dev] Re: oAuth - xAuth

2010-04-17 Thread aztroboy
So, in a nutshell, this would be useful for Apps such as Seemic/ Tweetdeck/Ubertwitter/Tweetie: you download the app and after the user sets the UserPassword and hit login, the App asks Twitter for the Access Tokens. From that moment, you may use oAuth methods to update the user's twitter status.

Re: [twitter-dev] Promoted Tweets and the API?

2010-04-17 Thread Abraham Williams
(Running from memory of an information filled conference) On Tue, Apr 13, 2010 at 02:28, Tim fabianh...@googlemail.com wrote: I've been looking around for information on how the new promoted tweets advertising feature will affect the API, and I've not really found anything. I gather that it's

Re: [twitter-dev] Re: oAuth - xAuth

2010-04-17 Thread Abraham Williams
Correct. On Sat, Apr 17, 2010 at 14:45, aztroboy jbasur...@gmail.com wrote: So, in a nutshell, this would be useful for Apps such as Seemic/ Tweetdeck/Ubertwitter/Tweetie: you download the app and after the user sets the UserPassword and hit login, the App asks Twitter for the Access Tokens.

Re: [twitter-dev] Re: @Anywhere + Access Tokens

2010-04-17 Thread Shannon Whitley
I spoke with the devs at Chirp and I'm planning to use the token during the auth process. They confirmed that it is short-lived though. On Sat, Apr 17, 2010 at 2:43 PM, Abraham Williams 4bra...@gmail.com wrote: My understanding is the @Anywhere access tokens are short lived of only a few

Re: [twitter-dev] Do the twttr.anywhere.tweetBox() boxes actually post tweets for anyone?

2010-04-17 Thread Abraham Williams
Make sure the app is set to read and write and that you have authorized a read and write token on your connections page. Abraham On Fri, Apr 16, 2010 at 15:52, Jon j...@jgubman.com wrote: So, I've got the tweetBoxes rendering just fine and doing the onTweet callbacks, but they don't actually

Re: [twitter-dev] Redirecting to a user's profile

2010-04-17 Thread Abraham Williams
It does not prompt me for authentication when I am not logged in. Neither for public or protected accounts. Abraham On Fri, Apr 16, 2010 at 10:09, Berto mstbe...@gmail.com wrote: So I was able to find this handy call: http://twitter.com/account/redirect_by_id?id=ID by perusing the groups,

[twitter-dev] @anywhere testing from local development machine

2010-04-17 Thread Furkan Kuru
Hello, I'd like to test the @anywhere integration to my existing web site on my local test-machine. Is there a way to set the redirection url to localhost? -- Furkan Kuru -- Subscription settings: http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

[twitter-dev] Re: @Anywhere fails if application access is revoked while the user is connected?

2010-04-17 Thread Cody Swann
I'm having the same problem. Clear your *twitter cookies and your *yourdomain cookies and you'll be good to go. On Apr 14, 7:23 pm, jtcalhoun jtcalh...@gmail.com wrote: It seems that @Anywherestops processing before reaching the initialization callback if a user revokes an application's access

[twitter-dev] RDF - Linked Data - Semantic Web

2010-04-17 Thread R_Macdonald
I think there are amazing opportunities in Twitter's new annotation feature. I thought I would share some brief thoughts that might be of interest. The schema of LinkedData RDF, underpinnings of the emerging Semantic Web, provide a sound basis of the sorts of format protocol standards necessary

[twitter-dev] Re: Promoted Tweets and the API?

2010-04-17 Thread escarp
On Apr 17, 5:47 pm, Abraham Williams 4bra...@gmail.com wrote: (Running from memory of an information filled conference) On Tue, Apr 13, 2010 at 02:28, Tim fabianh...@googlemail.com wrote: I've been looking around for information on how the new promoted tweets advertising feature will

[twitter-dev] Re: Early look at Annotations

2010-04-17 Thread R_Macdonald
On Apr 16, 10:54 am, Marcel Molina mar...@twitter.com wrote: This isn't final. The payloads could end up wildly different after we noodle around in things like RDF and the semantic web's literature and all that kind of stuff. You can't see me but my hands are waving vigorously. I think there

[twitter-dev] Anybody else seeing Unable to locate you. Try again ??

2010-04-17 Thread M. Edward (Ed) Borasky
On my Linux (openSUSE 11.2 with some of the advanced repositories) the message Unable to locate you. Try again is showing up, and my tweets aren't getting geotagged. Firefox 3.6.3, Google Chrome 5.0.375.9 dev and Seamonkey 2.0.4 all do this, and it happens for both wired and wireless connections.

Re: [twitter-dev] RDF - Linked Data - Semantic Web

2010-04-17 Thread M. Edward (Ed) Borasky
On 04/17/2010 02:51 PM, R_Macdonald wrote: I think there are amazing opportunities in Twitter's new annotation feature. I thought I would share some brief thoughts that might be of interest. The schema of LinkedData RDF, underpinnings of the emerging Semantic Web, provide a sound basis of