[twitter-dev] Re: Duplicate Statuses in Public Timeline

2010-04-29 Thread mattarnold1977
timeline isn't used much anymore and regressions could theoretically and regrettably, exist for a bit without anyone noticing. -John Kaluckihttp://twitter.com/jkalucki Infrastructure, Twitter Inc. On Thu, Apr 29, 2010 at 4:54 AM, mattarnold1977 matt.arnold.1...@gmail.com wrote

[twitter-dev] Public Timeline - Duplicate Status IDs

2010-04-24 Thread mattarnold1977
I posted this issue a couple of days ago when I noticed my logs reporting duplicate status IDs from the public timeline. I haven't heard back from Twitter support, so I wanted to post another message out there. Perhaps someone else is experiencing this issue. I checked and it looks like around

[twitter-dev] Re: Public Timeline Frozen

2010-04-22 Thread mattarnold1977
:16 PM~Duplicate Message ID: 12667634000 4/22/2010 7:29:18 PM~Duplicate Message ID: 12667683000 4/22/2010 7:37:20 PM~Duplicate Message ID: 12668102000 4/22/2010 7:41:17 PM~Duplicate Message ID: 12668312000 -Matt On Apr 21, 1:53 pm, mattarnold1977 matt.arnold.1...@gmail.com wrote: Taylor, That's

[twitter-dev] Re: Public Timeline Frozen

2010-04-21 Thread mattarnold1977
parts of the discussion are in this thread:http://groups.google.com/group/twitter-development-talk/browse_thread... Thanks, Taylor On Tue, Apr 20, 2010 at 6:20 PM, mattarnold1977 matt.arnold.1...@gmail.comwrote: Taylor, I just remembered that you were planning to change the generation

[twitter-dev] Public Timeline Frozen

2010-04-20 Thread mattarnold1977
It looks like the public timeline api is reporting the same statuses over-and-over again. This started sometime yesterday (4/19) and continues today. Is anyone else experiencing this issue? Thanks, Matt -- Subscription settings:

[twitter-dev] Re: Public Timeline Frozen

2010-04-20 Thread mattarnold1977
, Apr 20, 2010 at 4:44 AM, mattarnold1977 matt.arnold.1...@gmail.comwrote: It looks like the public timeline api is reporting the same statuses over-and-over again.  This started sometime yesterday (4/19) and continues today.  Is anyone else experiencing this issue? Thanks, Matt

[twitter-dev] Followers Count in Public Timeline

2009-11-21 Thread mattarnold1977
Hi all. For the last week it seems as if the followers_count element has been disappearing from the public timeline feed. It's not happening during each cache cycle, but it is happening frequently throughout the day (20 times an hour). Does anyone know if there is work being done on that

[twitter-dev] Public Timeline Frozen

2009-11-12 Thread mattarnold1977
I just checked my server log and noticed that the public timeline hasn't been responding for about 2 hours. Has anyone else been experiencing this? Is anything going on that we should know about? Perhaps they are working on that service? -Matt

[twitter-dev] Re: 401 Unauthorized When Getting an Access Token

2009-08-01 Thread mattarnold1977
, mattarnold1977 matt.arnold.1...@gmail.comwrote: Please, if anyone can assist I would be grateful.  Here is a sample of my url I've formed to get the access token: http://twitter.com/oauth/access_token?oauth_consumer_key=myconsumerke... -Matt On Jul 30, 7:49 pm, mattarnold1977 matt.arnold.1

[twitter-dev] Re: 401 Unauthorized When Getting an Access Token

2009-07-31 Thread mattarnold1977
=1248981982oauth_token=mytokenoauth_version=1.0 -Matt On Jul 30, 7:49 pm, mattarnold1977 matt.arnold.1...@gmail.com wrote: I am using ASP .NET (VB) to try and authenticate using oAuth.  I have been able to get a request token and direct a user to Twitter's authentication page.  Twitter then redirects back to my

[twitter-dev] 401 Unauthorized When Getting an Access Token

2009-07-30 Thread mattarnold1977
I am using ASP .NET (VB) to try and authenticate using oAuth. I have been able to get a request token and direct a user to Twitter's authentication page. Twitter then redirects back to my app. At that point I attempt to get an access token, but I continue to receive 401 unauthorized errors. I

[twitter-dev] Re: ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-28 Thread mattarnold1977
AB, I'm using http://localhost as my call back parameter. But, Twitter just sends me back to my registered application site http://www.populartweets.com -Matt On Jul 27, 8:49 pm, Andrew Badera and...@badera.us wrote: On Mon, Jul 27, 2009 at 6:49 PM, mattarnold1977 matt.arnold.1

[twitter-dev] ASP .NET Development Issue w/OAuth Callback Parameter

2009-07-27 Thread mattarnold1977
I've been able to create a successful web request to receive an auth token from Twitter. However, Twitter is not sending me back to my development environment even though I have put the oauth_callback parameter on my request. It even shows my call back parameter in the URL on the Twitter oAuth

[twitter-dev] Re: oAuth .NET receiving Unauthorized Error (401)

2009-07-27 Thread mattarnold1977
Badera and...@badera.us wrote: On Sat, Jul 25, 2009 at 6:46 PM, mattarnold1977 matt.arnold.1...@gmail.comwrote: Bojan, Thanks for the reply.  I'm using ASP .NET. -Matt I suspect Bojan was more curious about what OAuth library you're using. If you're doing it on your own, allow me

[twitter-dev] oAuth .NET receiving Unauthorized Error (401)

2009-07-25 Thread mattarnold1977
All of my development up to this point has been with basic authentication. This is my first attempt at using oAuth. I setup an application at Twitter and received the identifying tokens. I believe I have signed the request properly, and formatted the request token url correctly. However, when

[twitter-dev] Re: oAuth .NET receiving Unauthorized Error (401)

2009-07-25 Thread mattarnold1977
Bojan, Thanks for the reply. I'm using ASP .NET. -Matt On Jul 25, 4:15 pm, Bojan Rajkovic boj...@brandeis.edu wrote: On Fri, 2009-07-24 at 17:10 -0700, mattarnold1977 wrote: All of my development up to this point has been with basic authentication.  This is my first attempt at using

[twitter-dev] Public Timeline Frozen (Again)

2009-05-10 Thread mattarnold1977
Not sure if this is an outcome of the site maintenance, but it looks like the public timeline has been sending out the same statuses since about 9:20pm on 5/8/09. The timeline was frozen last week, but was fixed. Thus, I'm guessing this is a result of the maintenance that was just performed.

[twitter-dev] Public Timeline Frozen

2009-05-07 Thread mattarnold1977
I just checked the log on my server and noticed that the public time line has been putting out the same status information since around 5 o'clock yesterday. Is this a known issue? -Matt

[twitter-dev] HTML Encoded Return Values

2009-05-05 Thread mattarnold1977
I was wondering if Twitter was going to encode all status text return elements as HTML? Right now, if you use the Search API, the text of a status comes back HTML encoded. However, if you perform an update status call, the returned status text is not HTML encoded. -Matt

[twitter-dev] Re: Python-twitter: Public stream not updating

2009-03-31 Thread mattarnold1977
I'm guessing that there is an issue with Twitter's servers. Hopefully someone will advise when the service will be back up and running again. This happens frequently, so I'm not surprised.

[twitter-dev] Re: Python-twitter: Public stream not updating

2009-03-31 Thread mattarnold1977
Yes, although it looks like the feed is leaking out new entries. Most of my updates are still failing. On Mar 31, 1:09 pm, Doug Williams d...@twitter.com wrote: Are you guys still seeing this? Doug Williams Twitter API Supporthttp://twitter.com/dougw On Tue, Mar 31, 2009 at 6:51 AM, Matt

[twitter-dev] Please Add Me to the List

2009-03-13 Thread mattarnold1977
Name: Matthew Arnold Twitter: twitter.com/mattarnold1977 e-mail: matt.arnold.1...@gmail.com blog: http://www.mattsblogsite.com app: http://www.populartweets.com Dev: ASP.NET; javascript; AJAX; SQL

[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread mattarnold1977
Thanks for the notice, my server has been trying to post the same public timeline feed all day. Is there a ETD to when the public feed will be up and running again? I'm also trying to perform some testing that requires this feed. Any info would be greatly appreciated. -Matt On Mar 2, 3:01