[twitter-dev] secure key - desktop applications?

2010-06-23 Thread Tom van der Woerdt
Hi all, I'm wondering why there's a secret key if you need to include it with desktop applications... Of course, there's the client secret key which needs to remain secret, but why is there a secret key for applications if it doesn't remain secret? Is it the combination of the 4 keys that always

Re: [twitter-dev] Promoted Content: API Changes

2010-08-09 Thread Tom van der Woerdt
Hi Matt and other developers, If I understand correctly, Promoted Trends are advertisements, and they aren't necessarily trending topics. Basically what Twitter is trying to do here is let the desktop clients show Twitter's advertisements as well? Is there any benefit to the developers and/or the

Re: [twitter-dev] Re: Promoted Content: API Changes

2010-08-09 Thread Tom van der Woerdt
this will benefit end- users and developers and not simply be a revenue stream for you. Thanks. On Aug 9, 8:50 pm, Tom van der Woerdt i...@tvdw.eu wrote: Hi Matt and other developers, If I understand correctly, Promoted Trends are advertisements, and they aren't necessarily trending

Re: [twitter-dev] Re: The remote server returned an error: (401) Unauthorized

2010-08-10 Thread Tom van der Woerdt
Twitter doesn't really care about IPs - unless you are doing things really, really, really wrong. Assuming that the signature generation stays the same (some platforms have little-endian BO, big-endian BO, etc, and that may change the algorithm a bit, but when windows-windows that doesn't really

Re: [twitter-dev] Twitter Integration

2010-08-10 Thread Tom van der Woerdt
Yes, by using the xAuth support you named :-) http://dev.twitter.com/pages/xauth Tom On 8/10/10 6:07 AM, niks wrote: Hi, We are developing an Android native application which has a feature for user to tweet his message on Twitter. For accessing Twitter we are using twitter4j library which

Re: [twitter-dev] Re: The remote server returned an error: (401) Unauthorized

2010-08-10 Thread Tom van der Woerdt
/10 1:11 PM, punit khaire wrote: Hi, Thanks, for the reply, But then why site working from the localhost on the same Computer.But If I accessed it from Public IP it returns error. Thanks, Punit Khaire. On Tue, Aug 10, 2010 at 4:13 PM, Tom van der Woerdt i...@tvdw.eu mailto:i

Re: [twitter-dev] Re: The remote server returned an error: (401) Unauthorized

2010-08-10 Thread Tom van der Woerdt
, But then why site working from the localhost on the same Computer.But If I accessed it from Public IP it returns error. Thanks, Punit Khaire. On Tue, Aug 10, 2010 at 4:13 PM, Tom van der Woerdt i...@tvdw.eu mailto:i...@tvdw.eu wrote: Twitter doesn't really care about IPs - unless you

Re: [twitter-dev] Re: Can we automate the user login process on twitter...

2010-08-10 Thread Tom van der Woerdt
It is not. You should simply store the keys in a cookie (which is safe, as long as you don't leak the consumer keys). Tom On 8/10/10 1:16 PM, punit khaire wrote: Thanks Ken, I totall y agrree with your view,but I am doing RND on oAuth Username password authentication,where I dont want

Re: [twitter-dev] Re: The remote server returned an error: (401) Unauthorized

2010-08-10 Thread Tom van der Woerdt
below URL, http://203.78.217.115/TwitterOAUTH/Default.aspx Thanks, Punit. On Tue, Aug 10, 2010 at 4:45 PM, Tom van der Woerdt i...@tvdw.eu mailto:i...@tvdw.eu wrote: Sorry for the double post, but I just realized: is your public IP firewalled? That could possibly

Re: [twitter-dev] Re: List names - allowed characters

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 2:46 PM, Ken wrote: Thanks Taylor! Maybe this could be moved to the API documentation. I can report that once, after creating (for the first time) a list called 'Awesome', a second 'Awesome' list got the slug, 'awesome-10'. So I just considered the slug to be unpredictable.

Re: [twitter-dev] Source (from App Name) is Not working

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 8:18 AM, sathi wrote: Hi, I am developing a web application for twitter. i want to have my app name in every tweet as (via my app name). I am not able to get that name, its giving like via Web. Can you please help me out. -sathi Every Tweet you send via the Twitter API via

Re: [twitter-dev] search for hashtags

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 12:58 PM, bitstream wrote: Hi all, I've been reading api docs lately but still can't figure it out what will be the best approach when searching for hashtags. streaming I know that streaming api support statuses/filter where I can declare 'track'. It's possible to use

Re: [twitter-dev] Sign in automatically

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 3:29 PM, Diogo wrote: Hello, I'm developing a system for a company where the employees can read and answer tweets from a single account. It is working, but not using oAuth. I read that Twitter will no longer support the basic authentication. The question is, if I change the

Re: [twitter-dev] Norton detects this js on my site, I'm not able to find it!

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 6:51 PM, nischalshetty wrote: I got feedback from a few users saying Norton was identifying my site as unsafe. The script that was being displayed was https://s3.amazonaws.com/twitter_production/a/1281028705/javascripts/twitter-https.js I haven't included anything, I'm not able

Re: [twitter-dev] Retweet Chains, and retweets of retweets

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 9:17 PM, manggit wrote: Hello All, I am currently developing an app for a open source project. I would like to first obtain all direct child retweets of a given tweet, and then I would like to find all retweets of each of the child retweets, so on and so forth, until i reach the

Re: [twitter-dev] bulk follower data, or friendships/lookup status?

2010-08-10 Thread Tom van der Woerdt
On 8/10/10 10:22 PM, Noah wrote: Hello all, Is there an efficient method to determine if a bunch of users follow the authenticating user? I'm trying to show the authenticating user which people returned by statuses/mentions (or the stream, or whatever) can be direct messaged -- without

Re: [twitter-dev] Re: On Tweet Access

2010-08-10 Thread Tom van der Woerdt
http://dev.twitter.com/doc/get/statuses/user_timeline Requires Authentication false About authentication » unless the user you are trying to view the timeline of is protected Tom On 8/11/10 12:43 AM, SG wrote: Sorry - I could have been clearer. I wish to access say the last 100 Tweets

Re: [twitter-dev] Twitter app stats...

2010-08-11 Thread Tom van der Woerdt
Hi, Try http://twitter.com/apps Tom Sent from my iPod On 11 aug. 2010, at 08:12, MissOdessa odessa.desi...@gmail.com wrote: I was wondering if there any places you can go to see how many or what twitter users are actually connected/using your application. I'm not sure if there is a site

Re: [twitter-dev] Re: Retweet Chains, and retweets of retweets

2010-08-11 Thread Tom van der Woerdt
would we determine if person D's retweet is a retweet of person B's retweet, using just the statuses_followers api function call? Thanks again Mang-Git On Aug 10, 9:28 pm, Tom van der Woerdt i...@tvdw.eu wrote: On 8/10/10 9:17 PM, manggit wrote: Hello All, I am currently developing

Re: [twitter-dev] Re: Can't get the friend list of the logged in user (oAuth)

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 2:13 PM, Rémy B wrote: I have been trying to find the solution but I can't seem to find the right method. How can I return the list of friends IDs of the authenticated (oAuth) user? Thanks, Rémy Hi Rémy, http://dev.twitter.com/doc/get/friends/ids

Re: [twitter-dev] Re: More button

2010-08-11 Thread Tom van der Woerdt
You could simply request twice as many as you need and do the math. However, in rare occasions (very rare) it could happen that an user sent 20 tweets and deleted all of them, in which case it may look like you are at the end of the list. It is not recommended to use two API calls for 20

Re: [twitter-dev] OAuth Via AppleScript

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 5:52 PM, isaiah1112 wrote: I have been developing a complete OAuth Library for Twitter in AppleScript (I know, some people thought it was impossible but it isn't). The trouble is, I can authorize OAuth and get my token and secret from Twitter without any issues. However, once I try

Re: [twitter-dev] OAuth and Hardware

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 6:30 PM, ERenken wrote: So how can I use OAuth on a hardware device we are creating that doesn't have a UI? Can I share the key between all the devices? This is only twittering to 1 account that we have created. Seems like OAuth is going to make stuff like this harder for people

Re: [twitter-dev] Is it this simple - OAUTH PHP Transition from Basic Authentication

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 7:21 PM, Skygazer wrote: Using Abraham Williams twitteroauth library I used this base code to post Twitter. Is it that simple? Of course my app code is actually longer. I'm writing an app that takes new news stories posted to our web site and automatically tweets them. A

Re: [twitter-dev] Re: OAuth Via AppleScript

2010-08-11 Thread Tom van der Woerdt
=HMAC-SHA1, oauth_signature=XUNmLwpiC2W0xyrxPs4yAMmHO9c%3D, oauth_token=819797-Jxq8aYUDRmykzVKrgoLhXSq67TEa5ruc4GJC2rWimw, oauth_timestamp=1281551596, oauth_version=1.0 Let me know if you came up with the same thing On Aug 11, 10:00 am, Tom van der Woerdt i...@tvdw.eu wrote: On 8/11/10 5:52

Re: [twitter-dev] New app for every Twitter account?

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 9:37 PM, Skygazer wrote: My company has several news sites and each has one or more Twitter accounts depending on the topic. I've created a new app using OAuth and PHP to post our news stories automatically as they are published. Previously with basic authentication I would just

Re: [twitter-dev] Re: New app for every Twitter account?

2010-08-11 Thread Tom van der Woerdt
Hi Marc, You can do this using the OAuth authentication flow which you can find at http://dev.twitter.com/pages/auth#intro This may seem very much complicated for a simple application with only a few users (and static keys), and I agree. However, unless there is some service on the internet

Re: [twitter-dev] How do I get latest tweets with OAuth

2010-08-11 Thread Tom van der Woerdt
On 8/11/10 10:49 PM, lucaswxp wrote: Hello o/ Into now, I have caught my latest tweets that way: file_get_contents(http://twitter.com/statuses/user_timeline/ {$username}.json?count={$number}); Actually, I used cURL, but I put that way to simplify the code. Well, with this new OAuth

Re: [twitter-dev] Re: How do I get latest tweets with OAuth

2010-08-11 Thread Tom van der Woerdt
On 8/12/10 12:09 AM, lucaswxp wrote: Thx guys. Well, I tried the follow: I put my consumer key/secret and my tokens, but I put a different user. (My application's data, but a different user, just for test)... And what happened: I get the latest tweets of this user anyway... Is that right?

Re: [twitter-dev] Re: OAuth and Hardware

2010-08-11 Thread Tom van der Woerdt
On 8/12/10 3:07 AM, ERenken wrote: Does the token ever expire? Eric On Aug 11, 9:38 am, Taylor Singletary taylorsinglet...@twitter.com wrote: One implementation option you have is to build only the portions of OAuth that you need to meet your goals. On dev.twitter.com we provide a

Re: [twitter-dev] Re: OAuth and Hardware

2010-08-11 Thread Tom van der Woerdt
On 8/12/10 3:07 AM, ERenken wrote: Does the token ever expire? Eric On Aug 11, 9:38 am, Taylor Singletary taylorsinglet...@twitter.com wrote: One implementation option you have is to build only the portions of OAuth that you need to meet your goals. On dev.twitter.com we provide a

Re: [twitter-dev] Re: OAuth and Hardware

2010-08-11 Thread Tom van der Woerdt
in FaceBook. Eric On Aug 11, 9:36 am, Tom van der Woerdt i...@tvdw.eu wrote: On 8/11/10 6:30 PM, ERenken wrote: So how can I use OAuth on a hardware device we are creating that doesn't have a UI? Can I share the key between all the devices? This is only twittering to 1 account that we

Re: [twitter-dev] python oauth2 and twitter - invalid signature issue

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 1:33 PM, bear wrote: I'm working on bringing the python-twitter library up to date with respect to using oAuth and i'm running into a brick wall... I've scanned the group postings and by far it seems that the most common issue when generating a request is that the order of items

Re: [twitter-dev] Re: Can't get the friend list of the logged in user (oAuth)

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 1:59 PM, Rémy B wrote: Thanks Tom. I have already tried these two. My problem is, I always get the Rate limit exceeded. Clients may not make more than 150 requests per hour. error message, even if this is the first time I log in. I thought it could be possible if the user is

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

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 2:09 PM, Lumpizaver wrote: I cannot get the oAuth to work properly. I am trying to get a web response of a string that looks like this: https://twitter.com/oauth/request_token? oauth_callback=http://win.plane.si/TwittRank/tweets.aspx oauth_consumer_key=[MY CONSUMER KEY]

Re: [twitter-dev] Re: python oauth2 and twitter - invalid signature issue

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 2:37 PM, bear wrote: On Aug 12, 7:57 am, Tom van der Woerdt i...@tvdw.eu wrote: On 8/12/10 1:33 PM, bear wrote: I'm working on bringing the python-twitter library up to date with respect to using oAuth and i'm running into a brick wall... I've scanned the group postings

Re: [twitter-dev] What is the history of Twitter's search history?

2010-08-12 Thread Tom van der Woerdt
Hello Adam, I think I can give you an explanation. Twitter will only search through, for example, 50 million tweets. If this becomes more, then the search becomes slow. For the same reason it will only index interesting tweets. You wouldn't want 40 million of this 50 million to be spam ;-)

Re: [twitter-dev] What is the history of Twitter's search history?

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 9:00 PM, Nick Arnett wrote: On Thu, Aug 12, 2010 at 11:43 AM, Tom van der Woerdt i...@tvdw.eu mailto:i...@tvdw.eu wrote: For the same reason it will only index interesting tweets. You wouldn't want 40 million of this 50 million to be spam ;-) Wow. When our

Re: [twitter-dev] WordPress

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 8:52 PM, ClaudioLessa wrote: Is there a step-by-step set of instructions on how to apply the tweet button to a WordPress blog? Thanks! Hi, If you host your blog at wordpress.com : http://thenextweb.com/socialmedia/2010/08/12/the-new-tweet-button-launches-for-wordpress-com-users/ If

Re: [twitter-dev] Re: Streaming API and lists

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 9:33 PM, Decklin Foster wrote: On Aug 12, 11:46 am, Matt Harris thematthar...@twitter.com wrote: The streaming API allows you to follow user IDs and track keywords but not lists directly. Instead you need to follow all the user IDs of the list and then assemble their Tweets on your

Re: [twitter-dev] New tweet button - is t.co mandatory?

2010-08-12 Thread Tom van der Woerdt
On 8/12/10 10:21 PM, pthomsen wrote: I am implementing the tweet button for our site (http:// shop.moxsie.com), and since we use bitly pro, I'd like the short urls to use my own short domain (http://moxs.ie). It seems, though that I'm not able to get around the t.co shortener. If I put my

Re: [twitter-dev] oauth API and application name

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 2:46 AM, Stan Miasnikov wrote: Hi, I have implemented the oauth for a desktop application. The application has been approved and I get the token back and also can make HTTP requests using the token. However, when I post an update using the app, it shows ...via API instead of the

Re: [twitter-dev] OAuth and impact on Twitter userbase / volume

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 4:31 AM, TheGuru wrote: I'm curious to post this question to see if Twitter has fully thought out the impact of forcing OAuth onto their API applications. While it may appear to be a more secure method preferred in principle by users, the fact of the matter is that one of the main

Re: [twitter-dev] Total number of tweets containing a word

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 10:34 AM, Abhi wrote: Hi All, What is the best way of counting the number of tweets containing a phrase The Lost World 1. Is there an API call, I can make to retrieve this information or 2. Should I make an Search API call for the keyword at regular interval and store the

Re: [twitter-dev] OAuth and immediate redirect back to my site without questions

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 12:15 PM, Krot Vyacheslav wrote: Hello, all! I am a newbie to twitter api, so i have a simple question. I'm making single sign on with twitter on my site. Everything works fine, but one thing reallly annoyes me! If the client is signed in twitter and has already granted access to

Re: [twitter-dev] Send Custom Header

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 12:41 PM, alex wrote: Accept: */* Connection: close User-Agent: OAuth gem v0.3.4.1 Authorization: abcdefgh Host: api.twitter.com how to send the above header to api.twitter.com through PHP ? I do not know the exact code, but you will most likely want to use cURL.

Re: [twitter-dev] Re: Is Twitter misusing their own t.co url shortener?

2010-08-13 Thread Tom van der Woerdt
If you used a Base62 algorithm, then you can simply increase the value by one for the next url. I assume that Twitter did this for security reasons, just like bit.ly. Tom On 8/13/10 3:55 PM, Nik Fletcher wrote: I don't know how Twitter are shortening the URLs. However. IIRC Twitter's

Re: [twitter-dev] Re: New tweet button - is t.co mandatory?

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 5:04 AM, pthomsen wrote: I read in the techcrunch article, that the posting url is wrapped in t.co, but then when displayed in the stream, the url gets unwrapped again, so you should see the moxs.ie url (in my case). This doesn't happen for me. I only see the t.co url. Is there a

Re: [twitter-dev] Re: OAuth and impact on Twitter userbase / volume

2010-08-13 Thread Tom van der Woerdt
, Tom van der Woerdt i...@tvdw.eu wrote: On 8/13/10 4:31 AM, TheGuru wrote: I'm curious to post this question to see if Twitter has fully thought out the impact of forcing OAuth onto their API applications. While it may appear to be a more secure method preferred in principle by users

Re: [twitter-dev] Re: OAuth and impact on Twitter userbase / volume

2010-08-13 Thread Tom van der Woerdt
with hundreds of thousands of users, many of which are now affected... On Aug 13, 9:21 am, Tom van der Woerdt i...@tvdw.eu wrote: In that case, just get back to work and stop tweeting :-) Tom On 8/13/10 4:15 PM, TheGuru wrote: And, just to clarify, I am referring to web based api applications, where

Re: [twitter-dev] Re: OAuth and immediate redirect back to my site without questions

2010-08-13 Thread Tom van der Woerdt
Oops, sorry, my bad. I guess you're right :-) Tom On 8/13/10 4:32 PM, Otto wrote: On Aug 13, 8:58 am, Tom van der Woerdt i...@tvdw.eu wrote: On 8/13/10 12:15 PM, Krot Vyacheslav wrote: Hello, all! I am a newbie to twitter api, so i have a simple question. I'm making single sign

Re: [twitter-dev] OAuth + Whitelisting, transition questions

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 8:08 PM, Matt Trinneer wrote: Hello, I'm curious to understand how the transition to OAuth will take place for whitelisted accounts. Currently I have 2 streaming accounts, which if I understand correctly will not be impacted at all, and a whitelisted basic auth access (20k/hour)

Re: [twitter-dev] Twitter dialog after adding official tweet buttons to site (FF/Win)

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 10:38 PM, Jerry Thompson wrote: Hi All, Getting a weird JS dialog box in Firefox/Win after adding the tweet buttons from Twitter today. Does the error code 1281727137826 mean anything in particular? I cannot reproduce this problem in FF/Mac, Safari/Mac. But I received a number

Re: [twitter-dev] Twitter API keys fail to verify

2010-08-13 Thread Tom van der Woerdt
On 8/13/10 11:58 PM, Gurpartap Singh wrote: Will talk in points: # An existing OAuth app which already has xAuth access, works perfectly in the implementation. # Created a new OAuth app with Twitter. Got xAuth access for it through email. # Replaced the implementation's API keys to the

Re: [twitter-dev] Help with xAuth and PHP

2010-08-14 Thread Tom van der Woerdt
Hi, I've seen several things: 1. I *think* that your URL encode function is slightly wrong - this is what my PHP OAuth site has : return str_replace( '+', ' ', str_replace('%7E', '~', rawurlencode($input)) ); 2. You seem to be lucky that the sort order is right, but your

Re: [twitter-dev] Twitter 140 character limit break

2010-08-14 Thread Tom van der Woerdt
On 8/14/10 9:27 PM, Chris White wrote: It appears that the new twitter share link can be used to break the 140 character limit. Basically in Firefox you can do this: 1) In the URL bar enter http://twitter.com/share?url=Some over 140 character text 2) Hit enter 3) On the page resulting page

Re: [twitter-dev] Twitter 140 character limit break

2010-08-14 Thread Tom van der Woerdt
On 8/14/10 9:29 PM, Tom van der Woerdt wrote: On 8/14/10 9:27 PM, Chris White wrote: It appears that the new twitter share link can be used to break the 140 character limit. Basically in Firefox you can do this: 1) In the URL bar enter http://twitter.com/share?url=Some over 140 character

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

2010-08-14 Thread Tom van der Woerdt
On 8/14/10 11:20 PM, Mark W wrote: I've searched for a solution, but couldn't find one. I'm looking for a way that I can feed in a GeoLocation (Lat,Long) and get the latest x tweets posted from around that area. statuses/public_timeline doesn't support GeoLocation. I looked at search,

Re: [twitter-dev] iWeb difficulty with the URL-shortener used by the tweet button

2010-08-15 Thread Tom van der Woerdt
On 8/14/10 10:49 PM, madebymart wrote: In my website, I introduces the tweet button. My website is created with iWeb 3.0.1 and I used a HTML-snippet to put in the code given by the tweet button wizard. Now something goes wrong, I guess. Original link:

Re: [twitter-dev] OAuth Newb Question

2010-08-15 Thread Tom van der Woerdt
On 8/15/10 1:11 AM, artguillotine wrote: I have an application already created in php that access' twitter. There is a big switch to OAuth coming this week. How hard is it to add OAuth to an existing application and is there any examples or previous discussions in the groups? Do I have to

Re: [twitter-dev] Preserve OAuth tokens?

2010-08-15 Thread Tom van der Woerdt
On 8/15/10 9:33 PM, utsav wrote: Hey Folks I am creating a Twitter Application in Java as my Summer Project. I am new to this OAuth scene, however I have created simple twitter apps using Basic Authentication. I am using the Scribe library and I have completed reading the Twitter OAuth

Re: [twitter-dev] official twitter equivalent of tweetimag.es

2010-08-15 Thread Tom van der Woerdt
On 8/15/10 10:11 PM, Kyle Bragger wrote: Apologies if this has been asked before; ~45 min of searching and I couldn't find anything. I vaguely remember seeing something Twitter offered that was an official equivalent of tweetimag.es — non-volatile urls for user photos. Am I crazy? Yes,

Re: [twitter-dev] oauth_signature

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 12:36 PM, alex wrote: still confused about oauth_signature. what is oauth_signature? who generate oauth_signature? If it is consumer, how to generate oauth_signature ? Im using Abraham's PHP library TwitterOAuth OAuth signature is a short hash created from the data you are sending

Re: [twitter-dev] What can this error be about?

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 1:43 PM, Rushikesh Bhanage wrote: Hi there, We have developed an app (you can see http://honestfollowers.com), in which user can search for his honest followers. I have successfully tested this for users having up to 5k followers. But when I search with users having greater

Re: [twitter-dev] Twitter Button Counts

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 2:05 PM, artesea wrote: On my website I have added the Twitter Button and I want it to use my own customer short URL. However I'm finding it never counts the number of search results. eg:

Re: [twitter-dev] Streaming API limits

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 4:38 PM, Thiago Souza wrote: Hi, I know that it's possible to track up to 200 keywords per account, but how many accounts per IP is allowed? Regards, Thiago Souza Hi Thiago, I don't think that Twitter will give you these numbers. Just don't create more connections than

Re: [twitter-dev] Tweeting from a CMS

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 4:47 PM, stevew wrote: Under the old basic auth, I could have a section of our web based CMS that could enable logged in users to tweet to our company's twitter account without needing to know the username and password. However it appears to me that once twitter removes the

Re: [twitter-dev] OAuth authentication issuse

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 6:41 PM, Jims wrote: Hi guys, request:/1/statuses/update.json,error:Could not authenticate you. I am trying to post a tweet to one of my accounts using oAuth, with a script I wrote on PERL. I'm sending the request as a POST with the required tokens in the header. but I keep

Re: [twitter-dev] Re: What's the status of OAuth2 API?

2010-08-16 Thread Tom van der Woerdt
I don't think that the user even knows that he/she is using @Anywhere and not some homemade feature of the website he/she is visiting. Also, you can do a *lot* with @Anywhere and it doesn't really change very much when changing that to OAuth. I don't think that the user would care, as long as

Re: [twitter-dev] oauth friends_timeline request

2010-08-16 Thread Tom van der Woerdt
On 8/16/10 10:34 PM, rustbucket wrote: I'm in the middle of creating a twitter app using appcelerator, which means I'm limited to javascript. Luckily I've managed to get everything up and running using the oauth libraries available on google code but I'm stuck on what is probably an obvious

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 5:35 AM, Colin Hill wrote: I ran into an issue when authenticating via OAuth, using the token/secret pair offered for one of my apps, on the dev site (example) http://dev.twitter.com/apps/12345/my_token we use the perl OAuth::Lite::Consumer module and have no difficulty

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Tom van der Woerdt
Is there anything in the terms of use about best practice for auto- tweeting? Go find out? http://twitter.com/tos I refer to the irritating practice an app automatically tweeting a viral message from your account when you authenticate. e.g. I just got 50% somethingfactor on somelameapp.com,

Re: [twitter-dev] STATUS update after getting the Auth token using by using X-auth.

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 1:47 PM, LINUXGEEK wrote: can any one help in updating the status of my twitter account by using auth token and secret. am getting 401 error while doing this.. can any one give me code for updating the status. I could give you pseudocode, yes, but that will most likely be

Re: [twitter-dev] Re: OAuth authentication issuse

2010-08-17 Thread Tom van der Woerdt
(); input.close(); } catch (IOException e) { e.printStackTrace(); } } } On Aug 16, 10:13 pm, Tom van der Woerdt i...@tvdw.eu wrote: On 8/16/10 6:41 PM, Jims wrote: Hi guys

Re: [twitter-dev] Twitter button with custom URL shortener

2010-08-17 Thread Tom van der Woerdt
On 8/17/10 3:37 PM, romainst wrote: Hi everyone! I'm developer for a French News TV Channel, and as we already own a bit.ly Pro Entreprise account to have our own URL shortener with our domain, I just wanted to know if it were possible to deactivate t.co shortening on tweet buttons to keep

Re: [twitter-dev] nonce error when doing 'generated token' OAuth

2010-08-17 Thread Tom van der Woerdt
defined in the RFC? If that's the case, then the issue I've encountered here will only become more pervasive as more developers switch their implementations to OAuth over the next 13 days. This should be interesting... Thanks, Colin On 8/17/10 10:19 AM, Tom van der Woerdt wrote: On 8/17/10 5

Re: [twitter-dev] Auto tweeting - guidelines and reporting bad practice

2010-08-17 Thread Tom van der Woerdt
Taylor On Tue, Aug 17, 2010 at 7:21 AM, Tom van der Woerdt i...@tvdw.eu wrote: Is there anything in the terms of use about best practice for auto- tweeting? Go find out? http://twitter.com/tos I refer to the irritating practice an app automatically tweeting a viral message from your account

Re: [twitter-dev] xauth nonce and token secret

2010-08-17 Thread Tom van der Woerdt
On 8/18/10 12:11 AM, Olu wrote: I'm trying to implement Twitter XAuth for my application. My application has already been registered and approved for XAuth privileges. However, the documentation mentions that I need to include a nonce or token secret when authenticating. What is this? I have

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Tom van der Woerdt
(); input.close(); } catch (IOException e) { e.printStackTrace(); } } } i am using the above code.. On Aug 17, 7:24 pm, Tom van der Woerdt i...@tvdw.eu wrote: On 8/17/10 1:47 PM

Re: [twitter-dev] Need help to resolve this error.

2010-08-18 Thread Tom van der Woerdt
On 8/18/10 10:05 AM, Rushikesh Bhanage wrote: Hi Taylor / Abraham, I really need your help in this case. My whole app is ready without this small but important error. I have posted this question already, but didn't get proper answer, So I request you to assist me correctly or suggest any

Re: [twitter-dev] Re: STATUS update after getting the Auth token using by using X-auth.

2010-08-18 Thread Tom van der Woerdt
( \).toString(); one more question here when i am making the http request do i need to write the post body to the outputStream.. and tell me what should i change in the above code... On Aug 18, 3:28 pm, Tom van der Woerdt i...@tvdw.eu

Re: [twitter-dev] Twitter Over Capacity

2010-08-18 Thread Tom van der Woerdt
On 8/18/10 8:24 PM, Mukha Mudra wrote: Hi All, I just began to connect a Symbian application to Twitter via the REST API. The base URL used in signature is as follows POST%3A%2F%2Fapi.twitter.com%2Foauth%2Frequest_token %26oauth_consumer_key%3D***

Re: [twitter-dev] Update on Twifficiency

2010-08-18 Thread Tom van der Woerdt
+1 On 8/18/10 10:55 PM, Eric Marden - API Hacker wrote: On behalf of the Internet. Thank you. ~e On Wed, Aug 18, 2010 at 3:45 PM, Brian Sutorius bsutor...@twitter.com mailto:bsutor...@twitter.com wrote: Hi all, Over the past 24 hours, we've received some questions about the

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

2010-08-19 Thread Tom van der Woerdt
you have in your signature base string shouldn't be encoded.. it should just be as it works as a separator between portions: $HTTP_METHOD + percent_encoded($REQUEST_URI) + percent_encoded($URL_ENCODED_PARAMETERS) Taylor On Wed, Aug 18, 2010 at 12:03 PM, Tom van der Woerdt i...@tvdw.eu

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread Tom van der Woerdt
On 8/19/10 9:12 PM, João Paulo Sabino de Moraes wrote: Thanks for replying Taylor! So with XAuth, the user is not redirected to a Twitter Authenticating page , isn't it ? thanks Correct - the client simply sends the username/password to the Twitter server and gets OAuth keys back. Tom

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

2010-08-22 Thread Tom van der Woerdt
You can (should) use @anywhere for that. Tom On 22 aug. 2010, at 01:49, Claudia cbern...@gmail.com wrote: Anyone have any examples? I need to post to a single account from my web app and the whole thing is built with Javascript/jQuwey/JSON. Should it be just as easy in Javascript as in PHP

Re: [twitter-dev] Re: [twitter-api-announce] Announcing Site Streams Beta

2010-08-30 Thread Tom van der Woerdt
My initial thought was that this was for applications like TweetDeck where users have multiple accounts, but the docs say that Desktop clients should keep using the normal User Streams. Will there be an update for the User Streams to support having multiple accounts, are the docs wrong, or do you

Re: [twitter-dev] xAuth not Working (Help)

2010-08-30 Thread Tom van der Woerdt
Actually, it looks very much wrong. You are including your secret in the Base String and POST. Don't. Tom On 8/30/10 11:44 PM, Taylor Singletary wrote: Hi João, Can you share the code you use to actually execute the request? I'd like to make sure that all the OAuth-related parameters are

Re: [twitter-dev] Re: Streaming api returning 401 error on phrase tracking(logical AND)

2010-08-31 Thread Tom van der Woerdt
On 8/31/10 8:01 AM, Karthik K wrote: for example: trackwords: {starwars,obama} authorization with username,password: working using oauth :working trackwords: {star wars,obama} authorization with user name,password: working using oauth i get 401 error Thanks, Karthik Sounds like

Re: [twitter-dev] A day wasted trying to get public feed is OAuth the issue?

2010-09-01 Thread Tom van der Woerdt
You can't access external pages via javascript because of webbrowser security. You will have to write a script that gets the .json page and send that to your user (a proxy). Tom On 9/1/10 5:12 AM, jmargey wrote: Hi all, My first day working on a twitter app, basically I have a web page

Re: [twitter-dev] Re: xAuth not Working (Help)

2010-09-01 Thread Tom van der Woerdt
You should sort the fields in the Base String. Tom On 9/1/10 6:35 PM, Karthik wrote: Dear Taylor, I am developing an twitter app in MTK (Mediatek platform and my app has the x-auth privilages) My Issue: I am getting errocode 401 (Failed to validate oauth signature and token), only in

Re: [twitter-dev] Re: xAuth not Working (Help)

2010-09-01 Thread Tom van der Woerdt
in Simualtor On Sep 1, 9:37 pm, Tom van der Woerdt i...@tvdw.eu wrote: You should sort the fields in the Base String. Tom On 9/1/10 6:35 PM, Karthik wrote: Dear Taylor, I am developing an twitter app in MTK (Mediatek platform and my app has the x-auth privilages) My Issue: I am getting

Re: [twitter-dev] Re: Error 401 only in Target (working fine in simulator)

2010-09-01 Thread Tom van der Woerdt
Not iOS (iPhone, iPod Touch, etc) - my iPod Touch seems to be 18 seconds out of sync. Tom On 9/1/10 10:39 PM, M. Edward (Ed) Borasky wrote: I'd think mobiles - at least the common ones (iPhone, Android, Symbian, Blackberry, Palm, etc.) would be synchronized to world time automatically. At

Re: [twitter-dev] Raffi Matt to discuss Tweet Button User Streams @hackerdojo Sept 8th, Wednesday eve

2010-09-01 Thread Tom van der Woerdt
If you picked a place that was a bit closer to me, I would have come. But sorry, I will not travel 8000 kilometers for that. ;-) Tom On 1 sep. 2010, at 23:08, Matt Harris thematthar...@twitter.com wrote: Yes, we'll be there. Looking forward to it. Who else on the list is going? - it's nice

Re: [twitter-dev] Re: Automated OAuth

2010-09-02 Thread Tom van der Woerdt
Don't worry, you'll get your answer, and if not then you'll just have to wait until my school is over (which is now). Anyway, to answer your question: Yes, you may like to use xAuth to convert all username/password combinations to OAuth credentials. For new users you should simply do the OAuth

Re: [twitter-dev] posting with PHP

2010-09-02 Thread Tom van der Woerdt
These scripts (Basic Authentication) were blocked a few days ago. You should use OAuth. http://dev.twitter.com/pages/auth Tom On 9/2/10 4:16 PM, Robertvlienden wrote: Hello! I have a question, I want to programm a simple twitter BOT that shouts some quote's and things like the time.

Re: [twitter-dev] Where Am I going wrong? Can't get past step 1 of Oauth Integration in PHP...

2010-09-02 Thread Tom van der Woerdt
On 9/2/10 6:46 PM, Ryan wrote: Spent the day trying to get OAuth working with PHP, curse August the 31st, first time I've heard of it, etc,etc. Anyhow I need some help to see where I'm going wrong with this code to retireve the auth token Please... ?php function CalcHmacSha1($data,$key)

Re: [twitter-dev] OAuth Authentication Authorization interchangeability?

2010-09-02 Thread Tom van der Woerdt
On 9/2/10 8:24 PM, Jonathan del Strother wrote: Hi, Our site offers cross-site logins using Twitter's authentication oauth url, and also has post-to-twitter functionality using the authorization url. To what extent are the tokens obtained from either of these interchangeable? It seems like

Re: [twitter-dev] Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-02 Thread Tom van der Woerdt
There's only one thing I notice and that is that you seem to be adding a = to your signature. Why? I also noticed that you don't URL encode the values in $content. If I recall correctly, you have to URL encode those as well. If that was not the issue, then please show your Base String and the

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 his

  1   2   3   4   5   >