Re: [twitter-dev] Over 3 weeks waiting on whitelist approval

2010-08-23 Thread Eric Nichols
Greetings, Thank you for the offer. I resubmitted my request on Friday. My username is @evidencebot with the email e...@ecei.tohoku.ac.jp Take care, Eric Nichols Tohoku University On Aug 17, 2010, at 11:32 PM, Taylor Singletary wrote: We're still pretty backed up and taking a divide and

[twitter-dev] Re: Twitter Button Counts

2010-08-23 Thread artesea
Just tried something else, I click on a tweet containing one of my short urls this actually redirects to http://www.libdemvoice.org/?p=20818utm_source=tweetutm_medium=twitterutm_campaign=twitter by setting data-counturl=http://www.libdemvoice.org/?p=20818; it finally counts all the posts. If you

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

2010-08-23 Thread Netroboost
Hi, Has this issue been resolved yet? I am using Sun WTK 2.5.2 and facing the same issue. The error message reads: Subject alternative name did not match site name Please help if anyone knows how to deal with this. Thanks, Amit. On Jul 23, 10:18 pm, Matt Harris thematthar...@twitter.com

[twitter-dev] Re: OAuth authorizing multiple accounts and disabling automatic redirection when account is already authorized

2010-08-23 Thread Varun Jain
Hey Twitter Support, That's the same problem i'm running into too. If I use the url oauth/ authenticate, it serves my purpose, but if I use oauth/authorize, it's failing under the multiple login. can anyone give me a solution to this. Thanks, Varun Jain On Aug 6, 9:41 pm, Nick Spacek

[twitter-dev] twitter-dev-anywhere group still active?

2010-08-23 Thread D. Smith
Why nobody is approving new threads in twitter-anywhere group: http://groups.google.com/group/twitter-dev-anywhere?hl=en I posted a question 2 or 3 days ago and still it does not show there. I that group still active?

Re: [twitter-dev] twitter-dev-anywhere group still active?

2010-08-23 Thread Taylor Singletary
Hi D, The group is still active. Your message was posted over our weekend and we're not quite as fast at moderating then as during the week. Taylor On Mon, Aug 23, 2010 at 6:41 AM, D. Smith emai...@sharedlog.com wrote: Why nobody is approving new threads in twitter-anywhere group:

[twitter-dev] Re: OAuth authorizing multiple accounts and disabling automatic redirection when account is already authorized

2010-08-23 Thread Nik Fletcher
Hi Guys We've also noticed the UX for the current OAuth flow isn't great: the account that you're authorising (initially) isn't so clear. Currently it's just the username in bold text, amid a paragraph of blurb. Compared with @Anywhere, where the avatar is shown, this kinda stinks :-) In

[twitter-dev] Unfollow bug?

2010-08-23 Thread funkyboy
Hello, I am playing with the api. When I unfollow somebody (friendships/destroy) the info returned is incorrect, that is following = 1. The opposite works correctly, that is when I follow (friendships/ create), the info returned is correct, following = 1. Is it a bug? I am using json format.

Re: [twitter-dev] Re: Twitter Over Capacity

2010-08-23 Thread Taylor Singletary
Great, now we can home in on the problem. - Have you verified that in each environment you are testing in that your clock is within 5 minutes of the clock on api.twitter.com? (Returned in a Date header for every request). - I noticed that you're including an oauth_token= parameter in your request

Re: [twitter-dev] Unfollow bug?

2010-08-23 Thread Taylor Singletary
Thanks for pointing this out. We likely have too aggressive of caching in the response to that call. If you get a successful return code from the friendships/destroy end point, you should likely assume the call was successful, regardless of the response. I'll look into this. If you have a capture

[twitter-dev] Re: single-access Oauth with Javascript

2010-08-23 Thread Claudia
hey tom I ended up figuring it out using javascript to call php... i thought about using @anywhere, but I wasn't sure that I'd be able to circumvent the redirect out to twitter (for sign-in). all of this needs to happen in the background as it is multiple users posting to a single account. let

Re: [twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Taylor Singletary
Hi Everyone, Think we found a nasty documentation bug around lists here, and we'll get them fixed as soon as we can. I believe the issue here is that we haven't indicated a necessary path component. The API call should be to: POST http://api.twitter.com/1/:user/lists/:list_id/create_all.json

[twitter-dev] Re: list api create_all method not working

2010-08-23 Thread whizcreed
Hi Taylor, Really appreciate the response. Regards, Aditya Raj On Aug 23, 7:51 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Hi Everyone, Think we found a nasty documentation bug around lists here, and we'll get them fixed as soon as we can. I believe the issue here is that we

[twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Jim Chevalier
Hello, Thanks for the clarification! It seems I'm still having trouble with the 'create_all' command. I've updated my code: $added = $connection-post({$user-screen_name}/lists/$listid-id/ create_all, array('user_id' = $users)); print_r($added); This still has no output. I noticed you specified

Re: [twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Abraham Williams
Jim, What is your value for $users? Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Mon, Aug 23, 2010 at 08:55, Jim Chevalier jcheval...@gmail.com

[twitter-dev] POST requests failing with NSURLErrorDomain error -1012 on iPhone

2010-08-23 Thread s.w.
So.. I'm using OAuthConsumer, and I've already written code in the past to successfully POST requests to foursquare to get tokens and to check in. I'm using the same code to now integrate with twitter and am running into issues. I can successfully get a token, but when I make signed POST requests

[twitter-dev] Re: list api create_all method not working

2010-08-23 Thread Jim Chevalier
hrm, back to square one then... Abraham - the value of $users is:

[twitter-dev] POST Daily limits and Direct Messages

2010-08-23 Thread DaveH
I am working on a project that will make extensive use of the direct message feature of Twitter. However, I see that there is a daily limit of 250 direct messages. This will become an issue once I am out of test and begin to deploy my application. What, if any, is the process for requesting a

Re: [twitter-dev] How do I use the Streaming API to track new followers of accounts I don't have login information for?

2010-08-23 Thread Taylor Singletary
Hi there, This is unfortunately not currently possible with the Streaming API. Given the flexibility of followers/ids and friends/ids API methods, tracking changes over time with those methods would likely be your best avenue. http://dev.twitter.com/doc/get/followers/ids

[twitter-dev] Incorrect Signature Retweeting

2010-08-23 Thread nexon
Hi There!, i'm Alberto, and I having troubles retweeting. I have xAuth, and token's (all set). Even i can tweet but i can't retweet. Here is my signature before the encoding thing. POSThttp%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses%2Fretweet

[twitter-dev] Status IDs are changing on 21st September

2010-08-23 Thread Matt Harris
Hey Developers! A while ago we let you know about the new Tweet ID generation service we developed called Snowflake and published the source code so you could get familiar with how it works. Today, we're announcing that at 10am PDT on Tuesday September 21st, 2010 Snowflake will be in use on our

[twitter-dev] Re: Tracking Twitter Client Statistics

2010-08-23 Thread VictorAlexander
@Taylor I'll make sure to look into local caching, until then if you hear about a service or updates related to this topic, I'd appreciate your updates. Thank you! @Tom, I can't believe I never noticed that thank you very much! It really helps. On Aug 16, 10:03 am, Tom van der Woerdt

[twitter-dev] Entities support on the Streaming API

2010-08-23 Thread Matt Harris
Hey Developers, Many of you have been asking about entities support in the Streaming API and today i'm pleased tell you that it's happening. At 1pm PDT (9pm UTC) tomorrow (Tuesday 24th August 2010) we will be enabling entities through the Streaming API for 10 minutes. This change does not affect

[twitter-dev] Re: POST requests failing with NSURLErrorDomain error -1012 on iPhone

2010-08-23 Thread s.w.
well i'll be god damned. after many wasted hours on this, here was the issue. i'll actually note it here instead of letting this unanswered like so many other -1012 errors on the interwebs. My code was just fine... the account I was testing with only had read- only access back from when my

Re: [twitter-dev] Entities support on the Streaming API

2010-08-23 Thread M. Edward (Ed) Borasky
Does that include user streams (I hope I hope I hope)?? -- 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 Matt Harris thematthar...@twitter.com: Hey Developers, Many of you have

Re: [twitter-dev] Entities support on the Streaming API

2010-08-23 Thread John Kalucki
User Streams is an endpoint on the Streaming API, so, yes, it gets the same data. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Mon, Aug 23, 2010 at 5:48 PM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: Does that include user streams (I hope I hope I hope)?? -- M.

[twitter-dev] Re: Return Public Timeline Tweets based on Geo Location

2010-08-23 Thread Bess
You are welcome. Glad it works for you. It would be nice to see example of using Stream API using location. Anyone can offer example code in using Twitter Places? narrow down specific geo location? On Aug 21, 5:43 pm, Mark W mdwolin...@gmail.com wrote: Bess and Tom, Thanks for the responses.

[twitter-dev] Re: Need Help!! - How Oauth will work in my case?

2010-08-23 Thread Justin
You'll have to change clients, but you can obtain the required tokens to do the same calls. Changing auth schemes shouldn't change what you can get out of the API. Once you setup your user's app/ids the same whitelist applies. I just finished my conversion yesterday and everything's working the

[twitter-dev] Re: single-access Oauth with Javascript

2010-08-23 Thread Bess
I haven't tried @anywhere yet but it seems like that is best approach to log into twitter to post On Aug 23, 7:49 am, Claudia cbern...@gmail.com wrote: hey tom I ended up figuring it out using javascript to call php... i thought about using @anywhere, but I wasn't sure that I'd be able to

[twitter-dev] Re: Status IDs are changing on 21st September

2010-08-23 Thread D. Smith
Another one hits the MySQL brick wall. I'm surprised someone with as much data as you have have managed to stay with MySQL for as long as you have. I must have been a real pain to constantly fight the loosing MySQL optimization battle. It would be very interesting to know what made you choose

[twitter-dev] Re: Revoked Access

2010-08-23 Thread D. Smith
Sure, just test the authentication every time you want to perform some action on behalf of user or just do this periodically for every user via cron. (I think API method is called verify_credentials) On Aug 23, 8:32 pm, Paranoid Android a.paranoid.andr...@gmail.com wrote: I'm working with the

Re: [twitter-dev] Re: Status IDs are changing on 21st September

2010-08-23 Thread John Kalucki
We're not using Cassandra to store tweets just yet. See: http://engineering.twitter.com/2010/07/cassandra-at-twitter-today.html I don't think we've announced our approach for tweet storage as yet. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Mon, Aug 23, 2010 at 8:03 PM, D.