Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-16 Thread Tom van der Woerdt
They look fine, and since the rest of the requests work fine (which you said), I have to assume that it's not the signature generation. Also, since you're not the only one to mention this in the past 12 hours, I have to leave open the possibility of Twitter being the issue. However, before

[twitter-dev] BUG? in_reply_to_status_id not matching in_reply_to_status_id_str

2010-12-16 Thread Andrew Horn
eg: http://twitter.com/status/show/15268326762614784.json { retweeted: false, created_at: Thu Dec 16 04:53:47 + 2010, place: null, id_str: 15268326762614784, truncated: false, source: a href=\http://www.echofon.com/\; rel=\nofollow \Echofon/a, geo: null, favorited: false,

Re: [twitter-dev] BUG? in_reply_to_status_id not matching in_reply_to_status_id_str

2010-12-16 Thread Tom van der Woerdt
I was about to say : I was about to say Check your parser but then I noticed that you are right. Checked with a 64bit parser. in_reply_to_status_id: 15265857135443968 in_reply_to_status_id_str: 15265857135443969 But then I noticed it in the source :

[twitter-dev] Streaming API - Multiple connections on 1 IP?

2010-12-16 Thread epomqo
Hello everyone, Just a simple question: can I launch multiple connections to Streaming API using different accounts, but on the same machine? The official document seems don't say this clearly: Each account may create only one standing connection to the Streaming API. Subsequent connections from

[twitter-dev] Re: getUserTimeline failing error 401 - getFriendsTimeline and getHomeTimeline still work

2010-12-16 Thread janole
Heh! That's funny. I've experienced the same: getting 401 on user_timeline.json while the same call/implementation in my client was working some days ago. I just looked into it this morning and figured out that I broke my OAuth call (forgot to sort the parameters alphabetically.) After sorting

[twitter-dev] Error: Could not authenticate you.

2010-12-16 Thread Krishnamathi Rajendran
What am I doing wrong here? trying to tweet a text to an account. #!/usr/bin/perl use Net::Twitter; use Net::Twitter; my $nt = Net::Twitter-new(legacy = 0); my $nt = Net::Twitter-new( traits = [qw/OAuth API::REST/], consumer_key=

Re: [twitter-dev] Streaming API - Multiple connections on 1 IP?

2010-12-16 Thread Augusto Santos
Yes you can. On Thu, Dec 16, 2010 at 8:23 AM, epomqo wenzi0...@gmail.com wrote: Hello everyone, Just a simple question: can I launch multiple connections to Streaming API using different accounts, but on the same machine? The official document seems don't say this clearly: Each account

[twitter-dev] Re: Streaming API - Multiple connections on 1 IP?

2010-12-16 Thread epomqo
Many thanks! On Dec 16, 12:18 pm, Augusto Santos augu...@gemeos.org wrote: Yes you can. On Thu, Dec 16, 2010 at 8:23 AM, epomqo wenzi0...@gmail.com wrote: Hello everyone, Just a simple question: can I launch multiple connections to Streaming API using different accounts, but on the

Re: [twitter-dev] Incorrect signature while getting user time line

2010-12-16 Thread Georgooty varghese
Ok. Thanks Tom. What wrong I have made in this. I didn't find any issue. Could u please check the issue. I am waiting for your reply. Regards, George On Thu, Dec 16, 2010 at 1:58 PM, Tom van der Woerdt i...@tvdw.eu wrote: They look fine, and since the rest of the requests work fine (which you

[twitter-dev] search.twitter.com on IE

2010-12-16 Thread Giorgos Ampavis
Hi, I have a problem accessing search.twitter.com from IE. My website is a Flash site (pure AS3 project). everything works fine on OS X and Safari, Firefox, Chrome and on windows Firefox. Is this a known problem? Something to do with the crossdomain.xml many thanks GA -- Twitter developer

[twitter-dev] Unauthorized 401

2010-12-16 Thread Erik Bloem
Hi, I am trying to establish my first connection to twitter using .NET. I get the following error when I use the demo project from internet that is using a webrequest: Unauthorized. {http://twitter.com/oauth/request_token?oauth_callback=http://

Re: [twitter-dev] Unauthorized 401

2010-12-16 Thread Tom van der Woerdt
No, you don't need authorization for that. To help you debug these issues, we need these values : * Your request (it's safe to include everything you replaced with #keyvalue#, just don't include any secrets (keys are fine)) * The Base String used to generate the signature Tom On 12/16/10

[twitter-dev] Twitter XAuth issues

2010-12-16 Thread JG
Hi I have been attempting to implement Twitter using XAuth in an upcoming PS3 title but I am having a lot of issues with authentication, roughly 90% of my requests fail with 401 : Failed to validate oauth signature and token. I have already ruled out the usual suspect of dodgy timestamp and retry

[twitter-dev] Usage of site streams in production projects.

2010-12-16 Thread ||M||
Hi, Maybe this question is asked before but I was unable to find it in the post history. At the moment we are developing an application that needs to get the timelines of many users in real time. The are many possibilities to create this solution but I think twitters site stream API looks like

[twitter-dev] Cell phone tower information

2010-12-16 Thread Alex
Hi, If tweet is posted from a cell phone. Is there a cell phone tag information when I search it using twitter Stream API? Thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] .Security.Permissions.SecurityPermission,mscorlib, Version=2.0.0.0, Culture=neutral,PublicKeyToken=b77a5c561934e089'

2010-12-16 Thread Art
My development environment is MS Visual Studio 2010, using VB.NET. All I need to do is post a Tweet for some of the identified status changes within my web application. I don't need user verification as the app is designed to automatically post the status change Tweet whenever it occurs. I added

[twitter-dev] List Statuses: 401 - Incorrect signature

2010-12-16 Thread Brian Wigginton
Hey there, I've had a site up and running for quite some time now (July 2010) since Dec 14, and a little after 2:30 (Mountain) we stopped receiving tweets from that service call. After checking in on it today I discovered I was receiving a 401: Incorrect signature error. Here is my request

[twitter-dev] Hugeurl

2010-12-16 Thread _ado
Can someone from Twitter please confirm we can use the following undocumented API call: http://search.twitter.com/hugeurl?url=http://tinyurl.com/[alias] - [original URL] It is a very helpful tool for expanding urls return by the search api (since they don't come with entities). Thanks much in

[twitter-dev] Please check you are using the correct API and host

2010-12-16 Thread Matt Harris
Hey Developers, We recently reviewed a sample of your API requests, emails and support tickets and found that some of you were not using the correct domains. While undocumented domains and endpoints may respond with data, you should avoid using them as they may be disabled or changed without

Re: [twitter-dev] Please check you are using the correct API and host

2010-12-16 Thread Abraham Williams
https should be preferred on many of these especially anything that is transferring protected data. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private.

[twitter-dev] Unauthorized 401 http://twitter.com/friends/ids.json

2010-12-16 Thread Kathy
I keep getting unauthorized 401 error. I have been running my twitter application for months. But past couple of days, I was able to retieve very few friends information. Since Dec. 15, 6pm, I haven't been able to retrieve any. My search url is :

[twitter-dev] Re: Different crossdomains for a0.twimg.com a2.twimg.com, a3 etc

2010-12-16 Thread WildFoxMedia
Hi Matt, I appreciate you jumping into this thread and I look forward to your response. -Ben On Dec 16, 2:07 pm, Matt Harris thematthar...@twitter.com wrote:  Thanks for letting us know about this. I've asked the team to if this file should be as restrictive as it currently is. Best