[twitter-dev] Temp Error - via Manage Domains

2011-07-03 Thread Michael Mikhjian
I'm trying to remove domains and I get Sorry, a temporary error occurred. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change

[twitter-dev] Filtering Methods using REST API

2011-06-22 Thread Michael Babker
the number of tweets that the user is looking for without having to change endpoints, run multiple queries when pulling the data, or running a single query with an excessively large number of tweets (i.e. pulling for 50 tweets to get 5)? Thanks in advance, Michael Babker Owner, FLBab.com The difficult

[twitter-dev] Twitter Dev reports website contains malware

2011-06-19 Thread Michael Robinson
what can trigger a malware alert on Twitter? I want to clean it from the site... Thanks, Michael -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api

Re: [twitter-dev] Re: illegal character in json feed

2011-06-15 Thread michael hazzard
provided. We were able to reproduce the problem and the engineers have now released a fix. You shouldn't receive any garbled API responses anymore, if you do please let us know. Best, @themattharris On Jun 14, 7:59 pm, michael hazzard miramardes...@gmail.com wrote: Marc, Nice theory

Re: [twitter-dev] Re: illegal character in json feed

2011-06-14 Thread michael hazzard
://code.google.com/p/twitter-api/issues/list Change your membership to this group: https://groups.google.com/forum/#!forum/twitter-development-talk -- Thank You, Michael Hazzard (954) 247-4461 https://www.google.com/voice#phones -- Twitter developer documentation and resources: https

Re: [twitter-dev] Re: illegal character in json feed

2011-06-14 Thread michael hazzard
. Unfortunately I cannot use window.onerror (as Michael suggested) because I have multiple asynchronous requests at the same time (it would be tricky and expensive to find out which one is bad - at least I suppose so). Good luck in solving this -- Twitter developer documentation and resources

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread michael hazzard
-- Thank You, Michael Hazzard (954) 247-4461 https://www.google.com/voice#phones -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread michael hazzard
but now regretting a bit. //mh On Mon, Jun 13, 2011 at 3:43 PM, michael hazzard miramardes...@gmail.comwrote: Taylor(); I took a pic of firebug here: https://docs.google.com/leaf?id=0B1lcI5OlKM2xNDczZDdmYTMtMjFjZi00Y2E2LWE4MTMtM2YyM2I5ZTM4Njhlsort=namelayout=listnum=50 It is similar

Re: [twitter-dev] illegal character in json feed

2011-06-13 Thread michael hazzard
efficient use of the API. Have you considered increasing the time you wait to poll and using additional Search API feature like since_id? @episod http://twitter.com/intent/user?screen_name=episod - Taylor Singletary On Mon, Jun 13, 2011 at 12:49 PM, michael hazzard miramardes...@gmail.com

[twitter-dev] Re: is sitestream losing tweets?

2011-06-02 Thread Michael
Thanks Tim. But it seems to be losing more than fav and rt. What we didn't get from sitestream is original tweet people posted, like traffic update. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi

[twitter-dev] Re: problem with site stream oauth

2011-06-01 Thread Michael
thank you guys, problem solved -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list Change your membership to this group:

[twitter-dev] is sitestream losing tweets?

2011-06-01 Thread Michael
In my setting, user Y has authorized my user X for sitestreaming purpose. In most cases, whenever Y tweets, X can get it in 1~2 seconds. However, sometimes (say once a day), the tweet of Y was never received by X. Note that in the mean time, the http connection that X established with twitter is

[twitter-dev] problem with site stream oauth

2011-05-11 Thread Michael ZENG
/1.1\r\nHost: sitestream.twitter.com\r\nAccept-Encoding: identity\r\n\r\n *So whether I should use GET or POST, and what is going wrong in my codes or the sitebucket?* Thanks, michael -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https

[twitter-dev] Random empty results from statuses/user_timeline ?

2011-02-24 Thread Michael Zornek
, they come back as 502. Any suggestion welcome. Thanks. ~ Mike -- Michael Zornek Clickable Bliss http://clickablebliss.com/ -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http

[twitter-dev] Re: Subscribing to the Site Streams API using OAuth

2011-01-24 Thread Michael Hoisie
Awesome, thanks Taylor! You're right, I was only sorting the oauth_* parameters. When I sort all the params correctly (including 'follow') I can connect. Thanks! Mike On Jan 24, 7:57 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Michael, You're very close to getting this right

[twitter-dev] Subscribing to the Site Streams API using OAuth

2011-01-23 Thread Michael Hoisie
Hi fellow Twitter devs, I'm trying to connect to the Twitter site streams API with a Go client ( http://github.com/hoisie/twitterstream ). There's no usable oauth client for Twitter in Go, so I have to write it from scratch. There seems to be something wrong with my HTTP request -- I was

[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-11-16 Thread Michael B.
. These expected behaviors are only expected by the engineers on Twitter's end and I've seen lots of posts on the mailinglist where people have had to question why they were getting unreliable data. On Sep 3, 12:25 pm, Matt Harris thematthar...@twitter.com wrote: Hi Michael, Soon

[twitter-dev] preg_replace a List name

2010-11-10 Thread Michael B.
I'm working on a module that will allow a user to pull up the tweets from a specified list. One of the issues I'm facing is converting the group name from the user inputted name to it's URL counterpart. For example, It's all J!, baby is called as it-s-all-j-baby via the URL. Does anyone have

[twitter-dev] Determine if a tweet is a RT in REST API

2010-10-30 Thread Michael B.
Hi there, I'm aware that in the REST API, that the retweeted datapoint is disabled. So, I'm trying to find a workaround to this to display retweeted statuses in the manner I'm shooting for in my module. The call I'm doing is

[twitter-dev] TWI search API for non-english search term

2010-10-17 Thread Michael
I found out by using the TWI search api to search some non-english search terms like http://search.twitter.com/search.atom?q=手機 I only got few resutls(about 23) returned. Is this because not many people using non-english words in TWI or TWI search API has some limitation for non-english search

[twitter-dev] Re: User Streams goes Production, Site Streams adds Home Timelines

2010-09-28 Thread Michael Ledford
for this clarification. Sincerely, Michael -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http

[twitter-dev] PHP cURL example for request token?

2010-09-23 Thread Michael
Hello! I have been banging my head for a few hours over this, and can't seem to figure it out. When requesting the unauthorized request token from OAuth, I can't seem to be able to get past the Failed to validate oauth signature and token error. I have used that Google tool to verify that I am

[twitter-dev] Re: PHP cURL example for request token?

2010-09-23 Thread Michael
. So I'm pretty confused as to how to send this data to Twitter! Thanks again! Michael On Sep 23, 10:16 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Michael, Your Authorization header should start with OAuth as opposed to Oauth... but that may or may not be the problem here

[twitter-dev] retweeted always returing as false in /1/statuses/user_timeline.json

2010-09-03 Thread Michael Babker
Hi there, I have a Twitter module I'm improving upon which pulls tweets from /1/statuses/user_timeline.json. An issue that I've noticed is that over the last couple of days, tweets I've retweeted using the retweet link on twitter.com have continued to display as retweeted: false in the JSON.

[twitter-dev] Re: retweeted always returing as false in /1/statuses/user_timeline.json

2010-09-03 Thread Michael B.
Thanks for the info Matt, and I look forward to when they are enabled again. On Sep 3, 6:25 pm, Matt Harris thematthar...@twitter.com wrote: Hi Michael, Soon after launching those fields we identified some problems with them so had to disable them. That means the behavior you are seeing

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-09-01 Thread Michael Babcock
Well, as a testimony to this less than elegant solution (IMHO), I have rolled out my app (a PHP add-on for a popular CMS) with the the customer_key and customer_secret fields blank in a settings type control panel (db storage). I was very clear to provide a thorough walk through of the

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-08-30 Thread Michael Babcock
for their application and giving them an option to enter them in the module. I'm not really happy about this workaround... It just sucks... On Aug 1, 2:19 am, Michael Babcock mjet...@gmail.com wrote: Sorry for the confusion. I mean web application developers. There are quit a number ofopen

Re: [twitter-dev] search randomly limits result set

2010-08-10 Thread michael xenakis
Thanks, Taylor. And to clarify my understanding: The Search API is the only entry point for compound searches, yes? I.e., if I want to get Tweets from multiple users in a single call? Also, the REST API does not support searching for hash tags in any form, yes? So the Search API is the only

[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-02 Thread Michael Babcock
as a potential target for would-be-do-badders and create an additional layer of potential security issues? Michael On Aug 1, 1:21 pm, Tom allerleiga...@gmail.com wrote: I've thought about this a lot myself as well, and haven't really came up with a proper solution either. - You can try encoding all

[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-01 Thread Michael Babcock
, Decklin Foster deck...@red-bean.com wrote: Excerpts from Michael Babcock's message of Mon Jul 26 19:28:15 -0400 2010: So, I after spending the day looking through documentation, developer's discussion and testing various OAuth code bits, it is my understanding that there is no secure OAuth

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-08-01 Thread Michael Babcock
one at a   time by hand - all that would be required is to license that piece of   code separately. ;-) -- M. Edward (Ed) Boraskyhttp://borasky-research.nethttp://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Michael Babcock mjet

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread Michael Babcock
I have the same question. I need to add Twitter OAuth to my widely distributed PHP based open-source CMS add-on. All the documentation says never ever distribute your consumer secret, which I understand why this would be a bad idea. Yet all of the documentation/examples I have found require that

[twitter-dev] Re: Open Source CMS Module and Consumer Secret

2010-07-27 Thread Michael Babcock
for quite a large number of independent developers, all eager to build for and promote the Twitter vision. Michael On Jul 27, 8:59 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Folks, There are a few hold ups to rolling this out more widely, the most pressing being that we

[twitter-dev] Re: getting close.. i think, now only receiving incorrect signature error

2010-06-12 Thread Michael Cameron
This is all resolved!! The oauth_version was the second parameter, and i ensured the correct path was done api.twitter.com/1/statuses/update.xml I want to say thank you to all the people that have helped me here on twiter dev talk. esp Taylor!!! Thanks guys!!! On Jun 10, 3:55 pm, Michael Cameron

[twitter-dev] getting close.. i think, now only receiving incorrect signature error

2010-06-10 Thread Michael Cameron
Sorry to continually bug you guys on this. but i am using the code from twitter site http://dev.twitter.com/pages/oauth_libraries#javascript and when i am sending for status update of just Hello i receive this: request/statuses/update.xml?status=Hello/request errorIncorrect signature/error

[twitter-dev] Authorization Question

2010-06-07 Thread Michael Cameron
I was reading a twitter app book, and mentioned something about when you try to do a status update you have to always call authorize before your request. is this true? I have pulled my tokens using a library. but writing my own custom app. Should i be sending /authorize with access tokens first

[twitter-dev] Re: Authorization Question

2010-06-07 Thread Michael Cameron
7, 9:14 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Michael, The OAuth authorize step only needs to happen once before you receive access tokens that allow you to act on a member's behalf. Once you've obtained an access token, you can use it to make direct message requests

[twitter-dev] Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
I have a Javascript that builds my twitter request to Twitter. i am using Crypto's Hmac(SHA-1) to encrypt my signaturebase string key the escape, and replace all function are used to convert to URL encoded (replaceall takes care of the + and / that doesn't get encoded with escape) Is there

[twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
I can also send data to whoever is helping, example signature_base_string, my result of the base64(hmac-1(message,key)) my url encoded parameters. I am starting on a test account first and dont care about the access token/secret stuff as this account will be removed once i have this figured out

[twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
I have added the info to a Paste Site to make it look cleaner and help things be easier, the bottom of the page has my results, and token info http://paste2.org/p/864634

[twitter-dev] Re: Getting errors from Twitter, Open Auth

2010-06-04 Thread Michael Cameron
will not be human readable? Taylor Singletary Developer Advocate, Twitterhttp://twitter.com/episod On Fri, Jun 4, 2010 at 11:06 AM, Michael Cameron darx...@gmail.com wrote: I have added the info to a Paste Site to make it look cleaner and help things be easier, the bottom of the page has my

[twitter-dev] Re: Twitter Error codes/statements?

2010-05-28 Thread Michael Cameron
-Codes-and-Errors On May 28, 1:02 am, Michael Cameron darx...@gmail.com wrote: So i am writing my catch expressions for twitter when parsing the response from twitter is there any error codes or definite strings for certain reasons. example not following user, or other errors? Thank you!

[twitter-dev] Twitter Error codes/statements?

2010-05-27 Thread Michael Cameron
So i am writing my catch expressions for twitter when parsing the response from twitter is there any error codes or definite strings for certain reasons. example not following user, or other errors? Thank you!

Re: [twitter-dev] WebSockets protocol for streaming API

2010-05-16 Thread Michael Brunton-Spall
. Michael Brunton-Spall Developer Advocate guardian.co.uk On 16 May 2010 06:42, M. Edward (Ed) Borasky zn...@borasky-research.netwrote: I'm going to keep the whole thread here because I think some important distinctions are being raised / discussed. 1. As a developer, I have to create a (minimum

[twitter-dev] Re: Service Application

2010-05-13 Thread Michael Cameron
you in advance On May 12, 9:06 pm, Michael Cameron darx...@gmail.com wrote: Users sign up in the background what matters is the dcl request that contains the username which we send with the twitter account credentials via BasicAuth. Using C++, and a JavaScript file to send the Request to twitter

[twitter-dev] Service Application

2010-05-12 Thread Michael Cameron
After Reading many of the OAUTH things, i noticed that the user has to do the login no matter what. We have a service on a server that logins into a Twitter account and sends direct messages to following users. we are currently using basic and trying to upgrade to oauth. but want it to be

[twitter-dev] Re: Service Application

2010-05-12 Thread Michael Cameron
? On a website? Through an API? Abraham On Wed, May 12, 2010 at 12:45, Michael Cameron darx...@gmail.com wrote: After Reading many of the OAUTH things, i noticed that the user has to do the login no matter what. We have a service on a server that logins into a Twitter account and sends

[twitter-dev] Re: Service Application

2010-05-12 Thread Michael Cameron
that retrieves the access token for the app and store it? On May 12, 2:23 pm, Abraham Williams 4bra...@gmail.com wrote: How do users sign up for your service? On a website? Through an API? Abraham On Wed, May 12, 2010 at 12:45, Michael Cameron darx...@gmail.com wrote: After Reading many

[twitter-dev] Annotations Discussion Group: twitter-meta

2010-04-18 Thread Michael Bleigh
in Annotations, I'd love to start talking about them! http://groups.google.com/group/twitter-meta Hope to see you there, Michael Bleigh

[twitter-dev] Re: Annotation details

2010-04-15 Thread Michael Bleigh
Will annotations be indexed and searchable? Will I be able to search for all tweets with a certain annotation namespace, or namespace:key? I think this would be key to truly creating agreeable standards for metadata that can be utilized by many clients. On Apr 15, 9:05 am, Raffi Krikorian

[twitter-dev] Re: Some thoughts leading up to Chirp

2010-04-12 Thread Michael Macasek
Ryan, Great post. Thank you for taking the time to clarify some of Twitters recent actions and future direction. Hopefully this thread will not get derailed... Looking forward to seeing you and all the Twitter folks in a few days to continue the discussion. And maybe at the oneforty PreChip

[twitter-dev] Re: What's happening with Tweetie for Mac

2010-04-12 Thread Michael Macasek
Ryan, Great news thanks for the update! Jesse, Well said. On Apr 12, 10:40 am, Ryan Sarver rsar...@twitter.com wrote: One more from me. People have been asking for specific details around Tweetie for Mac and I wanted to make sure we clearly message our plans as we know it. To be clear,

Re: [twitter-dev] Race conditions?

2010-03-29 Thread Michael Steuer
Nice catch! :) but a double negative is a positive so he must be following 1 user... ;) On Mar 29, 2010, at 3:42 PM, Yu-Shan Fung ambivale...@gmail.com wrote: Or some kind of eventual consistency bug (doubt it)? Anyway, this user is apparently following -2 people. In other words, if he

Re: [twitter-dev] Re: How to keep my website logged in to twitter so everyone can post to my twitter account ?

2010-03-28 Thread Michael Steuer
I guess what needs clarification is: what do you mean by send tweets to MY Twitter? Did u want to allow random users to tweet on your behalf (kinda dangerous don't u think?) or simply allow them to @mention you? On Mar 28, 2010, at 10:15 AM, Dinamito adminitc...@gmail.com wrote: What I

Re: [twitter-dev] Retweet via Shows Wrong App?

2010-03-26 Thread Michael Steuer
Via will show the app the original tweet was submitted with... On Mar 26, 2010, at 10:17 AM, David Cann davidjc...@gmail.com wrote: When posting a retweet to the API, twitter.com is displaying an incorrect via app name. Is this a known issue or am I doing something wrong? The via app name

[twitter-dev] Re: Upcoming changes to the way status IDs are sequenced

2010-03-26 Thread Michael Bleigh
To those voicing concerns about since_id I believe the key word is that they will no longer be *sequential*, something entirely different from them no longer being *increasing*. Since ID is a core part of the Twitter API that I very much doubt will be in jeopardy from this change. Twitter devs

Re: [twitter-dev] What would you recommend?

2010-03-25 Thread Michael Steuer
Why can¹t your application itself track this information? If it¹s a web app, it should be trivial... If it¹s any other kind of app ­ if it can connect to Twitter, it should also be able to connect to your web service and periodically check in... That way you¹ll have accurate info up to the last

Re: [twitter-dev] Re: bulk user show API

2010-03-24 Thread Michael Steuer
was originally launched not too long ago. Thanks!!! Michael. On Mar 23, 2010, at 11:06 PM, Martin Dudek goosegoesgro...@gmail.com wrote: Good morning, just discovered the change of the rate limit and also the possibility to lookup 100 users with one call. Thank you so much to respond

Re: [twitter-dev] Re: bulk user show API

2010-03-24 Thread Michael Steuer
:22 AM, Michael Steuer mste...@gmail.com wrote: That's an awesome surprise. So 100 users per request, and 1 call per request - does this really mean that rate limited uses can look up 2M users/hour now? Not that I'm complaining just want to make sure I read the doc right as this would

[twitter-dev] How many lists can one own? Doc inconsistency?

2010-03-24 Thread Michael Steuer
, and says a single page contains 20 lists... Why would one need cursoring/paging if the cursor size is the same as the maximum number of lists one can have? Which of these two docs is incorrect? Thanks, Michael. To unsubscribe from this group, send email to twitter-development-talk

Re: [twitter-dev] Incorporating the api into a site

2010-03-16 Thread Michael Steuer
You would read the documentation at http://apiwiki.twitter.com and implement it into your website. On 3/16/10 7:33 AM, Tony ayoun...@googlemail.com wrote: How would I incorporate this api into my website.?

Re: [twitter-dev] callback to parent window oAuth

2010-03-15 Thread Michael Steuer
There's better ways of doing this actually, that doesn't require polling of any kind... In your pop up, when Twitter redirects to your callback URL: - process the Oauth tokens etc so that your user's session is authenticated - set the parents window location to whereever it needs to go (logged

Re: [twitter-dev] Re: callback to parent window oAuth

2010-03-15 Thread Michael Steuer
all the session info there. How do I then call a javascript to close the child window and forward the parent window? I am not sure how do I go to client side from the servlet. On Mar 15, 1:35 pm, Michael Steuer mste...@gmail.com wrote: There's better ways of doing this actually

Re: [twitter-dev] bulk user show API

2010-03-11 Thread Michael Steuer
Erm, doesn¹t 20,000 x users/show equate to 1,000 x users/lookup ? Or are you whitelisted for more than 20,000 API calls an hour? On 3/11/10 9:53 AM, Abraham Williams 4bra...@gmail.com wrote: So for something like Intersect [1] where I have to do sometimes tens of thousands of profile

Re: [twitter-dev] bulk user show API

2010-03-11 Thread Michael Steuer
On Thu, Mar 11, 2010 at 10:06, Michael Steuer mste...@gmail.com wrote: Erm, doesn’t 20,000 x users/show equate to 1,000 x users/lookup ? Or are you whitelisted for more than 20,000 API calls an hour? On 3/11/10 9:53 AM, Abraham Williams 4bra...@gmail.com wrote: So for something like Intersect

Re: [twitter-dev] bulk user show API

2010-03-11 Thread Michael Steuer
, Raffi Krikorian ra...@twitter.com wrote: i wouldn't necessarily and harshly say useless :P  it still prevents you from having to make 1000 user/show requests (which you can't do right now). On Thu, Mar 11, 2010 at 10:59 AM, Michael Steuer mste...@gmail.com wrote: Oh wow, I missed that. I

Re: [twitter-dev] bulk user show API

2010-03-11 Thread Michael Steuer
:59 AM, Michael Steuer mste...@gmail.com wrote: Oh wow, I missed that. I understood it was rate limited at 1000 calls/hour (which would come out to 20k user objects) Having a limit of only 1,000 user objects an hour, renders this new API pretty useless! Come on! I thought the idea was to give

[twitter-dev] Sign Out no longer works

2010-03-11 Thread Michael Steuer
if it was a known issue yet... (right now Oauth users (or Twitter.com users) cannot switch accounts it seems) Michael.

Re: [twitter-dev] Sign Out no longer works

2010-03-11 Thread Michael Steuer
, Michael Steuer mste...@gmail.com wrote: Hi Twitter folks, It seems the “Sign Out” link on Twitter.com, as well as the one on the Oauth sign in page no longer works... It seems to just be reloading the page or something... I’ve reproduced this on Firefox for Mac and Firefox for Window

Re: [twitter-dev] Tracking number of users for an OAuth app

2010-03-09 Thread Michael Steuer
Wouldn't you yourself know best how to calculate how many people are actively using your app? On 3/9/10 5:14 PM, SM sanja...@gmail.com wrote: On the application detail page there is a stat that shows how many users your app has. How is this stat calculated? Is it the number of authorized

Re: [twitter-dev] Processing 'dead' users

2010-02-17 Thread Michael Steuer
Why not simply delete the user from your db as part of your weekly process when you get the Could Not Authentica You error in the first place? On Feb 17, 2010, at 12:11 PM, Scott Wilcox sc...@tig.gr wrote: Hello, At tweekly.fm we probably have around 1000-2000 accounts where users

[twitter-dev] Acquiring abandoned twitter accounts for app?

2010-02-14 Thread Michael
I saw a post from 2008 about getting unused accounts released to developers and was wondering if the method is still just to email Alex Payne or if there is a streamlined method now? The account i am trying to get was only used for 2 days with 5 tweets back in august 2009 and i tried emailing the

Re: [twitter-dev] Building a 100 million word Twitter corpus

2010-02-11 Thread Michael Ivey
Take a look at the Streaming API: http://apiwiki.twitter.com/Streaming-API-Documentation It's very easy to make a simple collection client to pull the statuses/sample stream and gather a decent sample of all the tweets. Tell your programmer to hop on the list and ask any questions that come

Re: [twitter-dev] Tweets is spelled wrong

2010-02-10 Thread Michael Steuer
Tweeps = Twitter peeps On Feb 9, 2010, at 4:18 PM, My Network Factory networkfact...@gmail.com wrote: On the List Widget page the word tweets is spelled with a letter 'p'. List Widget Put your favorite tweeps into a list! Then show 'em off in a widget. Also great for moderation.

Re: [twitter-dev] A proposal for delegation in OAuth identity verification

2010-02-09 Thread Michael Steuer
, but perhaps someone who has can comment on what it actually is that they've done? Thanks, Michael. On Tue, Feb 9, 2010 at 4:13 PM, Raffi Krikorian ra...@twitter.com wrote: hi all. i apologise that i'm running behind on getting these out, but i've put out the first in a series of blog posts

Re: [twitter-dev] Re: Link to Individual DM

2010-02-08 Thread Michael Steuer
Considering a DM is always exclusive to 1 single user, enabling the ability to share a link to it seems somewhat useless? What's your use case? On Feb 8, 2010, at 7:25 PM, Dewald Pretorius dpr...@gmail.com wrote: Jesse, I don't think a DM has a permalink. Even in the Twitter web

Re: [twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-06 Thread Michael Steuer
user agents On Fri, Feb 5, 2010 at 3:42 PM, CharlesW cwilt...@gmail.com wrote: That's an amazingly great recommendation, Michael. -- Charles On Feb 5, 9:22 am, Michael Steuer mste...@gmail.com wrote: In fact, I'd recommend that you only show the new version for devices you have actually

Re: [twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-05 Thread Michael Steuer
In fact, I'd recommend that you only show the new version for devices you have actually tested against... Mobile browser support is a crap shoot and you really can't assume that something that works on one device, works on another... You need to test each and every one of them (or at least each

Re: [twitter-dev] Twitter based bug tracker/feedback system, anyone?

2010-02-04 Thread Michael Ivey
Cotweet has some of this, but it's a more general manage responses system than bug tracking. I'd love to see Tender add Twitter features. -- ivey On Wed, Feb 3, 2010 at 1:03 PM, Anton Krasovsky anton.krasov...@gmail.comwrote: I wonder if anyone has a twitter based bugtracker / feedback

Re: [twitter-dev] 1000 total updates per day

2010-02-04 Thread Michael Ekstrand
per day, no matter what apps they use. - Michael -- mouse, n: A device for pointing at the xterm in which you want to type. Confused by the strange files? I cryptographically sign my messages. For more information see http://www.elehack.net/resources/gpg. signature.asc Description: OpenPGP

Re: [twitter-dev] Re: How Does TwittPic Works ?

2010-02-04 Thread Michael Steuer
That's awesome. Please let us know when you do! Michael. On Feb 4, 2010, at 6:33 PM, Raffi Krikorian ra...@twitter.com wrote: i'll be posting our proposal for oauth delegation soon as a RFC. On Thu, Feb 4, 2010 at 3:41 PM, Greg gregory.av...@gmail.com wrote: However - will we ever see

[twitter-dev] Bulk User Look Up - any progress?

2010-02-03 Thread Michael Steuer
if this is on the horizon or if we should all continue to dream about this... Thanks, Michael

Re: [twitter-dev] Are geotagged tweets visually apparent?

2010-02-02 Thread Michael Steuer
Hi Jeffrey, The Twitter web site does not display geotag information. Use a Twitter service that does, such as http://bccth.is, to confirm successful tagging of your tweets. Of course, retrieving the tweets in question via the API, would also reveal the geotag info. Best, Michael

Re: [twitter-dev] Re: a security problem puzzled me about using oauth in Desktop Client

2010-01-31 Thread Michael Ekstrand
will be misappropriated. The OAuth spec explicitly acknowledges this, stating that the consumer key/secret is cannot necessarily be trusted to securely identify the consumer. - Michael -- mouse, n: A device for pointing at the xterm in which you want to type. Confused by the strange files? I cryptographically

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-31 Thread Michael Steuer
that it's the same user and the same status for that user. Ivan. On Sun, Jan 31, 2010 at 9:36 AM, Michael Ivey michael.i...@gmail.com wrote: You could do this internally in your application, using statuses/ show to make sure you have the correct user info before redirecting. -- ivey On Sat

Re: [twitter-dev] Re: Possibility to link to the user page not by the name but by the id.

2010-01-30 Thread Michael Ivey
You could do this internally in your application, using statuses/show to make sure you have the correct user info before redirecting. -- ivey On Sat, Jan 30, 2010 at 4:06 AM, Ivan Glushkov gli.w...@gmail.com wrote: Oh, thanks, Abraham! That's great! But why isn't it documented anywhere?

Re: [twitter-dev] Re: Rate limit HTTP response

2010-01-28 Thread Michael Steuer
We see this too now on a bunch of our test accounts.. Does Twitter have a resolution time? It's making the use and development efforts of our application all but impossible... On Jan 28, 2010, at 1:51 PM, Rich wrote: Interesting my whitelisted account is still working, but the non

RE: [twitter-dev] Interesting Spam @reply

2010-01-28 Thread Michael Paladino
We had what looks like a similar situation. The account http://twitter.com/webendover is @replying to our http://twitter.com/silverjoes account with text from our previous tweets. Definitely looks like a new form of spam. -Original Message- From: twitter-development-talk@googlegroups.com

Re: [twitter-dev] Suggestion: Return API responses in same set of formats

2010-01-27 Thread Michael Ivey
Which calls only return XML? I haven't encountered anything where I couldn't use JSON. -- ivey On Wed, Jan 27, 2010 at 1:29 AM, _ado adri...@tijsseling.com wrote: Some API calls return only XML, some both XML and JSON, some only JSON, etc. Could it please be possible to return XML, JSON,

Re: [twitter-dev] getting more information than 'Could not authenticate...'

2010-01-24 Thread Michael Steuer
What language are you developing in? Why are you not using a tried and tested Twitter API library (ie. Why reinvent the wheel?)? On Jan 24, 2010, at 9:33 PM, eco_bach bac...@gmail.com wrote: Hi I've spent the last week getting the OAuth sign-In process to work, and I've finallly got it to

Re: [twitter-dev] OAuth authentification page on normal login

2010-01-22 Thread Michael J. Ditto
/detail?id=1199 You can open a ticket here: http://bit.ly/twicket Abraham On Thu, Jan 21, 2010 at 11:47, Michael J. Ditto di...@progressnowcolorado.org wrote: Same thing happens to me. If anybody can shed any insight that would make me all a-twitter. On Jan 21, 2010, at 3:53 AM, Halmen

Re: [twitter-dev] Re: geo tag and direct messages?

2010-01-22 Thread Michael Steuer
And in_reply_to_dm_id for that matter? On Jan 22, 2010, at 11:32 AM, Gimme qwenx...@gmail.com wrote: Raffi, What's road map to implement geo tag in DM? On Nov 23 2009, 11:55 am, Raffi Krikorian ra...@twitter.com wrote: hi! DMs do not yet have the ability to be geotagged - its on our

Re: [twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Michael J. Ditto
Same thing happens to me. If anybody can shed any insight that would make me all a-twitter. On Jan 21, 2010, at 3:53 AM, Halmen Istvan wrote: I'm developing an application with OAuth authetification. If I'm not logged in into my Twitter account, I can perform successfully the OAuth

[twitter-dev] OAuth Authorization login page

2010-01-18 Thread Michael J. Ditto
I think I've seen this mentioned before, but I'll add one vote to getting it fixed... When logging in via a web app, the default action is Deny. So on my iPhone when I put in my username and password and hit Go it denies access. Quite counterintuitive. Cheers, Mike Sent from my iPhone

[twitter-dev] Why does friends/ids.xml require auth for a protected user?

2010-01-16 Thread Michael
Even if a user is protected you can see who they are following from the twitter website. So, why is it required to have authorization to get a user's friends' ids on a protected user?

Re: [twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2010-01-05 Thread Michael Steuer
Ditto On 1/4/10 7:58 PM, Jesse Stay jesses...@gmail.com wrote: Ditto PJB :-) On Mon, Jan 4, 2010 at 8:12 PM, PJB pjbmancun...@gmail.com wrote: I think that's like asking someone: why do you eat food? But don't say because it tastes good or nourishes you, because we already know that!

Re: [twitter-dev] mentions not working as expected with new retweet functionality

2010-01-04 Thread Michael Ivey
Native retweets are a new type of tweet, and do not show up as mentions. You can cobble together an approximation using search, retweets_of_me, and retweets that will get close, but I don't think you can be 100% sure to catch all of them. -- ivey On Sat, Jan 2, 2010 at 5:35 PM, gstarsf

Re: [twitter-dev] How to retrieve url link written in a tweet please?

2009-12-26 Thread Michael Steuer
Try regular expressions on the status text... On Dec 26, 2009, at 9:25 AM, humbucker oursystemfai...@gmail.com wrote: Hello, When I perform a twitter search from a jquery file, I get something like this : {results:[{ profile_image_url:http://a1.twimg.com/profile_images/304998018/

Re: [twitter-dev] Re: Social Graph API: Legacy data format will be eliminated 1/11/2010

2009-12-24 Thread Michael Steuer
+1 - I'm currently relying on retrieving a complete social graph when no cursor is passed. Your announcing this change right around Xmas+new years to take effect almost immediately thereafter... On Dec 23, 2009, at 10:00 PM, PJB pjbmancun...@gmail.com wrote: Why hasn't this been

[twitter-dev] Re: Getting friends as usernames instead of user ids

2009-12-24 Thread Michael
a bulk lookup API (i don't have a release date on it yet), and you will be able to use that for this purpose. On Thu, Dec 24, 2009 at 10:31 AM, Michael mbw...@gmail.com wrote: I am using thehttp://twitter.com/friends/ids.xml?screen_name=$username method to get a list of friends for a user

  1   2   3   >