[twitter-dev] Re: Signup from Twiiter API

2009-03-20 Thread Cameron Kaiser
> Can we create (signup) the twitter account using APIs? No, due to potential abuse. -- personal: http://www.cameronkaiser.com/ -- Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckai...@floodgap.com -- Intel outside -- 6502 inside!

[twitter-dev] Signup from Twiiter API

2009-03-20 Thread Jeni
Can we create (signup) the twitter account using APIs?

[twitter-dev] Re: Can OAuth approval process work in an IFRAME?

2009-03-20 Thread Scott Carter
I think Ivan's suggestion could answer the concern about the case where a user needs to enter a username/password: "If not signed in, a new window could load with the regular OAuth process. " For the case where the user is already logged in, there doesn't appear to be any risk here. Consider th

[twitter-dev] Rate limit status with OAuth

2009-03-20 Thread Joshua Perry
Is anyone else having issues getting the rate limit stats when using OAuth? It seems to just be returning 100 remaining and an hour until reset at every request. Josh

[twitter-dev] Re: limiting number of follower ids

2009-03-20 Thread Dossy Shiobara
On 3/20/09 6:37 PM, Allen wrote: I'm using this url to pull the id numbers for the followers of a user (e.g., bob) http://twitter.com/followers/ids/bob.xml It turns out that if there are too many people who follow bob, the return message will be an over capacity notice. Is there a way to limi

[twitter-dev] Re: How to load xml from flash

2009-03-20 Thread Dossy Shiobara
On 3/20/09 6:28 PM, Andrew Badera wrote: Wait, you mean there's a SEARCHABLE ARCHIVE of this list? *agog* zo...@# The AMAZING power of the INTER-NET! -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ Panoptic Computer Network | http://panoptic.com/ "He realized the

[twitter-dev] limiting number of follower ids

2009-03-20 Thread Allen
I'm using this url to pull the id numbers for the followers of a user (e.g., bob) http://twitter.com/followers/ids/bob.xml It turns out that if there are too many people who follow bob, the return message will be an over capacity notice. Is there a way to limit the number of users, like you can

[twitter-dev] Re: How to load xml from flash

2009-03-20 Thread Andrew Badera
Wait, you mean there's a SEARCHABLE ARCHIVE of this list? *agog* On Fri, Mar 20, 2009 at 4:14 PM, Stuart wrote: > > 2009/3/20 Doug Williams : > > The following thread is from earlier this month: > > > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/8d09970f449abc70

[twitter-dev] Re: Can OAuth approval process work in an IFRAME?

2009-03-20 Thread Abraham Williams
If you have the approval process take place in the iframe there is no way to for the user to actually verify they are interacting with twitter. if they are not logged into twitter already you are then asking users to enter username/password on a potentially unsafe site and opening up to fishing. O

[twitter-dev] Re: Can OAuth approval process work in an IFRAME?

2009-03-20 Thread Joshua Perry
The interesting thing is, that you could omit the callback URL in your application registration with Twitter. On your site when the user clicks the "connect twitter" button you would go and grab a request token and pop a new window with that request token in the URI like usual. The user wou

[twitter-dev] Re: Can OAuth approval process work in an IFRAME?

2009-03-20 Thread Ivan Kirigin
I'd love to be able to do this also, and have mentioned it off the list. Imagine a "Twitter Connect" button, which would be a tiny iframe loaded from twitter.com. If signed in, the token exchange could take place right there. If not signed in, a new window could load with the regular OAuth proces

[twitter-dev] Re: What does "following" in user information do?

2009-03-20 Thread Hwee-Boon Yar
I'm seeing it in XML though. The bugs are for JSON format. -- Hwee-Boon On Mar 21, 12:06 am, Doug Williams wrote: > Looking at the issues, this is known [1], [2]. Add a star to show it's a > priority: > > 1.http://code.google.com/p/twitter-api/issues/detail?id=157 > 2.http://code.google.com/p/t

[twitter-dev] Re: How to load xml from flash

2009-03-20 Thread Chad Etzel
Your best bet is to create a local proxy script to get the xml data from twitter, and then pass it up to your flash app. A pain, but it works. -Chad On Fri, Mar 20, 2009 at 4:14 PM, Stuart wrote: > > 2009/3/20 Doug Williams : >> The following thread is from earlier this month: >> http://groups.

[twitter-dev] Re: How to load xml from flash

2009-03-20 Thread Stuart
2009/3/20 Doug Williams : > The following thread is from earlier this month: > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/8d09970f449abc70 You mean in March 2008, but your reference still stands ;-) -Stuart -- http://stut.net/projects/twitter/ > On Fri, Mar 2

[twitter-dev] Re: How to load xml from flash

2009-03-20 Thread Doug Williams
The following thread is from earlier this month: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/8d09970f449abc70 Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Mar 20, 2009 at 4:02 PM, Hazku wrote: > > I got problems to loading xml data from fl

[twitter-dev] Re: Consistent 502 errors for users with large friend & follower lists

2009-03-20 Thread Dossy Shiobara
On 3/20/09 3:49 PM, Cameron Kaiser wrote: Publish the structure definition files and add support for .thrift on URLs instead of .xml or .json. Instead of? Not in addition to? Sure, in addition to ... either way. :-) -- Dossy Shiobara | do...@panoptic.com | http://dossy.org/ P

[twitter-dev] How to load xml from flash

2009-03-20 Thread Hazku
I got problems to loading xml data from flash due to security error #2048. Anyone has an idea how to solve, i tried to Security.allowDomain ('*') but seems the problem is the http://twitter.com/crossdomain.xml file doesnt allow flash to access from any server, any ideas?

[twitter-dev] Re: TwitterAuth for Rails

2009-03-20 Thread Alex Payne
Very cool! If you make it an OpenID provider too, you'll make a lot of standards nerds very happy ;) On Fri, Mar 20, 2009 at 12:29, Michael Bleigh wrote: > > I have just finished putting together a new Rails plugin that allows > for the use of Twitter as a Single Sign-On provider using either OA

[twitter-dev] Re: Consistent 502 errors for users with large friend & follower lists

2009-03-20 Thread Cameron Kaiser
> > That would definitely require us to weigh our current knowledge of > > Thrift vs Protocol Buffers. I'll think about it. > > Alternatively, returning responses from Twitter's API encoded with > Thrift would be great, too. Publish the structure definition files and > add support for .thrift

[twitter-dev] Re: Where has the following tag gone??

2009-03-20 Thread Joshua Perry
Thanks for the heads up and info on v2 Doug. Let me check again because as of last night I was also seeing the "notifications" tag missing. Josh Doug Williams wrote: Joshua, I'm getting the followers element for both xml and json data. That method is supposed to return the following elemen

[twitter-dev] Re: PHP and special chars. How to?

2009-03-20 Thread Carlo
Hi, Cameron. I used $text = utf8_decode($status->text); and it works well. Thanks a lot On 20 Mar, 13:54, Cameron Kaiser wrote: > > The problem is in special chars. If I wrote (in italian) the following > > text: > > > "Il mio nome _ Carlo" > > > the API returns something like: > > > "Il m

[twitter-dev] TwitterAuth for Rails

2009-03-20 Thread Michael Bleigh
I have just finished putting together a new Rails plugin that allows for the use of Twitter as a Single Sign-On provider using either OAuth or HTTP Basic for Rails. I'm planning on blogging about it/releasing it for real on Monday but wanted to soft-launch to the members of the Twitter dev communi

[twitter-dev] Re: PHP and special chars. How to?

2009-03-20 Thread Carlo
Hi, Cameron. I used $text = utf8_decode($status->text); and it works! Thanks a lot On 20 Mar, 13:54, Cameron Kaiser wrote: > > The problem is in special chars. If I wrote (in italian) the following > > text: > > > "Il mio nome _ Carlo" > > > the API returns something like: > > > "Il mio nom

[twitter-dev] Re: Where has the following tag gone??

2009-03-20 Thread Doug Williams
Joshua, I'm getting the followers element for both xml and json data. That method is supposed to return the following element so if you are still seeing this problem, please reply here and create a new issue to track the defect. Also, we know variability causes headaches and we are working towards

[twitter-dev] Re: Consistent 502 errors for users with large friend & follower lists

2009-03-20 Thread Dossy Shiobara
On 3/3/09 4:13 PM, Alex Payne wrote: That would definitely require us to weigh our current knowledge of Thrift vs Protocol Buffers. I'll think about it. Alternatively, returning responses from Twitter's API encoded with Thrift would be great, too. Publish the structure definition files and

[twitter-dev] Re: public_timeline not up to date

2009-03-20 Thread Doug Williams
Just linking you guys to the thread I (erroneously) created today [1]. In short, the public_timeline is back up and all is Zen. Thanks for toughing these replication lag [2] issues out with us. 1. http://groups.google.com/group/twitter-development-talk/browse_thread/thread/c9600b8e2c020d19 2. htt

[twitter-dev] Re: statuses/public_timeline down

2009-03-20 Thread Doug Williams
The public_timeline method is live according to my console. Enjoy the tweets... Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Mar 20, 2009 at 2:41 PM, Doug Williams wrote: > > We've been getting a lot of reports that the public_timeline method > has been returning stale da

[twitter-dev] Can OAuth approval process work in an IFRAME?

2009-03-20 Thread Scott Carter
I'm starting to look at the OAuth process and had a question for the OAuth folks at Twitter. My application BigTweet is invoked via a bookmarklet and displays as an IFRAME on any web page that a Twitter user happens to be browsing.Ideally I would like to be able to complete the entire OAuth

[twitter-dev] statuses/public_timeline down

2009-03-20 Thread Doug Williams
We've been getting a lot of reports that the public_timeline method has been returning stale data. We hear you and we're working on it. Thanks! Doug Williams Twitter API Support http://twitter.com/dougw

[twitter-dev] Re: Anyone else getting 502 HTTP Response when using OAuth since 8:00am EDT?

2009-03-20 Thread Pankaj Jain
Hey Doug, Thanks for the quick reply. Below is a snippet of the HTTP Response I'm getting back in my Perl script. Any suggestions would be greatly appreciated. '_headers' => HTTP::Headers=HASH(0xaede20) 'accept-ranges' => 'bytes' 'client-date' => 'Fri, 20 Mar 2009 18:30:22 GMT'

[twitter-dev] Re: Anyone else getting 502 HTTP Response when using OAuth since 8:00am EDT?

2009-03-20 Thread Doug Williams
Pankaj, My test app is happy. Can you be more specific about what you are seeing? Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Mar 20, 2009 at 2:09 PM, Pankaj Jain wrote: > > Since 8:00am EDT, I've been getting nothing but 502 responses to OAuth > requests. I've waited,

[twitter-dev] Anyone else getting 502 HTTP Response when using OAuth since 8:00am EDT?

2009-03-20 Thread Pankaj Jain
Since 8:00am EDT, I've been getting nothing but 502 responses to OAuth requests. I've waited, I've tried again and again but can't any info about there being a problem with the OAuth API so I'm beginning to think it's my app. Can anyone confirm? Cheers, Pankaj

[twitter-dev] Re: Direct message appearing and disappearing on each refresh

2009-03-20 Thread Alex Payne
http://code.google.com/p/twitter-api/issues/entry On Thu, Mar 19, 2009 at 18:25, Gary Zhao wrote: > Where is the right place to file bugs? > > On Thu, Mar 19, 2009 at 8:42 AM, Sean Spencer > wrote: >> >> I'm assuming the recent disappearing tweets issue is a known bug as well? >> I filed it any

[twitter-dev] Re: What does "following" in user information do?

2009-03-20 Thread Doug Williams
Looking at the issues, this is known [1], [2]. Add a star to show it's a priority: 1. http://code.google.com/p/twitter-api/issues/detail?id=157 2. http://code.google.com/p/twitter-api/issues/detail?id=99 Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Mar 20, 2009 at 11:54 AM

[twitter-dev] Re: What does "following" in user information do?

2009-03-20 Thread Pleasant Software
Same problem here. I guess it's a bug. Eberhard On Mar 20, 9:40 am, Hwee-Boon Yar wrote: > So if I do,http://twitter.com/users/show/XXX.xml > > What does the value of following (true/false) mean? I tried > authenticating as someone that both follows and is followed by XXX and > yet the value of

[twitter-dev] Re: About Rules For Developing Application using Search API

2009-03-20 Thread Chad Etzel
Maybe I'm not looking hard enough, or Firebug is reporting erroneously, but lately I have not seen any Retry-After headers in 503 responses from Search API calls, making it difficult to know when to try again. In the past this retry-after amount has ranged from 30 seconds to 14 minutes. Can some

[twitter-dev] Re: Invalid OAuth request on posting to /statuses/update

2009-03-20 Thread Celso Pinto
That was it, thanks a lot! On Mar 20, 2:06 pm, Joshua Perry wrote: > Are you including your url-encoded form variables in your signature > calculation? > > Celso Pinto wrote: > > Hi all, > > > I'm trying to set up a client and I want to use OAuth. The oauth > > authorization went ok, my app show

[twitter-dev] Re: Invalid Oauth Request - Twitter

2009-03-20 Thread rlamfink
Thanks Joshua, That got me down the right path and now I'm getting an authorized connection. Randy On Mar 19, 3:12 pm, Joshua Perry wrote: > Just an FYI, there should be nothing sensitive in an OAuth URI...  Which > is a good thing because even under SSL nothing in a querystring is > encrypt

[twitter-dev] Re: About Rules For Developing Application using Search API

2009-03-20 Thread Doug Williams
Basha, Cameron got everything but since the topic of search API usage comes up a lot, I'll put something on the record. To guide you in your development, I'd like to give some words of advice. Unnecessary searches hurt performance and potentially degrades the experience for everyone if left unchec

[twitter-dev] Re: oAuth and 401 Unauthorised Request

2009-03-20 Thread Dimebrain
Hi Matt, Is there an issue # to track this? I'm definitely seeing intermittent refusals for tokens with a different amount of waiting time each time, at the request_token, access_token and protected resource stages. I was just curious if this was still a live issue. On Feb 23, 2:31 pm, Matt Sanf

[twitter-dev] Re: Invalid OAuth request on posting to /statuses/update

2009-03-20 Thread Joshua Perry
Are you including your url-encoded form variables in your signature calculation? Celso Pinto wrote: Hi all, I'm trying to set up a client and I want to use OAuth. The oauth authorization went ok, my app shows on my settings page but when I try to make an OAuth post to /statuses/update.json I

[twitter-dev] Re: Which site to show the link to my application?

2009-03-20 Thread Gary Zhao
Thanks a lot. 2009/3/20 Abraham Williams <4bra...@gmail.com> > Twitter.com. If your application interacts with the API and uses the source > parameter the it will show up on individual tweets like: > https://twitter.com/poseurtech/status/1356664112. See "about 17 hours ago > from Identica". The h

[twitter-dev] Re: Preparing for OAuth

2009-03-20 Thread Abraham Williams
You don't need to set a callback url. The only information that Twitter passes to a callback url is the oauth_token and whatever other information you decided to add. Once the user approves on Twitter you can have them click a continue button and the widget can trade the request token for an access

[twitter-dev] Re: OAuth POST requests

2009-03-20 Thread Shannon Whitley
Yep. That must have been the problem. On Mar 19, 3:54 pm, Dimebrain wrote: > That makes sense, .NET's HttpUtility.UrlEncode method doesn't encode > in uppercase hexadecimal, and the OAuth 1.0 spec requires that. > > On Mar 19, 7:20 pm, Shannon Whitley wrote: > > > > > It's working now.  I chan

[twitter-dev] Re: About the Time Zone Problems

2009-03-20 Thread Doug Williams
Basha, By the quick test I ran it looks to be GMT. Doug Williams Twitter API Support http://twitter.com/dougw On Fri, Mar 20, 2009 at 2:52 AM, basha wrote: > > Hi, I am Using Search API for Development of my Application. I just > Started Using it. In what TimeZone Does the tweets return.? I wa

[twitter-dev] Re: Why is http://twitter.com/statuses/followers/... restricted, but /friends/... not?

2009-03-20 Thread Abraham Williams
I think this is a bug. Open an issue: http://code.google.com/p/twitter-api/issues/list You can also try using: http://apiwiki.twitter.com/REST+API+Documentation#SocialGraphMethods On Fri, Mar 20, 2009 at 00:09, Thomas Thurman wrote: > > I run a site which tracks who's added a user to their frie

[twitter-dev] Re: public_timeline not up to date

2009-03-20 Thread egeem2
Is this the same issue as before? Any idea when the feed will be live again? On Mar 20, 7:44 am, bootchec wrote: > It is happening again. > I am having updates from yestarday 6pm at the moment. > > - > > - > > donbuie: Thank You. I want to thank everyone who has posted comments > supporting t

[twitter-dev] Re: Which site to show the link to my application?

2009-03-20 Thread Abraham Williams
Twitter.com. If your application interacts with the API and uses the source parameter the it will show up on individual tweets like: https://twitter.com/poseurtech/status/1356664112. See "about 17 hours ago from Identica". The highlighted part would be replaced with TwitterBEIS. The pbwiki site is

[twitter-dev] Re: get replies to a tweet

2009-03-20 Thread Abraham Williams
http://code.google.com/p/twitter-api/issues/detail?id=142 On Fri, Mar 20, 2009 at 03:21, Jarred Bishop wrote: > > Hello. > Is there a way to get public tweets that are in reply to a specific > status? > If we could search on in_reply_to_status_id that would be fantastic, > but I can't seem to fin

[twitter-dev] Which site to show the link to my application?

2009-03-20 Thread Gary Zhao
I received the following email after source parameter approved. My question is which site is referred by the highlighted part. I checked http://twitter.pbwiki.com/Apps, but couldn't find my app. Thanks -- Forwarded message -- From: Twitter Date: 2009/3/18 Subject: Your request for

[twitter-dev] Re: About Rules For Developing Application using Search API

2009-03-20 Thread Cameron Kaiser
> > I am Developing an Application Using Search API. I am Using JSON. I > > want to Know Answers to Following Questions? Please Help me. > > 3. What is the Limit For requests? > > "High enough for most people not to notice." It is currently intentionally > unspecified. I should also add that the

[twitter-dev] Re: About Rules For Developing Application using Search API

2009-03-20 Thread Cameron Kaiser
> I am Developing an Application Using Search API. I am Using JSON. I > want to Know Answers to Following Questions? Please Help me. > > 1. Do i need to get any token or Permissions for that. No. Just be nice. > 2. Does the Twitter API Charge me Anything? Possibly a nice beer, if you're in the

[twitter-dev] Re: PHP and special chars. How to?

2009-03-20 Thread Cameron Kaiser
> The problem is in special chars. If I wrote (in italian) the following > text: > > "Il mio nome _ Carlo" > > the API returns something like: > > "Il mio nome _ Carlo" > > I used PHP function htmlspecialchars(), but with no success. Your problem here is UTF-8 (which of course Elm just ate), n

[twitter-dev] Invalid OAuth request on posting to /statuses/update

2009-03-20 Thread Celso Pinto
Hi all, I'm trying to set up a client and I want to use OAuth. The oauth authorization went ok, my app shows on my settings page but when I try to make an OAuth post to /statuses/update.json I get an "Invalid OAuth request" response. I've tried setting the OAuth authorization header (both with an

[twitter-dev] Re: public_timeline not up to date

2009-03-20 Thread bootchec
It is happening again. I am having updates from yestarday 6pm at the moment. - - donbuie: Thank You. I want to thank everyone who has posted comments supporting the redevelopment efforts in Downtown Albany. - donbuie: Thank You. I want to thank everyone who has posted comments supporting the

[twitter-dev] Re: Friends and followers listing ends abruptly for large numbers

2009-03-20 Thread Sarah L
Same problem myself, would like to see a fix in for this On Mar 19, 9:42 am, Patrick wrote: > Cheers guys, > > I've read your post Jeffrey but it doesn't come to the answer why the > friends/follower list ends before it should. I'm not seeing 502 errors > from the api also in my case, just a lis

[twitter-dev] PHP and special chars. How to?

2009-03-20 Thread Carlo
Hi. I'm new in flickr api, and i'm still looking around to better understand how it works. I'm working with PHP and I have a problem with special chars. I send to twitter a request like this: $url = "http://twitter.com/statuses/friends_timeline.xml";; $ch = curl_init(); curl_setopt($ch, CURLOPT_

[twitter-dev] get replies to a tweet

2009-03-20 Thread Jarred Bishop
Hello. Is there a way to get public tweets that are in reply to a specific status? If we could search on in_reply_to_status_id that would be fantastic, but I can't seem to find anything like it. Thanks. @jarred

[twitter-dev] Why is http://twitter.com/statuses/followers/... restricted, but /friends/... not?

2009-03-20 Thread Thomas Thurman
I run a site which tracks who's added a user to their friendslist on LiveJournal (and allows you to draw charts and graphs of the information when it's gathered over time). Two of my users in the last week have asked whether it's possible to extend it to track who's following them on Twitter. He

[twitter-dev] Preparing for OAuth

2009-03-20 Thread Nial
I'm working on a Twitter dashboard widget for Mac OS X (http:// airmailr.com) that's currently chugging along in private beta. However, I've recently noticed that the OAuth beta is no longer private and feel it'd be a wise move to integrate it into my app before going public. I'm pretty sure I've

[twitter-dev] What does "following" in user information do?

2009-03-20 Thread Hwee-Boon Yar
So if I do, http://twitter.com/users/show/XXX.xml What does the value of following (true/false) mean? I tried authenticating as someone that both follows and is followed by XXX and yet the value of following is still false. Docs say: boolean indicating if a user is following a given user Any th