[twitter-dev] numerical ID

2009-07-06 Thread anthony
How can I use the following, if I do not know the numerical ID? http://twitter.com/statuses/show/123.xml If there is no way, how can I find the numerical ID programmatically?

[twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-15 Thread Anthony
I have be searching high and low to find out if Oauth will allow some form of embedding the log-in info for a single account from the iphone. I was using the basic authorization, and with the change it is no longer working. I have a series of clients who post to an account to discuss their process

Re: Using CAPTCHAs to get more followers on twitter.

2008-12-08 Thread Anthony Papillion
. The question I have is how you would enforce this? Anthony On 12/8/08, Amir Michail [EMAIL PROTECTED] wrote: Hi, I'm thinking of building this service using the twitter API: * you submit a selection of your tweets that you are particularly proud of * you also submit a CAPTCHA to check whether

Re: Using CAPTCHAs to get more followers on twitter.

2008-12-09 Thread Anthony Papillion
Amir, I think I'm *kind of* getting why/how this might be useful to a certain segment of Twitter users. Personally, I think the best route would be to implement it so we could all 'get it' and that might help us all see the light. It does sound interesting... Warmly, Anthony Papillion Twitter

Re: send a parameter named source

2008-12-16 Thread Anthony Papillion
If you're using the PHP library suggested on the Twitter site, take a look at the class and find the method named updateStatus(). There, just add the ?source=your_source_keyword to the status update. Worked for me like a charm. HTH, Anthony On Tue, Dec 16, 2008 at 7:02 PM, krumlr petewing

Question about whitelisting/rate limits

2008-12-20 Thread Anthony Papillion
or would it not since, technically, it's different users posting updates (we actually authenticate *as the user* to post the update)? Thanks! Anthony

Re: IP ranges from The Planet will be blocked

2009-01-07 Thread Anthony Eden
Amazon's EC2 IP ranges are essentially unusable for SMTP since they have been blacklisted. I have to use another host to handle outbound SMTP traffic. As for traffic to Twitter, most likely you'd want to use an elastic IP address to get whitelisted. Sincerely, Anthony Eden On Wed, Jan 7, 2009

Re: mail contact

2009-01-24 Thread Anthony Papillion
i can get with api REST a mail of who follow me? I don't think so. I think you'll have to monitor this yourself. Not a tough thing to do with a little db and PHP skills. Anthony

[twitter-dev] /statuses/user_timeline.json is redirecting

2009-08-06 Thread Anthony Eden
! Sincerely, Anthony Eden -- GMU/IT d- s: a32 C++()$ UL@ P--- L+(++) !E W+++$ !N o? K? w--- !O M++ V PS+ PE Y PGP t+ !5 X- R tv b++ DI+ D++ G- e++ h r+++ y** http://anthony.mp

[twitter-dev] Re: /statuses/user_timeline.json is redirecting

2009-08-07 Thread Anthony Eden
queries are coming from are not whitelisted. I'm also still seeing this behavior this morning. It'd be nice just to know that someone at Twitter knows why this is happening and is going to get it fixed at some point. Sincerely, Anthony Eden -- GMU/IT d- s: a32 C++()$ UL@ P--- L+(++) !E W

[twitter-dev] Re: Twitter Streaming API

2009-09-03 Thread anthony steven
Thanks Paul, Btw, do you know what is the procedure I should do to sign the EULA (End-User License Agreement) with Twitter? The reason I need the method is because currently I'm doing a research about Tweets Analysis. Thanks, Anthony On Sep 3, 5:15 pm, Paul Kinlan paul.kin...@gmail.com

[twitter-dev] Fetching top twitter users

2009-09-05 Thread anthony steven
Dear All, I am a newbie in a matter of a Twitter-API. I'm currently doing a research about importance of a User in twitter based on his/her social network graph. As a first step, I would like to analyze the Top Users in twitter (user with the most followers). I saw from the API-DOC that

[twitter-dev] count parameter in streaming API statuses/filter method

2009-11-12 Thread Anthony Bruni
We have a Shadow client using the streaming API invoking statuses/ filter method. We are trying to use the count parameter to implement catch-up logic for recovering from lost connectivity. With count specified, we get a 200 OK back but the parameter seems to be ignored. We searched and found

[twitter-dev] New app 401ing others work

2011-01-07 Thread Anthony Main
I have 2 developer accounts and when developing an iphone app which implements MGTwitter the first works fine. I have created a new one specifically for my client with the same settings (Client + Read/Write) but when the user tries to log in I just get a 401 error What am I missing with this 2nd

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-15 Thread Anthony Thompson Shumate
Is there somewhere I can find documentation on this? Thanks again for the quick response. A On Oct 15, 2010, at 8:22 AM, Tom van der Woerdt wrote: You can simply include the access tokens in the application. You don't need anything else. Tom On 10/15/10 5:43 AM, Anthony wrote: I

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-20 Thread Anthony Thompson Shumate
Objective-C example of this implementation, but I reckon it would be very easy with one of the Objective-C libraries out there. Taylor On Fri, Oct 15, 2010 at 6:24 AM, Anthony Thompson Shumate anthonyshum...@gmail.com wrote: Is there somewhere I can find documentation on this? Thanks

Re: [twitter-dev] Oauth issue on iPhone Development - Multiple Users posting to Single Account with No UI

2010-10-20 Thread Anthony Thompson Shumate
with one of the Objective-C libraries out there. Taylor On Fri, Oct 15, 2010 at 6:24 AM, Anthony Thompson Shumate anthonyshum...@gmail.com wrote: Is there somewhere I can find documentation on this? Thanks again for the quick response. A On Oct 15, 2010, at 8:22 AM, Tom van der