[twitter-dev] Re: Logging Out of Twitter Through API

2009-07-29 Thread CG
Hi , Greg, have you found any solution ? I face the same problem ... :( CG On Thu, Jul 23, 2009 at 2:09 AM, Greggregory.av...@gmail.com wrote: Hello everyone, Just a quick question here - I originally though the the 'http:// twitter.com/account/end_session.xml' API function logs the user

[twitter-dev] Android + OAuth

2009-07-29 Thread droidin.net
If you are interested on how to implement Twitter authentication with OAuth n Android - I have the write-up in my blog http://is.gd/1S6XP

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread chloros
Is this currently working? I'm using OAuthConsumer as well in my iPhone app and it stopped working after the last update... On Jul 28, 2:32 pm, Ben Gottlieb saibengottl...@gmail.com wrote: If anyone is interested, I've implemented Twitter OAuth on iPhone (which includes an iPhone version of

[twitter-dev] Re: Failed to validate oauth signature and token

2009-07-29 Thread Rock
Hi Srikanth, I am able to get the PIN from twitter. Now as you mentioned above i need to add oauth_verifier in accessToken.html. I have added that field and entered the PIN i got from twitter. However it is not working. Can you please explain a bit on changes that need to be done in

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread chloros
Does this currently work? I'm using OAuthConsumer as well and my app stopped working after the last update. On Jul 28, 2:32 pm, Ben Gottlieb saibengottl...@gmail.com wrote: If anyone is interested, I've implemented Twitter OAuth on iPhone (which includes an iPhone version of the OAuth static

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread Dewald Pretorius
It would not surprise me at all if using OAuth resulted in fewer signups. Potential technical advantages of OAuth aside, every additional click that you add in the conversion process adds an addition leakage point where some users can and will abandon the signup process.

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread Duane Roelands
First, let me state from the start that I am no fan of OAuth, Twitter's implementation of it, or the way that they've behaved with regard to it. Now, with all that being said. If your website expects me to hand over my Twitter password, I'm not using your web site. Just yesterday, another scam

[twitter-dev] Re: Twitter counts wrong the number of followers

2009-07-29 Thread st...@implu.com
This is more like Issue 547: statuses/friends followers - page bug http://code.google.com/p/twitter-api/issues/detail?id=547q=statuses%2Ffriendscolspec=ID%20Stars%20Type%20Status%20Priority%20Owner%20Summary%20Opened%20Modified%20Component -Steve On Jul 28, 6:53 pm, chinaski007

[twitter-dev] Re: Incorrect signature ERROR on /statuses/update.xml - Help Please....

2009-07-29 Thread Mojo
I am having the exact same problem! On Jul 29, 5:22 am, Brett Hellman bhellm...@gmail.com wrote: Request URL:https://twitter.com/statuses/update.xml?STATUS=oauthtestingpleasework... ?xml version=1.0 encoding=UTF-8? hash  

[twitter-dev] Re: Twitter counts wrong the number of followers

2009-07-29 Thread Vincent Nguyen
Thank for your replies! This is realy an know issues! But why Twitter still don't fix it! 2009/7/29 st...@implu.com st...@implu.com This is more like Issue 547: statuses/friends followers - page bug

[twitter-dev] Trying to retreieve all 'Qwest' messages

2009-07-29 Thread Aman Bhansali
Hi, I am a summer intern for Qwest Communications. They have a twitter page (TALKTOQWEST) where they offer customer service. I am creating a system that retrieves the messages and stores them in a oracle 10G database. From there I am going to retrieve it to a java application. I was wondering

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
I just re-tested the code this morning, and it still works. On Jul 29, 6:03 am, chloros akc1...@gmail.com wrote: Does this currently work?  I'm using OAuthConsumer as well and my app stopped working after the last update. On Jul 28, 2:32 pm, Ben Gottlieb saibengottl...@gmail.com wrote: If

[twitter-dev] Re: Twitter counts wrong the number of followers

2009-07-29 Thread Paul Kinlan
I was actually wondering about raising a feature request to remove all follower and following counts from all twitter pages and the API :) to help prevent spam. Paul 2009/7/29 Vincent Nguyen kureik...@gmail.com Thank for your replies! This is realy an know issues! But why Twitter still don't

[twitter-dev] Re: API only shows messages from last 7 days

2009-07-29 Thread owkaye
You're probably correct when you say that throwing more programmers at the problem is not the solution. That's not what I was suggesting ... My thought is that there may be no one at Twitter actually planning or developing a plan for historical data access, and if this is true then hiring

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread Doug Williams
Well said, Duane. Thanks, Doug On Wed, Jul 29, 2009 at 7:18 AM, Duane Roelands duane.roela...@gmail.comwrote: First, let me state from the start that I am no fan of OAuth, Twitter's implementation of it, or the way that they've behaved with regard to it. Now, with all that being said. If

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-07-29 Thread Ray
Doug, I'm in a similar situation as that voiced by TinBlue. This change has affected our iPhone App. We also want to encourage you to rollback this change ASAP. When you say This approach is what we are going to take., do you mean rolling back the fix so as not to affect multiple, successful,

[twitter-dev] Re: OAuth URLEncode for VB.NET Libraries

2009-07-29 Thread berr08
Any chance you can post your oAuth.vb I made this change to no avail. Then I noticed that I was passing the Token Secret into the sig. base. But still nothing! I am going nuts! On Jul 28, 2:15 pm, Andrew Badera and...@badera.us wrote: On Tue, Jul 28, 2009 at 2:13 PM, Duane Roelands

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread Amitab
On Jul 28, 4:16 pm, Isaiah supp...@yourhead.com wrote: I publish an open source example of using a OAuth in a standalone mac   app -- so I'm bought in to the OAuth idea.  But it wasn't easy, I had   to fight to make it appear even somewhat integrated, and the lack of   security around my

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
Update: it's not working if you have %-escaped characters in your update status string. It appears that there may be some double- escaping going on, and that may be confusing things. Not sure if this is my code or something else (this was working over the weekend, but something else may have

[twitter-dev] Re: Logging Out of Twitter Through API

2009-07-29 Thread Greg
I have not - hopefully someone has an answer. On Jul 29, 2:23 am, CG learn@gmail.com wrote: Hi , Greg, have you found any solution ? I face the same problem ... :( CG On Thu, Jul 23, 2009 at 2:09 AM, Greggregory.av...@gmail.com wrote: Hello everyone, Just a quick question here - I

[twitter-dev] Re: Updating the APIs authentication limiting policy

2009-07-29 Thread Doug Williams
Ray,For clarity, we will roll back the current restriction of 15 calls per user per hour to account/verify_credentials, and implement the proposed scheme: ... we will limit the total number of unsuccessful attempts to access authenticated resources to 15 an hour per user per IP address. If a

[twitter-dev] Re: Logging Out of Twitter Through API

2009-07-29 Thread Stuart
2009/7/29 Greg gregory.av...@gmail.com: I have not - hopefully someone has an answer. I've found that it's enough to simply forgets the token and secret. Why do you need anything more than that? The API does not maintain a session for users, so there's nothing to log out from except your site.

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
Okay, sendUpdate is now working with spaces again. On Jul 29, 10:41 am, Ben Gottlieb saibengottl...@gmail.com wrote: Update: it's not working if you have %-escaped characters in your update status string. It appears that there may be some double- escaping going on, and that may be confusing

[twitter-dev] Fetch multiple statuses by ID

2009-07-29 Thread Michael Mahemoff
Greetings. Is there any way to fetch multiple statuses in a single request, by passing in all the status IDs? As in: http://twitter.com/statuses/show/123,456,789.json returning tweets 123, 456, 789. Use case: I run http://listoftweets.com, where users can build up a list of tweets from search

[twitter-dev] Twitter JS implementation

2009-07-29 Thread Bob Fishel
Can anyone recommend a javascript api implementation (anything that already has a jquery plugin would be a bonus but not necessary) The few I've seen don't allow statuses.update which is a nessecity for me. Thanks

[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread JDG
http://code.google.com/p/oauth/source/browse/code/javascript/ will get you started -- the oauth stuff is probably the meat of what you need to do to get statuses/update working. JS isn't a great language for this, because of the XSS issues that arise. On Wed, Jul 29, 2009 at 11:29, Bob Fishel

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread Isaiah
I really appreciate your responses. And I definitely understand your point of view now. Paraphrasing: 1. unrelated to basic, oauth is not difficult to implement. i agree. while non-trivial on the desktop simply because no one had done it yet (and released it as OSS), i would agree that

[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-29 Thread H12山本 裕介
Fixed. http://yusuke.homeip.net/hudson/job/Twitter4J/296/ Please try the latest build. http://yusuke.homeip.net/maven2/net/homeip/yusuke/twitter4j/2.0.9-SNAPSHOT/ Now T4J ignores deleted tweets. Cheers, -- Yusuke Yamamoto yus...@mac.com this email is: [x] bloggable/twittable [ ] ask first [ ]

[twitter-dev] JS API implementation

2009-07-29 Thread Robert Fishel
Can anyone recommend a javascript api implementation (anything that already has a jquery plugin would be a bonus but not necessary) The few I've seen don't allow statuses.update which is a nessecity for me. Thanks

[twitter-dev] Re: Adding tweets with a certain word them them to a feed on your site?

2009-07-29 Thread oshells
How about a much more easy way? I combined Elgg (was an open source platform for social networks) with RSS (any RSS to HTML is fine too). A live example you can find here: http://www.otd.to/iran/weblog/ and the RSS from twitter would be: http://search.twitter.com/search.rss?q=iran Now you

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread Andrew Badera
On Wed, Jul 29, 2009 at 3:54 PM, oshells oshe...@gmail.com wrote: I used Abraham examples to implement OAuth into Elgg v0.9.2 (last version of an open source social network platform). It`s working as it should be, but I also made further thinking (if by any chance OAuth gets down) and the

[twitter-dev] Re: OAUTH: Basic Auth is simpler/more reliable/more secure/better received than OAuth!?

2009-07-29 Thread oshells
I used Abraham examples to implement OAuth into Elgg v0.9.2 (last version of an open source social network platform). It`s working as it should be, but I also made further thinking (if by any chance OAuth gets down) and the first time users join our website they must complete a one time signup

[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-29 Thread Francis Shanahan
ok, so I'll optimize my calls to verify_credentials. Would be good if this was documented someplace. Also, does the same limit exist for other APIs? -fs On Jul 27, 10:39 am, TinBlue tinb...@gmail.com wrote: Twitter in their infinite wisdom decided to implement a limit on the

[twitter-dev] Re: Too Many Requests for a specific user ....

2009-07-29 Thread JDG
It is going to be changed soon (see another thread in the group, but I'm not going to bother looking it up for you) to 15 INVALID requests/hr. Valid requests will not count towards the total. On Wed, Jul 29, 2009 at 15:14, Francis Shanahan francisshana...@gmail.comwrote: ok, so I'll optimize

[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-29 Thread Abraham Williams
account/end_session will not do anything with the user on your site. It should log them out of twitter.com but the use case is very limited and I don't think it gets used/tested very often. To log someone out of your own site you have to delete the sessions/cookies/etc that you are using to keep

[twitter-dev] Re: How to use Twitter to sign out ? calling to end_session does not work

2009-07-29 Thread Andres B
I think the question refers to the force_login oauth parameter. What I think CG wants it to log users out of Twitter, so when the app asks for authentication, the user is forced to log in TO TWITTER again. If that is the case:

[twitter-dev] Re: Application statistics

2009-07-29 Thread droidin.net
Is this monitored by the Twitter team? If you guys have no solution for this - just tell, I'll code something On Jul 28, 10:22 am, droidin.net bost...@gmail.com wrote: Is there a way of tracking who and how is using your app? Simple search based on app name (like from DroidIn) does not yield

[twitter-dev] name in full is too long

2009-07-29 Thread Malte Gottschlich
Hallo, I've got a really big problem. My name is Male Gottschlich and I'm from Germany. First of all I have to apologize for my spelling mistakes; my English isn't stunning. I'd like to take MalteGottschlich as username but it's too long. Only one character to long :-( I have already tried to

[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread Kevin Mesiab
No decent implementation of the twitter API exists in js. Sorry. Had to say it. If you're developing a js/xhtml application under the air environment, you may be interested in using our js wrapper for the API. We will be open sourcing it after our release. Let me know. On Wed, Jul 29, 2009 at

[twitter-dev] Re: Twitter JS implementation

2009-07-29 Thread Bob Fishel
Workin on it now. Details in a bit. On Wed, Jul 29, 2009 at 8:01 PM, shiplushiplu@gmail.com wrote: Why not start building one if there is not any. :P -- A K M Mokaddim http://talk.cmyweb.net http://twitter.com/shiplu Stop Top Posting !! বাংলিশ লেখার চাইতে বাংলা লেখা অনেক ভাল Sent

[twitter-dev] Re: name in full is too long

2009-07-29 Thread TjL
If a Twitter username has been idle for (6? 9?) months, you can request that Twitter let you take it over. However please note that these are considered low priority requests and can take a LONG time for anyone to respond. And this list isn't the place to do it. http://help.twitter.com/portal

[twitter-dev] Re: Logging Out of Twitter Through API

2009-07-29 Thread Doug Williams
The account/end_session method does not log the user out of Twitter.com. It simply invalidates the session token that is created with the current API session. There is no method that will log a user out of Twitter.com. Thanks, Doug On Wed, Jul 29, 2009 at 10:53 AM, Stuart stut...@gmail.com

[twitter-dev] Re: id field is missing in status from streaming API frequently

2009-07-29 Thread AJ Chen
thank you for the fix. you rock. -aj 2009/7/29 H12山本 裕介 yus...@mac.com Fixed. http://yusuke.homeip.net/hudson/job/Twitter4J/296/ Please try the latest build. http://yusuke.homeip.net/maven2/net/homeip/yusuke/twitter4j/2.0.9-SNAPSHOT/ Now T4J ignores deleted tweets. Cheers, -- Yusuke

[twitter-dev] JSON id order reversed

2009-07-29 Thread RandyC
I have come to realize that sometime between 3pm and 6pm PDT on 7/21 the JSON order of following ids reversed from oldest=youngest to youngest=oldest and has been in the latter order since then. Did I miss an announcement that this was going to happen? More importantly, is this the way the

[twitter-dev] Re: Application statistics

2009-07-29 Thread droidin.net
Thanks but that doesn't really work for me 1. There's no wildcard so you can only go by search term 2. I wasn't able to see results from say a week ago 3. I don't really want to see WHAT people are posting but rather how often and how many I'm guessing that I'm on my own here. Alas, I think this

[twitter-dev] Re: Application statistics

2009-07-29 Thread droidin.net
Oh yes - and if you do something like source:droidin the it not surprisingly kills the search app We're sorry, but something went wrong. On Jul 29, 3:16 pm, Abraham Williams 4bra...@gmail.com wrote: You can use source:appname to search

[twitter-dev] Re: Application statistics

2009-07-29 Thread Abraham Williams
You can also use the Spritzer alpha for a sampling of public statuses. http://apiwiki.twitter.com/Streaming-API-Documentation#spritzer On Wed, Jul 29, 2009 at 23:01, droidin.net bost...@gmail.com wrote: Oh yes - and if you do something like source:droidin the it not surprisingly kills the