[twitter-dev] Radomly , 401 in my twitter api request when i use x-auth

2010-09-03 Thread Karthik
Dear all, I am getting radomly 401 (invalid signature ) error from server . I ma using the nonce as timestamp+random() ; (ramdom number) What could be the reason.. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Radomly , 401 in my twitter api request when i use x-auth

2010-09-03 Thread Karthik
Dear all, I am getting radomly 401 (invalid signature ) error from server . I ma using the nonce as timestamp+random() ; (ramdom number) What could be the reason..? Most of the time my requests are served fine by the twitter server. but then and there am getting 401 ...please help me

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-03 Thread Karthik
Dear Taylor, I am getting one new issue. In my application , randomly some api's returns 401 - invalid signature error... I am not sure whether twitter server only returns 401 randomly or some problem in my request..? Most of the time my requests are working fine... Please help me out

[twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-03 Thread Karthik
Dear Taylor, I am getting one new issue. In my application , randomly some api's returns 401 - invalid signature error... I am not sure whether twitter server only returns 401 randomly or some problem in my request..? Most of the time my requests are working fine... Please help me out

[twitter-dev] About OAuth

2010-09-03 Thread David
I found out twitter does not support Basic Auth any, and I wonder how can I change my code from Basic Auth to OAuth. and my code like following: $username=username; $password=password; $message=message; $host =

Re: [twitter-dev] Need Developer

2010-09-03 Thread Georgooty varghese
Hi, Which help u need. Regards, George On Fri, Sep 3, 2010 at 3:20 AM, Mike Morang m...@iplusmarketing.com wrote: I need a Twitter developer to add functionality to my approved Twitter app. Best Regards, * Michael Morang Principal Consultant iPlus Marketing Corp. 714-594-7374

[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] Twitter MOSS Webpart

2010-09-03 Thread Sanjeet
Hi, I am MOSS 2007 developer, I want to create a new Twitter webpart to display Tweets on my WebPart. Can you please help, how i can interact with Twitter services to pick tweets. Regards, Sanjeet -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] Twurl Multiple Account Usage Help

2010-09-03 Thread William K.
I think i'm one of many who are looking for different ways of moving from Curl to Twurl with Twitter's closing the Basic Authentication protocol. I have different scripts that run on my server, based on certain criteria on the return of that script an automated tweet goes out to 1 of 2 accounts.

Re: [twitter-dev] Need Developer

2010-09-03 Thread John SJ Anderson
Specifically, what platform(s) are you targeting and what functionality do you look to add? On Thu, Sep 2, 2010 at 23:30, Georgooty varghese georgo...@gmail.com wrote: Hi, Which help u need. Regards, George On Fri, Sep 3, 2010 at 3:20 AM, Mike Morang m...@iplusmarketing.com wrote: I need

[twitter-dev] Re: Connevct to another users application

2010-09-03 Thread Frank P
Hi John, Thanks for answering my question. Do I understand that for every twitter account which I want to use to for automatically twitter I have to register an application. This is what i did right now but I would like to have a more simple construction. I was in the opinion that I could use

Re: [twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Tom van der Woerdt
On 9/3/10 12:28 AM, Lars wrote: Why aren't my answers to Tom being displayed? No idea. I based my program on the exmaples I found under http://apiwiki.twitter.com/OAuth-Examples especially on the example of Scott Carter http://www.social.com/main/twitter-oauth-using-perl/. I followed his

[twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Ken
I thought I had found a solution, albeit a horrendously ugly one: redirect them to http://twitter.com/logout, but even that doesn't work. If you are looking for reliable, don't log them in with OAuth - except once, the first time, when you store their token. On Sep 3, 7:23 am, Abraham Williams

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Tom van der Woerdt
I usually use Wireshark for that, but it won't work with https:// connections. If you use cURL in PHP, there's an option for verbose output. I'm not sure about Perl, but Wireshark should help :) Tom On 9/3/10 10:42 AM, Lars wrote: I Tom, thanks for the validator! This is really a helpful

[twitter-dev] Re: Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-03 Thread Ryan
Thanks Matt, Got a couple of hours spare dev time now, time to get into it! -- 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

[twitter-dev] garbage in json api response?

2010-09-03 Thread gabriele renzi
Hi everyone, I am noticing that my home timeline and that of a few other people is returning some messed up stuff, basically intemingling something that looks like a random sequence of bytes to normal messages. You can in theory verify this by accessing my home timeline (@riffraff) and

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread David Novakovic
Confirmed here too. On Sep 3, 8:57 pm, gabriele renzi rff@gmail.com wrote: Hi everyone, I am noticing that my home timeline and that of a few other people is returning some messed up stuff, basically intemingling something that looks like a random sequence of bytes to normal messages.

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread janole
Here too! Lots of binary garbage coming for a: /statuses/user_timeline.json? count=40include_rts=truescreen_name=chockenberryoauth_consumer_key=...oauth_nonce=...oauth_signature_method=HMAC- SHA1oauth_timestamp=...oauth_token=...oauth_version=1.0oauth_signature=... Twitter for iPhone also

[twitter-dev] Re: Delivery Status Notification (Failure)

2010-09-03 Thread Georgooty varghese
Hi, I have implemented twitter appllication in C#.net. I have used X-Auth authentication. Ie, we have directly entered int twitter account, not displayed twitter autherization pages. In that application I have displayed home tweets, to displayed friends,followers, search, etc.. Could

Re: [twitter-dev] Need Developer

2010-09-03 Thread Georgooty varghese
Hi, I have implemented twitter appllication in C#.net. I have used X-Auth authentication. Ie, we have directly entered int twitter account, not displayed twitter autherization pages. In that application I have displayed home tweets, to displayed friends,followers, search, etc.. Could you please

[twitter-dev] Vbscript Function for OAuth authentication

2010-09-03 Thread Hidden
I had a simple vbscript on my pc that post to my twitter account. I was hoping there is already a function for this new OAuth authentication system. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Lars
Sorry, how to I generate a dump of my request with Perl? On Sep 3, 9:41 am, Tom van der Woerdt i...@tvdw.eu wrote: On 9/3/10 12:28 AM, Lars wrote: Why aren't my answers to Tom being displayed? No idea. I based my program on the exmaples I found

[twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-09-03 Thread Netroboost
Hey Matt, Yes, I will keep that in mind. Thanks for your time. Amit. On Aug 31, 6:06 am, Matt Harris thematthar...@twitter.com wrote: Hey Netroboost, If the device doesn't support wildcard SSL these isn't much that can be done except to use HTTP. This isn't recommended but if you have no

Re: [twitter-dev] Re: New SSL certificate issue with WTK 2.5.2

2010-09-03 Thread pradeep senanayake
Hi Matt, Pls tel me how can I get the Single Access token auth in j2me thanks Pradeep On Fri, Sep 3, 2010 at 1:08 AM, Ernandes Jr. ernan...@gmail.com wrote: If you use Twitter API ME Single Access token auth you will get access to Twitter API, even on emulator. When you use this type of

[twitter-dev] home_timeline.json returning garbage between tweets

2010-09-03 Thread Fabian Schlenz
Hello. Starting today (maybe yesterday, wasn't around to check) home_timeline started sending garbage between the expected tweet objects. Since I didn't modify my code in any way, I assume it's a bug (or a feature?) on Twitter's side... {normal tweet},x mTێ�6 � � � �ں�kYH�M �(�٢/

[twitter-dev] Are IDs globally unique? Or just unique for each object type?

2010-09-03 Thread Colin Howe
Are IDs globally unique? Or just unique for each object type? In other words, is it possible to have a user with the ID 7 and also a DM with the ID 7? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] strange sudden death

2010-09-03 Thread Timon
Hi guys... Been working on a fun twitter app on and off for the last couple of months now. Almost done.. But today all of a sudden everything stopped working? Seems like I am not getting any cookies from twitter anymore. I know things have changed concerning oauth but all worked

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Lars
I think, I have the base string now, the signature and all the other data. I validated it with http://quonos.nl/oauthTester/ and everything is fine. However, I am still gettin 401 or 501 error. This is my base string: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses

[twitter-dev] Re: home_timeline.json returning garbage between tweets

2010-09-03 Thread David Novakovic
Seeing it here too. There's another thread about it as well. On Sep 3, 8:14 pm, Fabian Schlenz m...@fabianonline.de wrote: Hello. Starting today (maybe yesterday, wasn't around to check) home_timeline started sending garbage between the expected tweet objects. Since I didn't modify my code

[twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Lars
I think, I have the base string now, the signature and all the other data. I validated it with http://quonos.nl/oauthTester/ and everything is fine. However, I am still gettin 401 or 501 error. This is my base string: POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread koujitaro
Same phenomenon occured in xml. URL is below http://api.twitter.com/1/statuses/user_timeline.xml?user_id=93771355 -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Radomly , 401 in my twitter api request when i use x-auth

2010-09-03 Thread Georgooty varghese
which language is used? On Fri, Sep 3, 2010 at 11:44 AM, Karthik karthikduraisw...@gmail.comwrote: Dear all, I am getting radomly 401 (invalid signature ) error from server . I ma using the nonce as timestamp+random() ; (ramdom number) What could be the reason.. -- Twitter

Re: [twitter-dev] Are IDs globally unique? Or just unique for each object type?

2010-09-03 Thread John Kalucki
Unique for each object type. On Fri, Sep 3, 2010 at 11:09 AM, Colin Howe colintheh...@googlemail.comwrote: Are IDs globally unique? Or just unique for each object type? In other words, is it possible to have a user with the ID 7 and also a DM with the ID 7? -- Twitter developer

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread TheGuru
+1, unable to parse timeline due to garbage in the XML feed. Many of our users are reporting the same problem. On Sep 3, 7:35 am, koujitaro kohura12345...@gmail.com wrote: Same phenomenon occured in xml. URL is belowhttp://api.twitter.com/1/statuses/user_timeline.xml?user_id=93771355 --

[twitter-dev] Re: OAuth rate limit of 150

2010-09-03 Thread Roger Ertesvåg
So just in case case someone else experience the same problem, I solved it by switching from version 0.9.8 to 0.9.7 of the Ruby Twitter Gem. Still not sure what the problem was, but I'm pretty sure I was properly authenticated since I could do things like updating lists. Regards Roger On Aug

Re: [twitter-dev] Re: garbage in json api response?

2010-09-03 Thread Sean Heber
Twitterrific users have been seeing this for at least 2 hours, now. On Sep 3, 2010, at 8:47 AM, TheGuru wrote: +1, unable to parse timeline due to garbage in the XML feed. Many of our users are reporting the same problem. On Sep 3, 7:35 am, koujitaro kohura12345...@gmail.com wrote: Same

[twitter-dev] Re: Are IDs globally unique? Or just unique for each object type?

2010-09-03 Thread Colin Howe
Cool. Thanks for the help :) On Sep 3, 2:16 pm, John Kalucki j...@twitter.com wrote: Unique for each object type. On Fri, Sep 3, 2010 at 11:09 AM, Colin Howe colintheh...@googlemail.comwrote: Are IDs globally unique? Or just unique for each object type? In other words, is it

[twitter-dev] Tweet Button an understanding

2010-09-03 Thread welshman
At the moment I have placed the new tweet button onto one of our site, and also on several other pages within this site, now when I press the tweet button it all seems to work well and posts to my personal twitter account etc, but nothing show up on the tweet count section of the button, I was not

Re: [twitter-dev] Re: Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-03 Thread Tom van der Woerdt
I just looked up the Perl documentation for HTTP::Request and while I'm not really a Perl programmer, I *think* that this page can help you turn on verbose logging for requests : http://search.cpan.org/~gaas/libwww-perl-5.836/lib/HTTP/Config.pm Also, I noticed that you typed authorization instead

[twitter-dev] Retweet results in 401: Unauthorized

2010-09-03 Thread Papa.Coen
Whilst the docs state no authorization is required. I think I'm doing something wrong with the OAuth fields I send. But I have yet to find out exactly what and how to fix it. I've tried the 'text/xml; charset=utf-8' content-type, but this results in the same message. Sniffed: POST

Re: [twitter-dev] Retweet results in 401: Unauthorized

2010-09-03 Thread Tom van der Woerdt
I'm pretty sure that /1/statuses/retweet requires authorization ;-) There's one thing I see: * You are sending a oauth_callback where it's not needed. There's something I like to see: * Your Base String to verify that you are sending the right stuff. Tom On 9/3/10 4:39 PM, Papa.Coen wrote:

[twitter-dev] Re: Retweet results in 401: Unauthorized

2010-09-03 Thread Papa.Coen
Says here: http://dev.twitter.com/doc/post/statuses/retweet/:id It's on the internets, so it's true :) I was toying around with oauth_... header parameters. I get the same message when leaving the callback out. I thought maybe that was the problem (not having a callback at first) Base string:

Re: [twitter-dev] Re: Retweet results in 401: Unauthorized

2010-09-03 Thread Tom van der Woerdt
I just noticed that you are not sending an oauth_token. You really need it for this request ;-) Tom On 9/3/10 4:52 PM, Papa.Coen wrote: Says here: http://dev.twitter.com/doc/post/statuses/retweet/:id It's on the internets, so it's true :) I was toying around with oauth_... header

[twitter-dev] Bad characters in statuses/home_timeline JSON

2010-09-03 Thread Aaron Rankin
In some tweets, I'm seeing non-UTF8 characters being returned which breaks the JSON. I notice it after contributors_enabled in the user object. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread Marsh Gardiner
I see it too. Here's a cached version of the response: http://app.apigee.com/console/apigee-console-snapshots-128331720_b7a1fe22-6ec8-4996-ba1a-2720227c896c/rendersnapshotview The same request with xml seems to be working fine:

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread themattharris
Thanks for the information collected on this. We're investigating this issue at the moment and updates will be posted to our status blog: http://status.twitter.com/post/1058895068/investigating-invalid-responses-from-the-api Matt On Sep 3, 8:44 am, Marsh Gardiner ma...@apigee.com wrote: I

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread Iskander
For what it's worth, I confirm the issue for paper.li - invalid json response on home_timeline and list statuses - unparseable json format. On Sep 3, 12:57 pm, gabriele renzi rff@gmail.com wrote: Hi everyone, I am noticing that my home timeline and that of a few other people is returning

[twitter-dev] Garbage characters in home_timeline json response

2010-09-03 Thread Praneeth Kanchana
Hi, I found that for some of the accounts the home tweets api (home_timeline.json) is returning garbage characters. I also found that these garbage characters are coming in between the first and the last tweet. Does some one else also facing this problem? I'm expecting this to be the twitter

[twitter-dev] ERROR The requested URL could not be retrieved

2010-09-03 Thread Rodrigo Berlinck
While looping follow / unfollow, returning this error: ERROR The requested URL could not be retrieved whats that? thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] Curl question

2010-09-03 Thread Gerard M
I have a really small app that uses curl in a perl script.. automated stuff like updates, when emails were sent out, stuff like that. It stopped sending tweets to my account about a day ago and won't work from the command line. Does twitter now consider this stuff an app I have to register for?? I

Re: [twitter-dev] Garbage characters in home_timeline json response

2010-09-03 Thread Tom van der Woerdt
http://status.twitter.com/post/1058895068/investigating-invalid-responses-from-the-api The issue is known. Just wait until it's fixed. Tom On 9/3/10 4:14 PM, Praneeth Kanchana wrote: Hi, I found that for some of the accounts the home tweets api (home_timeline.json) is returning garbage

Re: [twitter-dev] Bad characters in statuses/home_timeline JSON

2010-09-03 Thread Matt Harris
We're investigating this issue at the moment and updates will be posted to our status blog: http://status.twitter.com/post/1058895068/investigating-invalid-respo... Matt On Fri, Sep 3, 2010 at 8:00 AM, Aaron Rankin aran...@sproutsocial.com wrote: In some tweets, I'm seeing non-UTF8

Re: [twitter-dev] Re: OAuth rate limit of 150

2010-09-03 Thread Matt Harris
Hey Roger, Thanks for posting the solution which worked for you and glad it was sorted out. For completeness the answer to your question about getting a different rate limit on a different IP is expected if authentication isn't happening. This is because each IP has it's own 150 requests. Best,

Re: [twitter-dev] Simple status update

2010-09-03 Thread Matt Harris
Hey Tomáš, There are a number of libraries on our developer resources site which handle OAuth in PHP: http://dev.twitter.com/pages/oauth_libraries#php Remember OAuth uses a consumer key and secret to identify an application, and a user token and secret for the user. This means you will need

[twitter-dev] t.co and fail whales

2010-09-03 Thread Dewald Pretorius
Twitter folks, how are you going to ensure that t.co links are not affected by over-capacity situations on your infrastructure? If you're routing t.co links through your existing infrastructure, absolutely *everyone's* links are going to be broken when you start throwing fail whales, even when

Re: [twitter-dev] Re: Automated OAuth

2010-09-03 Thread Matt Harris
Hey Cradash, Where do the username and password come from that you use? If they are entered by a user you can handle the OAuth flow at that time. Once you have an OAuth user token and secret it does not expire and will continue to work until either the user revokes access to the application, or

Re: [twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-03 Thread Matt Harris
Hey Karthik, If some methods are returning 401 and others are succeeding it sounds like your encoding could be going wrong. Can you share the calls which 401 and a couple that are successful so we can see what maybe happening. It would be helpful to see the Auth header and signature base string

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

2010-09-03 Thread Matt Harris
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 is expected right now. When the fields are enabled again we'll announce it to this mailing list. Best, Matt On Thu, Sep 2, 2010 at 9:04 PM, Michael

Re: [twitter-dev] Twitter MOSS Webpart

2010-09-03 Thread Matt Harris
Hi Sanjeet, All of our API and important information is described on our developer resources website: http://dev.twitter.com/doc There are also community provided libraries to assist you with creating an application or learning how to interact with the API in your preferred language. You can

[twitter-dev] Re: Change in error response objects

2010-09-03 Thread MrMoxy
Raffi, I have been using the API to tweet twice daily for months, but my script suddenly stopped working yesterday morning. I am posting to this page using a curl connection http://twitter.com/statuses/update.xml and it keeps returning a 401 error. I have verified that my username password

Re: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Tom van der Woerdt
http://dev.twitter.com/announcements Tom On 9/3/10 6:35 PM, MrMoxy wrote: Raffi, I have been using the API to tweet twice daily for months, but my script suddenly stopped working yesterday morning. I am posting to this page using a curl connection http://twitter.com/statuses/update.xml

Re: [twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Bernd Stramm
On Fri, 3 Sep 2010 01:27:34 -0700 (PDT) Ken k...@cimas.ch wrote: I thought I had found a solution, albeit a horrendously ugly one: redirect them to http://twitter.com/logout, but even that doesn't work. If you are looking for reliable, don't log them in with OAuth - except once, the first

Re: [twitter-dev] Twurl Multiple Account Usage Help

2010-09-03 Thread Matt Harris
Hi William, twurl is designed for inspection, one off queries and debugging of API issues. It isn't really suitable as part of an application and rapid switching of the default account may, as you have suggested, not work well. Instead have a look at the single token examples on the developer

Re: [twitter-dev] t.co and fail whales

2010-09-03 Thread Bernd Stramm
On Fri, 3 Sep 2010 09:12:32 -0700 (PDT) Dewald Pretorius dpr...@gmail.com wrote: Twitter folks, how are you going to ensure that t.co links are not affected by over-capacity situations on your infrastructure? If you're routing t.co links through your existing infrastructure, absolutely

Re: [twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Tom van der Woerdt
You may not have noticed, but with Twitter, if you request a token while you already have one, you'll simply get back the one you already have. Tom On 9/3/10 6:47 PM, Bernd Stramm wrote: On Fri, 3 Sep 2010 01:27:34 -0700 (PDT) Ken k...@cimas.ch wrote: I thought I had found a solution,

Re: [twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Abraham Williams
If i don't want to manage an authentication system, risk storing passwords, make users go through the paint of yet another registration flow then I might consider just using Sign in with Twitter every time someone sign into my site. Abraham - Abraham Williams | Hacker Advocate |

Re: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Matt Harris
Hey Steve, To expand on Tom's message, Basic Auth is no longer supported on the Twitter API and you need to update your script to use OAuth. In addition you want to make sure the URL you are calling is pointing to http://api.twitter.com/1/statuses/update.xml - all API requests should go through

Re: [twitter-dev] ERROR The requested URL could not be retrieved

2010-09-03 Thread Matt Harris
Hi Rodrigo, When you say you are looping follow and unfollow can you give an example of your code and the URL you are using. The pagination is not linear for many of our methods and requires you to use the value of the next cursor we return instead of a numerical sequence 1,2,3. The error you

Re: [twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Bernd Stramm
On Fri, 03 Sep 2010 18:55:30 +0200 Tom van der Woerdt i...@tvdw.eu wrote: You may not have noticed, but with Twitter, if you request a token while you already have one, you'll simply get back the one you already have. I don't know if that is correct. The ones I looked at were all different,

[twitter-dev] Policy for xAuth grant to background process

2010-09-03 Thread Dano
Hi, I have read the xAuth page on apiwiki.twitter.com (http:// dev.twitter.com/pages/xauth) so I understand that xAuth is for desktop/ mobile application which the standard web OAuth flow or PIN-code out- of-band flow is not right for. I respect Twitter's policy but I am wondering if Twitter can

[twitter-dev] More than five weeks of waiting for wihitelisting?

2010-09-03 Thread David Toussaint
Hi guys, Our company is running a service called twittercrawl in Germany and got an IP whitelisted for that a while ago. We now are planning to expand that service to other countrys and need another IP whitelisted for that. Unfortunately that takes a bit longer than expected and than previously

RE: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Steve Johnsen
Tom, Thanks! That helps a lot. Now I just have to figure out how to use it! Steve -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Tom van der Woerdt Sent: Friday, September 03, 2010 10:42 AM To:

[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 is

[twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Ken
What is the risk of storing a token? It can't be used outside your app. This is for sites that manage users. There's no need for a registration flow, at least one that is apparent to the user. For new users, send them to Twitter for a one-time Oauth roundtrip. Upon receipt of the token, create a

Re: [twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Bernd Stramm
On Fri, 3 Sep 2010 11:29:22 -0700 (PDT) Ken k...@cimas.ch wrote: What is the risk of storing a token? It can't be used outside your app. The token being confined to use within an app is very insecure when the app runs on an end-user device. There soon will be a billion smart phones, and many

[twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-03 Thread Ken
Bernd, totally. In answer to the OP, I was referring to the traditional server-based app. These may one day constitute a numeric minority of apps, but will probably remain an important use case for some time to come. Really, all bets are off when you talk about stealing of the device. When

[twitter-dev] Home timeline without authentication

2010-09-03 Thread Karthik
Is it feasible to construct home timeline of any user without using the API statuses/home_timeline, which requires user's authentication? We could iterate through user's friends graph, gather each friend's statuses and sort them by time. But it's an overkill for an user with more following. Any

RE: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Steve Johnsen
Matt, Thank you very much! Steve -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Matt Harris Sent: Friday, September 03, 2010 11:04 AM To: twitter-development-talk@googlegroups.com Subject: Re:

[twitter-dev] Re: ERROR The requested URL could not be retrieved

2010-09-03 Thread Rodrigo Berlinck
Hi Matt, I use Code Igniter (PHP Framework). Looping: Select the followers of the user and return array follow matrix matrix unfollow insert into db (mysql) but he makes filters, and has a limit own, for example it takes only 200 followers and then make 200 unfollowers. On Sep 3, 2:15 pm, Matt

[twitter-dev] Re: garbage in json api response?

2010-09-03 Thread dcreemer
For what it's worth, all of the garbage data seems to be /between/ the status updates. We (Flipboard) have deployed a temporary hack to split the raw JSON at status boundaries and verify the integrity of each one before trying to parse the JSON. -- Twitter developer documentation and resources:

[twitter-dev] Re: Simple status update

2010-09-03 Thread Gerard M
I posted a question similar except using perl.. All the subroutine does is update a twitter account using curl. All this OAuth stuff seems like it is shoveling a small driveway with a bulldozer! Updates are done on about 100 domains, so does that mean we have to register 100 apps and every time we

[twitter-dev] Re: Get all the statuses for an specific hashtag

2010-09-03 Thread gabitoju
John, I tested that and it worked fine for new tweets. ¿It's there any way I can get the old ones to? On 28 ago, 11:54, John Kalucki j...@twitter.com wrote: You want filter.json with the track parameter. -John Kaluckihttp://twitter.com/jkalucki Twitter, Inc. On Fri, Aug 27, 2010 at 7:51

[twitter-dev] t.co link wrapping and the new 140 characters...

2010-09-03 Thread StuFF mc
I just want this to be confirmed by @raffi If I understand correctly http://groups.google.com/group/twitter-api-announce/browse_thread/thread/14d5474c13ed84aa This means that I can securely send a 120 (or less) character message + a link, no matter how long the link is, it will be translated

[twitter-dev] mentions.json / include_rts

2010-09-03 Thread jeffers
Does anyone know when native retweets will be working with mentions when the include_rts query param is set to true? It seems to be an acknowledged bug, but I can't find too much information about it. The call: http://api.twitter.com/1/statuses/mentions.json?include_rts=true -- Twitter

Re: [twitter-dev] Re: Simple status update

2010-09-03 Thread Cameron Kaiser
I posted a question similar except using perl.. All the subroutine does is update a twitter account using curl. All this OAuth stuff seems like it is shoveling a small driveway with a bulldozer! Updates are done on about 100 domains, so does that mean we have to register 100 apps and every

Re: [twitter-dev] Home timeline without authentication

2010-09-03 Thread Matt Harris
It isn't possible to do this without having access to the users account. One of the main reasons being that protected users statuses are not available to accounts who do not follow them. If the user you want to construct the home timeline for follows a protected user you won't be able to get their

Re: [twitter-dev] Re: ERROR The requested URL could not be retrieved

2010-09-03 Thread Matt Harris
I'm still not sure what you are doing or the URLs you are calling to the API. We also don't provide information about unfollows so i'm confused about that aspect of your code. On Fri, Sep 3, 2010 at 10:47 AM, Rodrigo Berlinck rodrigode...@gmail.com wrote: Hi Matt, I use Code Igniter (PHP

Re: [twitter-dev] Re: Get all the statuses for an specific hashtag

2010-09-03 Thread Matt Harris
The Streaming API will provide information from the time you connect forward. To access historical data is a little harder. The Search API will allow you to access the last 5 days of Tweets. If you want any more than that you will need to use a 3rd party service that has been tracking Tweets for

Re: [twitter-dev] Re: Simple status update

2010-09-03 Thread M. Edward (Ed) Borasky
I suppose I should write a Twitter client in gforth just to be an older fart than the rest of you, eh? ;-) -- M. Edward (Ed) Borasky http://borasky-research.net http://twitter.com/znmeb A mathematician is a device for turning coffee into theorems. - Paul Erdos Quoting Cameron Kaiser

[twitter-dev] All Linux applications for Twitter broken...

2010-09-03 Thread Herb
You find not one Twitter application for Linux that is working. Means Twitter is just useless if you use Linux. Not to talk from the thousands of Websites which send status messages to Twitter (e.g. a new posting/thread is entered). Looks like OAuth really works out for Twitter. Thx a lot guys,

Re: [twitter-dev] All Linux applications for Twitter broken...

2010-09-03 Thread Scott Wilcox
Hmm, that would be down to the developers of said applications not moving them to OAuth, nothing to do with Twitter. They've had plenty of time and warnings to do so. Don't take it out on Twitter when its down to the developers of the applications to maintain them. On 3 Sep 2010, at 22:43,

Re: [twitter-dev] All Linux applications for Twitter broken...

2010-09-03 Thread Bernd Stramm
On Fri, 3 Sep 2010 14:43:58 -0700 (PDT) Herb taa.t...@gmail.com wrote: You find not one Twitter application for Linux that is working. Mine works. Means Twitter is just useless if you use Linux. Not to talk from the thousands of Websites which send status messages to Twitter (e.g. a new

[twitter-dev] Re: All Linux applications for Twitter broken...

2010-09-03 Thread Herb
Has all to do with Twitter. Changing to OAuth was really not needed and the problems for this change really obvious in first place, but since Twitter has that much users they probably feel that they can do whatever they like. Didn't find any way to use successfully OAuth for some Linux application

Re: [twitter-dev] Re: All Linux applications for Twitter broken...

2010-09-03 Thread Bernd Stramm
On Fri, 3 Sep 2010 15:20:15 -0700 (PDT) Herb taa.t...@gmail.com wrote: Has all to do with Twitter. Changing to OAuth was really not needed and the problems for this change really obvious in first place, but since Twitter has that much users they probably feel that they can do whatever they

Re: [twitter-dev] Re: All Linux applications for Twitter broken...

2010-09-03 Thread Tom van der Woerdt
Has all to do with Twitter. Changing to OAuth was really not needed Yes it was. Do you even know what OAuth is? and the problems for this change really obvious in first place, but since Twitter has that much users they probably feel that they can do whatever they like. Are you saying that a

RE: [twitter-dev] Re: Change in error response objects

2010-09-03 Thread Steve Johnsen
Thanks to all for the pointers. I got everything rewritten and working now thanks to the examples from Joe Chung. http://nullinfo.wordpress.com/oauth-twitter/ Steve -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] counting tweets sent from client app

2010-09-03 Thread edytujfotke.pl
Is there any way to count such tweets? maybe during paricular period of time? -- 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

[twitter-dev] Re: update_profile_image is returning 200OK but not updating Profile Image

2010-09-03 Thread Shannon Whitley
Hi, I was wondering if this issue was corrected. I'm having a problem updating the background profile image. The API is returning 200 and the user's profile data, but the image isn't updated. On Jul 19, 6:54 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Thank you for the

[twitter-dev] Re: Uploading a Profile Image help

2010-09-03 Thread Shannon Whitley
This call was working fine for me using basic auth. I've been converting my code to oAuth on my test machine. I now receive a 200 reply and the user's profile data, but the image is not updated. On Aug 9, 8:33 am, MeltingIce meltingice8...@gmail.com wrote: I too am waiting for the

[twitter-dev] coldfusion / twitter status update/

2010-09-03 Thread chris brickhouse
I used to use the basic authentication process with a cfhttp tag but since that doesn't work anymore, has anyone developed a way to post a status update without having to redirect the user to the twitter site using a username and password? -- Twitter developer documentation and resources:

  1   2   >