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

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

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

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

[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 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. > > You can i

[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=40&include_rts=true&screen_name=chockenberry&oauth_consumer_key=...&oauth_nonce=...&oauth_signature_method=HMAC- SHA1&oauth_timestamp=...&oauth_token=...&oauth_version=1.0&oauth_signature=... Twitter for iPhone al

[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.. C

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 exp

[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 Issues/Enhance

[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 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 > > underhttp://apiwiki.twitter.com/OAuth-Examples

[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 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 > choice it's all you

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. 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 auth, HTTPS is > bypa

[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... {>},x mTێ�6 � � � �ں�kYH�M �(�"٢/ �4��P�BRqv��{

[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 Issues/Enhanc

[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 yesterday...anyt

[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: POST&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Fupdate.xml&oauth_consumer_k

[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 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 in any way, I ass

[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: POST&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Fupdate.xml&oauth_consumer_k

[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: http://code.google.co

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 wrote: > 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

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 wrote: > 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: ht

[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 wrote: > Same phenomenon occured in xml. > > URL is > belowhttp://api.twitter.com/1/statuses/user_timeline.xml?user_id=93771355 -- Twitter developer docu

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

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 wrote: >> Same phenomenon occured

[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 wrote: > Unique for each object type. > > On Fri, Sep 3, 2010 at 11:09 AM, Colin Howe > wrote: > > > > > 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 a

[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" instea

[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 /1/statuse

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: PO

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 parame

[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: http://app.apigee.com/console/apigee-console-snapshots-12833172000

[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 wrote: > I see it too. Her

[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 wrote: > Hi everyone, > > I am noticing that my home timeline and that of a few other people is > returning some messed up

[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: http://code.

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

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 garba

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 wrote: > In some tweets, I'm seeing non-UTF8 characters being returned which

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, M

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 to

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

Re: [twitter-dev] Follow E-mails

2010-09-03 Thread Jesse Stay
Thanks Matt. I'll keep checking. On Thu, Sep 2, 2010 at 7:27 PM, Matt Harris wrote: > I haven't heard that this is happening, and when I make a follow > request multiple times I don't receive duplicate emails - even if I > cancel and resend. > > One thing that may help is that you can see the st

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 t

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 fo

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 B

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 f

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

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/upda

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 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 time, wh

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 reso

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 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 *everyone's* lin

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 wrote: > >> I thought I had found a solution, albeit a horr

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 | http:/

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 ht

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 are

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 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, but that wa

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

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

[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 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 > expected right now. Wh

[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 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 of those wi

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

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

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-d

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

[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: h

[twitter-dev] Question about transitioning from basic auth to oAuth

2010-09-03 Thread Yardmaps
Hi there, My website, Yardmaps.org, has its own twitter account - actually there's a twitter account for each city that yardmaps will be available in. When I was coding the site using basic auth, I had a simple function that would update the twitter status of a given city whenever a yard sale is p

Re: [twitter-dev] Home timeline without authentication

2010-09-03 Thread Bernd Stramm
On Fri, 3 Sep 2010 12:12:19 -0700 (PDT) Karthik wrote: > 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

[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 wrote: > You want filter.json with the track parameter. > > -John Kaluckihttp://twitter.com/jkalucki > Twitter, Inc. > > On Fri, Aug 27, 2010 at 7:51 PM, gabitoju

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

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

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 ever

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 wrote: > Hi Matt, > I use Code Igniter (PHP Framework). > > Looping: >

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 lo

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 : I

[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, bu

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, Her

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 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 posting/thread is

[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 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 like. > Didn't fi

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 tha

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: http://twitter.com/twitterap

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

[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 wrote: > Thank you for the details, Bob. We're looking into it

[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 wrote: > I too am waiting for the profileimageAPI call to be fixed. I

[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: http://

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

2010-09-03 Thread Rodrigo Berlinck
I will explain again. I Seto no one user of Twitter, get all that follow this user and this result returns an array, then I do a foreach to do follow and then do the unfollow. I use this library CodeIgniter: http://www.haughin.com/code/twitter/. He does everything in curl. If you need I'll post

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

2010-09-03 Thread Herb
Thx for the suggestion. Using Debian and can tell that some application which should work cause errors. Simply not possible to try all applications, may some applications got also a fix meanwhile. chronicon was new to me, hoping this will work somehow. On Sep 4, 5:56 am, Bernd Stramm wrote: > On

[twitter-dev] Re: Count not working for url's with 2+ parameters

2010-09-03 Thread Lukas
Hey Matt The problem I have is exactly what abiled described, thanks for clarification. Url: (used in data-url, data-counturl of the tweet button and set as canonical in page head) http://www.domain.com/page.html?a=1&b=2 The widget sends the following request to the count api: GET http://urls.a

[twitter-dev] Re: Simple status update

2010-09-03 Thread Gerard M
Cameron, Thank you for replying.. I looked at your code and was very quickly overwhelmed. I can (well, used to) update using three lines: $twitter_tweet = "tweet out something here"; $twitter_api = 'curl --basic --user name:password --data status="'. $twitter_tweet.'" http://twitter.com/statuses

[twitter-dev] php code to handle rate-limiting functionlity

2010-09-03 Thread Abhi
Hi, I have a PHP code that tries to access twitter search API for several Key words in my database. This functionality was working fine till i realized that twitter does rate limiting on the number of API calls. I was wondering if some one would be ok sharing their PHP code to handle rate-limiting

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

2010-09-03 Thread Dwi Sasongko Supriyadi
On Sat, Sep 4, 2010 at 4:43 AM, Herb wrote: > 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). > I use bti,

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

2010-09-03 Thread Cameron Kaiser
> Thank you for replying.. I looked at your code and was very quickly > overwhelmed. > > I can (well, used to) update using three lines: > > $twitter_tweet = "tweet out something here"; > $twitter_api = 'curl --basic --user name:password --data status="'. > $twitter_tweet.'" http://twitter.com/st

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

2010-09-03 Thread Abraham Williams
On Fri, Sep 3, 2010 at 18:29, Gerard M wrote: > I can (well, used to) update using three lines: Here are three lines to tweet with OAuth: http://gist.github.com/564882 Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.

  1   2   >