Re: [twitter-dev] Disappearing / Reappearing Social Graph Lists

2010-01-21 Thread Jesse Stay
Same here.

Jesse

On Wed, Jan 20, 2010 at 11:57 PM, DustyReagan dustyrea...@gmail.com wrote:

 I noticed an issue tonight where a user's Friends, Followers, and
 Lists counts randomly goes down to zero. For example, I can refresh
 http://twitter.com/TastyTracy a few times and her Friends, Followers,
 and Lists counts randomly drop to zero and come back on the next
 refresh.

 It also happens in the API.

 If I refresh the following method a few times, it will return the
 correct Friends array, but sometimes it will return an empty array,
 with a status of 200.


 http://api.twitter.com/1/statuses/friends.xml?screen_name=TastyTracycursor=-1

 Can anyone confirm this is happening to them as well.

 Hopefully this won't magically be fixed by the time someone tries it
 on this example account.



Re: [twitter-dev] Re: Best way to test success/failure for a status update

2010-01-21 Thread Raffi Krikorian
to be very precise, all that we guarantee is that the id is monotonically
increasing -- we don't have any guarantees on the rate at which the ids are
increasing

On Wed, Jan 20, 2010 at 8:01 PM, Abraham Williams 4bra...@gmail.com wrote:



 2010/1/16 M. Edward (Ed) Borasky zzn...@gmail.com

 Is
 this in fact a valid assumption, and is it documented anywhere? I'm
 anal about that sort of thing for a variety of reasons. ;-)


 Yes. I'm not sure if it is documented anywhere other then emails from
 Twitter to the group.

 Abraham

 --
 Abraham Williams | Moved to Seattle | May cause email delays
 Project | Intersect | http://intersect.labs.poseurtech.com
 Hacker | http://abrah.am | http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States




-- 
Raffi Krikorian
Twitter Platform Team
http://twitter.com/raffi


[twitter-dev] Re: cannot edit registered application

2010-01-21 Thread twittme_mobi
Thanks Brian,

I wrote an e-mail and I will keep you all informed about the
development.
Note that, I have another account - johny_edu , with existing
application ,
and I cannot edit an existing application with it.

Thanks.

On Jan 20, 10:55 pm, Brian Sutorius bsutor...@twitter.com wrote:
 This may be an issue with your account. Please write to
 a...@twitter.com from the email address associated with your Twitter
 account and we can look into it.

 Thanks,
 Brian

 On Jan 20, 10:25 am, twittme_mobi nlupa...@googlemail.com wrote:

  Hello Abraham,

  Thanks for your reply.I tried  that and it is not working,
  but there another problem even more annoying - I tried to create new
  application and
  I am getting Unable to register this application. Check your
  registration settings.
  It does not say if the captcha is wrong or if by chance the callback
  url is not valid ori do not know...
  It just pull out this message out of nowhere without obvious reason.

  I am a bit worried about this since I am trying to migrate my mobile
  twitter site to OAuth , but I cannot event start doing it.

  Any help is appreciated.

  On Jan 20, 2:11 am, Abraham Williams 4bra...@gmail.com wrote:

   I've been getting some fail whales while viewing my application pages but
   not when editing them.

   Tryhttp://twitter.com/oauth_clients/edit/27insteadofhttp://twitter.com/o...

   Abraham

   On Tue, Jan 19, 2010 at 09:32, twittme_mobi nlupa...@googlemail.com 
   wrote:
Hello,

every time i try to edit my application settings , i would get Unable
to register this application. Check your registration settings.

Isn't it supposed to point me to the exact value that might be
wrong.If i new what is it i wouldn't put wrong value in the first
place.

Is this page working at all.I really think that this basic auth
deprecation in june is a very bad idea

   --
   Abraham Williams | Moved to Seattle | May cause email delays
   Project | Intersect |http://intersect.labs.poseurtech.com
   Hacker |http://abrah.am|http://twitter.com/abraham
   This email is: [ ] shareable [x] ask first [ ] private.
   Sent from Seattle, WA, United States


Re: [twitter-dev] Twitter visualization tool

2010-01-21 Thread Carl Knott
Well, I got it working and it works great. Thanks for the tip.

On Thu, Jan 21, 2010 at 3:23 AM, Abraham Williams 4bra...@gmail.com wrote:

 Interesting. Well go for it then.


 On Tue, Jan 19, 2010 at 21:34, Mark McBride mmcbr...@twitter.com wrote:

 Why would you have to run your own server to use the streaming API from
 the iPhone?  ChirpFlow seems to be doing just fine with iPhone+Streaming

   ---Mark

 http://twitter.com/mccv



 On Tue, Jan 19, 2010 at 5:29 PM, Abraham Williams 4bra...@gmail.comwrote:

 For an iPhone application Streaming does not make much sense. You would
 have to run your own server and have your application check for updates from
 it. Which might make sense depending on your app. You should be able to just
 display a notice to users if they run into rate limiting.

 Abraham


 On Tue, Jan 19, 2010 at 09:35, John Kalucki j...@twitter.com wrote:

 If you are doing repeated automated searches, you must be on the
 Streaming API, not the Search API.


 http://groups.google.com/group/twitter-api-announce/browse_thread/thread/c8c713bb63fac24c

 -John Kalucki
 http://twitter.com/jkalucki
 Infrastructure, Twitter Inc.


 On Tue, Jan 19, 2010 at 6:11 AM, Carl Knott carl.kn...@gmail.comwrote:

 Hi, I have written an application for the iPhone that sends a request
 to the Twitter search API every 2 seconds, I am concerned that this is
 too frequent. I have looked on the internet and I cant find a definite
 answer - How many search requests can I make per minute and is
 limiting imposed on the application or the IP address of the user?
 Thanks, Carl.






 --
 Abraham Williams | Moved to Seattle | May cause email delays
 Project | Intersect | http://intersect.labs.poseurtech.com
 Hacker | http://abrah.am | http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States





 --
 Abraham Williams | Moved to Seattle | May cause email delays
 Project | Intersect | http://intersect.labs.poseurtech.com
 Hacker | http://abrah.am | http://twitter.com/abraham
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States



[twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Halmen Istvan
I'm developing an application with OAuth authetification. If I'm not
logged in into my Twitter account, I can perform successfully the
OAuth authentification. But if after this process I go to twitter.com
and perform a normal login, after login Twitter redirects me to the
oauth/authorize page and displays the Woah there! message. I tried
randomly some other Twitter apps using OAuth with the same results, so
I think it's not my fault.
Anybody else experiencing this problem? Any solution to this?

Thanks
Istvan


[twitter-dev] Latest post missing in Restful call, present in RSS

2010-01-21 Thread Dan Maharry
Hi,

Strange little problem here. A friend's last tweet is up on his
twitter page at twitter.com/climate_threat and is present in the RSS,
but on calling Twitter's RESTful API, the tweet is missing (http://
api.twitter.com/1/statuses/user_timeline/climate_threat.xml).

Any idea why this might be the case?

Thanks.


[twitter-dev] Re: Disappearing / Reappearing Social Graph Lists

2010-01-21 Thread RandyC
I'm seeing this in spades through last night and all morning long so
far.  Seems to happen more with certain accounts.

Randy


[twitter-dev] Status update request returns incorrect tweet

2010-01-21 Thread Chris Maguire
I've been wrangling Twitter's API for a few months while developing a
third-party ap that, among other things, allows users to update their
twitter streams.

This morning we received a support inquiry from a user who said that
he was unable to update his status through our service. We log every
return we get from twitter, so I checked out the log and the result
looked like a normal successful tweet reply.

Upon closer inspection, I noted that the response was based on a
*different* status update than the one we posted.

I tested making the update call manually, and I got a similar result:
The status we sent was not posted, but we were returned the
information for their most recent tweet.

In summary, this is what we're seeing:

1. An OAuth-authenticated user attempts to post a new status to
https://twitter.com/statuses/update.xml
2. Twitter returns a normal-looking response, but it is for a pre-
existing tweet that was not posted through our ap.
3. The user's timeline does not reflect the new post.

So far, I've only seen the behavior with this particular user's two
Twitter accounts. All other users seem to be getting normal results
back from their status updates.

I've tested it pretty extensively, but I can't imagine it being caused
by anything other than a Twitter API bug. Is there some strange case
in statuses/update that I'm missing, or is this truly a bug?


[twitter-dev] SWX Twitter API directMessages

2010-01-21 Thread Finha
FRIENDS... I REALLY NEED YOUR HELP...

I REALLY NEED TO LEARN OR THE ALL OF THE CODE OF SOMETHING LIKE THIS:

http://blog.eerkmans.nl/?p=3


THIS IS WHAT I WANT... CAN ANY ONE HELP ME?... I see a lots of
tutorials and nothing... Ihave this basic thing:


dataHolder.serviceClass = Twitter;
dataHolder.method = directMessages(user, pass);

dataHolder.loadMovie(http://swxformat.org/php/swx.php;, POST);

function onEnterFrame()
{
status.text = dataHolder.result[0].text;
}

is this right?!


I'm waiting for your response... PLEAAASSE...

big hugs...


Re: [twitter-dev] Status update request returns incorrect tweet

2010-01-21 Thread Ed Costello
On Thu, Jan 21, 2010 at 11:27 AM, Chris Maguire chris.magu...@gmail.comwrote:

 I tested making the update call manually, and I got a similar result:
 The status we sent was not posted, but we were returned the
 information for their most recent tweet.


How long is the tweet text?

-- 
-ed costello


[twitter-dev] Re: Status update request returns incorrect tweet

2010-01-21 Thread Dewald Pretorius
Recently I have also had complaints from users where the API returned
a 200 OK and was not pointing to a duplicate tweet, but the tweet
never showed up in the person's Twitter timeline. And that is with
Basic Auth.

On Jan 21, 12:27 pm, Chris Maguire chris.magu...@gmail.com wrote:
 I've been wrangling Twitter's API for a few months while developing a
 third-party ap that, among other things, allows users to update their
 twitter streams.

 This morning we received a support inquiry from a user who said that
 he was unable to update his status through our service. We log every
 return we get from twitter, so I checked out the log and the result
 looked like a normal successful tweet reply.

 Upon closer inspection, I noted that the response was based on a
 *different* status update than the one we posted.

 I tested making the update call manually, and I got a similar result:
 The status we sent was not posted, but we were returned the
 information for their most recent tweet.

 In summary, this is what we're seeing:

 1. An OAuth-authenticated user attempts to post a new status 
 tohttps://twitter.com/statuses/update.xml
 2. Twitter returns a normal-looking response, but it is for a pre-
 existing tweet that was not posted through our ap.
 3. The user's timeline does not reflect the new post.

 So far, I've only seen the behavior with this particular user's two
 Twitter accounts. All other users seem to be getting normal results
 back from their status updates.

 I've tested it pretty extensively, but I can't imagine it being caused
 by anything other than a Twitter API bug. Is there some strange case
 in statuses/update that I'm missing, or is this truly a bug?


[twitter-dev] Re: Best way to test success/failure for a status update

2010-01-21 Thread M. Edward (Ed) Borasky


On Jan 21, 12:26 am, Raffi Krikorian ra...@twitter.com wrote:
 to be very precise, all that we guarantee is that the id is monotonically
 increasing -- we don't have any guarantees on the rate at which the ids are
 increasing

Thanks! That's what I suspected. I'm a hard guy about stuff like that.
Once bitten, twice shy? More like bitten a thousand times and still
avoid the snake! ;-)

Which means, of course, that all the bloggers who post about Twitter
usage and growth rates with stats based on IDs need to be politely
dismissed. Too bad I flunked politeness. ;-)


[twitter-dev] Tickery

2010-01-21 Thread Terry Jones
Apologies if this seems spammy. We just released a Twitter search and
exploration app:

  http://tickery.net

It might be of interest to fellow Twitter API programmers because you can
add to the underlying objects (representing Twitter users), search on your
additions and those of others, etc. E.g., if you wanted to add a rating to
Twitter users, you could, and Tickery could do search  display for you. Or
you could write an app that did display, with the data living in FluidDB
along with the data Tickery puts there. I'd love to chat with anyone who
has wished that the Twitter API was in some way writable.

More info:

  http://blogs.fluidinfo.com/fluidDB/2010/01/21/meet-tickery/
  http://blogs.fluidinfo.com/fluidDB/2010/01/21/tickery-for-programmers/

Terry (@terrycojones)


[twitter-dev] Not getting correct access token when using OAuth for sign in

2010-01-21 Thread eco_bach
Hi
I'm building a flash web application and attempting to get the
OAuthSignIn working WITHOUT use of a PIN.
I've been told this is possible.

http://groups.google.com/group/twitter-development-talk/browse_thread/thread/df3b49523256aaea


Immediately after receiving what should be the access token I use
verify credentials to verify the access toekn.

Verified is always false.

This is my request to get the access token (before URL encoding and
appending to the url targeting my php proxy)

http://twitter.com/oauth/access_token?oauth_consumer_key=QGs6W7DlEx9Q3Ay4DzI0Wgoauth_nonce=70CF413B-CAFE-7B50-2C22-52189FA42108oauth_signature=Agrs1YzPaZ811ptkDGXo%2FCOfWwk%3Doauth_signature_method=HMAC-SHA1oauth_timestamp=1264097730oauth_token=0yoGnyLb1UW37vacZKpzxbTcYmCYm1EUlT3ODp8Y


Can anyone tell me if there is anything obvious missing or incorrect?
What are the troubleshooting steps when your acces token can't be
verified?

Thanks in advance!


Re: [twitter-dev] List ID

2010-01-21 Thread Matthew Terenzio
On Thu, Jan 21, 2010 at 1:00 PM, Lloyd England ll...@lloydengland.comwrote:

 Hi, quick question which I cannot find an answer for anywhere - how do
 you find the ID of a twitter list?


http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-GET-list-id




 Thanks!



Re: [twitter-dev] Re: Not getting correct access token when using OAuth for sign in

2010-01-21 Thread ryan alford
The plus sign (+) in your signature should be encoded.  You should URL
encode the signature just as you do the other parameters.

Ryan

On Thu, Jan 21, 2010 at 2:25 PM, eco_bach bac...@gmail.com wrote:

 Hmm still not working, signature at the end.

 I believe I get an Httpstatus of '0' immediately after calling
 twitter.com/oauth/access_token

 Also, pretty sure that my oauth_token received is different than my
 original request token, AND I do ge the correct screen name returned,
 which led me to believe that it was the correct 'access token'.


 http://twitter.com/oauth/access_token?oauth_consumer_key=QGs6W7DlEx9Q3Ay4DzI0Wgoauth_nonce=E65BD866-C285-C8CE-7BA3-524FB8D8D0C0oauth_signature_method=HMAC-SHA1oauth_timestamp=1264101341oauth_token=OcVawxazvOQWYrDSonFdFRjskqaOOriClf6ULsPMoauth_signature=7kpl8+MxM6BtOZecDc1Y65qo0zo=



Re: [twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Michael J. Ditto
Same thing happens to me. If anybody can shed any insight that would make me 
all a-twitter.


On Jan 21, 2010, at 3:53 AM, Halmen Istvan wrote:

 I'm developing an application with OAuth authetification. If I'm not
 logged in into my Twitter account, I can perform successfully the
 OAuth authentification. But if after this process I go to twitter.com
 and perform a normal login, after login Twitter redirects me to the
 oauth/authorize page and displays the Woah there! message. I tried
 randomly some other Twitter apps using OAuth with the same results, so
 I think it's not my fault.
 Anybody else experiencing this problem? Any solution to this?
 
 Thanks
 Istvan



Re: [twitter-dev] Latest post missing in Restful call, present in RSS

2010-01-21 Thread Abraham Williams
The most recent status is a retweet which are not included for
backwards computability. You can read more about it in the first paragraph
on
http://apiwiki.twitter.com/Twitter-REST-API-Method:-statuses-user_timeline

Abraham

On Thu, Jan 21, 2010 at 06:21, Dan Maharry dan.maha...@googlemail.comwrote:

 Hi,

 Strange little problem here. A friend's last tweet is up on his
 twitter page at twitter.com/climate_threat and is present in the RSS,
 but on calling Twitter's RESTful API, the tweet is missing (http://
 api.twitter.com/1/statuses/user_timeline/climate_threat.xml).

 Any idea why this might be the case?

 Thanks.




-- 
Abraham Williams | Moved to Seattle | May cause email delays
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States


Re: [twitter-dev] OAuth authentification page on normal login

2010-01-21 Thread Abraham Williams
Apparently you are supposed to report this to Twitter Support.
http://code.google.com/p/twitter-api/issues/detail?id=1199

You can open a ticket here: http://bit.ly/twicket

Abraham

On Thu, Jan 21, 2010 at 11:47, Michael J. Ditto 
di...@progressnowcolorado.org wrote:

 Same thing happens to me. If anybody can shed any insight that would make
 me all a-twitter.


 On Jan 21, 2010, at 3:53 AM, Halmen Istvan wrote:

  I'm developing an application with OAuth authetification. If I'm not
  logged in into my Twitter account, I can perform successfully the
  OAuth authentification. But if after this process I go to twitter.com
  and perform a normal login, after login Twitter redirects me to the
  oauth/authorize page and displays the Woah there! message. I tried
  randomly some other Twitter apps using OAuth with the same results, so
  I think it's not my fault.
  Anybody else experiencing this problem? Any solution to this?
 
  Thanks
  Istvan




-- 
Abraham Williams | Moved to Seattle | May cause email delays
Project | Intersect | http://intersect.labs.poseurtech.com
Hacker | http://abrah.am | http://twitter.com/abraham
This email is: [ ] shareable [x] ask first [ ] private.
Sent from Seattle, WA, United States


Re: [twitter-dev] Tickery

2010-01-21 Thread Josh Roesslein
Looks interesting and useful. I'll be sure to check it out more.
Thanks for sharing!

Josh


[twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-01-21 Thread hunterjensen
Yes please! We're submitting an iPhone app in a couple weeks and that
page is the least user-friendly thing in our whole app. At this point
we're considering going back to basic auth just until it gets a more
mobile-friendly UI.

Any chance you guys are working on this? Anything we can do to help?

On Jan 20, 2:52 am, Jeff Enderwick jeff.enderw...@gmail.com wrote:
 and can we contrib/help?

 On Tue, Jan 19, 2010 at 11:07 AM, joepwro joep...@gmail.com wrote:
  We are also developing an iPhone app that uses Twitter's OAuth.

  Posting this just to add more momentum to the request that the Twitter
  OAuth login page should be made mobile friendly.  I believe doing so
  would have a significant usability impact.

  Raffi, can you provide input is this thread if this is something
  Twitter is considering
  doing in the short term?  Long term?

  Thanks,
  Joe

  On Jan 17, 3:12 am, jeff.enderw...@gmail.com
  jeff.enderw...@gmail.com wrote:
   Hi, we're releasing an app that has a twitter-based sharing component
   in a couple of weeks.

   Does Twitter have any interest in making a mobile friendly version of
   theoauthallow/deny/pin pages?
   Could one of us on the outside just gin it up and give it to Twitter?

   On Jan 12, 7:15 am, funkatron funkat...@gmail.com wrote:

Just FWIW, this isn't really aniPhone-specific issue – there are a
lot of rich mobile devices out there. One reason (excuse?) for not
usingOAuthin Spaz on webOS is the poor functionality on mobile.

I'm really reluctant to move toOAuthuntil the flow for mobile is
improved. The data from heypic.me is just what I was afraid of.

--
Ed Finklerhttp://funkatron.com
Twitter:@funkatron
AIM: funka7ron
ICQ: 3922133
XMPP:funkat...@gmail.com xmpp%3afunkat...@gmail.com

On Dec 6 2009, 3:08 am, Ram group...@cascadesoft.net wrote:

 As a followup to the mobileOAuthdiscussions from October (seehttp://
  groups.google.com/group/twitter-development-talk/browse_thread...)
 

 Does anyone know of any (publicly released)iPhoneor other mobile
 Twitter apps that useOAuth?

 I'm partly curious to know/confirm whether our app is the onlyiPhone
 (or mobile) app that uses TwitterOAuthlogin for posting
 tweets, but I also want to know what you think of the UI, if
 you've used TwitterOAuthlogin in any publicly released mobile app.

 Thanks Ram