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

2010-08-10 Thread Tom van der Woerdt
thi Every Tweet you send via the Twitter API via OAuth will have it. I'm not sure about @Anywhere, although I imagine that it's the same. If you send via the web-interface, then it will have Web. If you send via Basic Auth and don't include an application name, it will say "via API". Tom

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

2010-08-10 Thread Tom van der Woerdt
just considered the slug to be unpredictable. > > Also, I wouldn't mind knowing the rationale behind allowing same-named > lists. We won't be allowing that through our app. > I call that Twitter's AI. Twitter knows that you are a developer and instead of putting 2, it put it in binary - 10! Although it's most likely a bug. Tom

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

2010-08-10 Thread Tom van der Woerdt
ation may be wrong.) Tom On 8/10/10 1:21 PM, punit khaire wrote: > Thanks Tom, > > We are using Eset antivirus and it is also firewalled.I am getting below > error when executing > Request token API, > > /An existing connection was forcibly closed by the remote hos

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 authentica

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

2010-08-10 Thread Tom van der Woerdt
Sorry for the double post, but I just realized: is your public IP firewalled? That could possibly be the issue. Also, is the error you are getting a Firefox (or any browser) error, or an OAuth/Twitter error? Tom On 8/10/10 1:11 PM, punit khaire wrote: > Hi, > > Thanks, for t

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

2010-08-10 Thread Tom van der Woerdt
Oh, it's the same computer? In that case, my timestamp issue doesn't apply. You should check that all localhost URLs have been removed and changed to the public addresses. That's all I can think of - like I already said, OAuth (and Twitter) doesn't really care about IP addres

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 twitt

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

2010-08-10 Thread Tom van der Woerdt
#x27;t really apply), the most likely cause of this error is the timestamp of the computer running the application. Tom On 8/10/10 12:07 PM, punit khaire wrote: > Hey Taylor Thanks,for reply, > > My problem redirect is solved.Now the problem is , > > I developed website

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

2010-08-09 Thread Tom van der Woerdt
different? > Some more information is on our support site: > http://support.twitter.com/articles/142161-advertisers > http://support.twitter.com/groups/35-business/topics/127-frequently-asked-questions/articles/142101-promoted-tweets > > Best, > Matt Tom PS: This is what my community thi

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

2010-08-09 Thread Tom van der Woerdt
and/or the users for doing this? Correct me if I am completely wrong (wouldn't be the first time today) but Twitter is offering it's own advertisements to developers - I don't see why any developer would implement that. Tom On 8/9/10 9:36 PM, themattharris wrote: > Hey Develo

[twitter-dev] Re: Best method of displaying a list of friends

2010-08-09 Thread Tom
last post - it's a non-documented API endpoint and as far as I know, they should not be used. Tom On Aug 9, 4:58 pm, Taylor Singletary wrote: > The friends/ids method has a friend of its own: users/lookup -- which allows > you to bulk your users/show calls by about 100 users at a t

[twitter-dev] Re: How is this a solution?

2010-08-09 Thread Tom
And anyone who manages to find out how your client-server connection works, can act as if they are using your application - exactly the same issue as the one which Twitter currently has, except that it may be a bit easier or harder, depending on the used protocol. Tom On Aug 9, 6:50 pm, Jef

[twitter-dev] Re: Best method of displaying a list of friends

2010-08-09 Thread Tom
I don't think that there is an API which allows you to do this. Caching is important here. What you can do, for example, is simply get the home timeline (which also contains user objects) and store these users in your cache - possibly a few (max. 32) pages. Tom On Aug 9, 1:03 am, Alex

[twitter-dev] Re: streaming API help (regular API works)

2010-08-09 Thread Tom
You can't re-use signatures. Signatures use a nonce which is unique, a timestamp that will invalidate the request after about 5 minutes, and a signature that is based on the request you do (including URL). Tom On Aug 9, 4:22 am, ianrose wrote: > Hi - > > I hope I am not posting a

[twitter-dev] Re: How is this a solution?

2010-08-09 Thread Tom
o matter how good the encryption is. Tom On Aug 9, 4:50 am, Jef Poskanzer wrote: > On Aug 7, 10:52 am, "@epc" wrote: > > > What's the approved open source solution to this problem? > > You don't have to make it a full-fledged web app as Ed Borasky says. > You c

[twitter-dev] Re: Can we use localhost to tweet messages using oAuth authentication??

2010-08-09 Thread Tom
sure to do proper URLencoding on the callback. Tom On Aug 8, 7:30 am, punit khaire wrote: > Thanks Tom, > > I am using localhost to tweet messages but it is giving error message as > Failed to authenticate with oauthe signature and token.Is this happening > because I had giv

[twitter-dev] Re: when access xauth(access_token)

2010-08-09 Thread Tom
Make sure that : 1. You send the right OAuth header 2. You actually have Twitter's permission to use xAuth. Tom On Aug 9, 5:31 am, jack cai wrote: > when i  access xauth(access_token),response http 401,cay response > detail infomation? > > So I know what went wrong

[twitter-dev] Re: what's wrong with the search API?

2010-08-09 Thread Tom
I think that Bruce means that he only gets tweet IDs, and not the actual tweets. Make sure to use http://search.twitter.com/search.format and not any other endpoint (except for https://, of course). Tom On Aug 9, 3:45 pm, Taylor Singletary wrote: > Hi Bruce, > > I can't help you

[twitter-dev] Re: How is this a solution?

2010-08-08 Thread Tom
ation (assuming that it uses libcrypto for the SHA1-HMAC part). Bottom line: there's not really a solution to this issue, and you can't blame Twitter for that. Tom On Aug 8, 2:24 am, marketingmaniac wrote: > twitter did this for 1 reason and only 1 reason,, sucks i know but > t

[twitter-dev] Re: Uploading a Profile Image help

2010-08-08 Thread Tom
That's a lot of code, but it's easier to debug this kind of issues if you show the request to Twitter. Tom PS: You should switch to oAuth! On Aug 8, 2:28 am, marketingmaniac wrote: > i use to have this app that suddenly doesn't work anymore,, it use to > work perfectly a

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

2010-08-07 Thread Tom
How are you generating the signature? Tom On Aug 7, 2:43 pm, "Punit.khaire" wrote: > Hi guys, > > I started to work on the twitter application .Our main task is to > tweet messages using oAuth authentication. > > I am sending below request using GET method, >

[twitter-dev] Re: Can we use localhost to tweet messages using oAuth authentication??

2010-08-07 Thread Tom
Yes, you can. Any application that can sign oAuth requests can send tweets. Tom On Aug 7, 2:44 pm, "Punit.khaire" wrote: > Can we use localhost to tweet messages using oAuth authentication??

[twitter-dev] Re: Get resolved URLs?

2010-08-06 Thread Tom
I agree - it would be nice to have this. Possibly as an entity? <http://dev.twitter.com/pages/tweet_entities> Tom On Aug 6, 6:35 pm, Brian Medendorp wrote: > I can see that twitter itself must be resolving any shortened URLs > somewhere, because if you search for a domain n

[twitter-dev] Re: I ask to debug [0] => array and list => Array

2010-08-06 Thread Tom
show_all_inline_media is, as far as I know, a setting that determines whether to show images on /home, instead of standard urls like twitpic. Tom On Aug 6, 8:15 pm, CWorster wrote: > Hi, > > > I wanted to know what the variable > > here's a list about return values I fo

[twitter-dev] Re: OAuth singing on BlackBerry

2010-08-06 Thread Tom
Hi, I don't have a java compiler ready so I can't test your code. The page about xAuth shows all steps between the start and the actual signature. Try reproducing every single one of these values. (Usually you can simply log all steps and then compare the results with the xauth page.)

[twitter-dev] Re: POST :user/lists

2010-08-06 Thread Tom
can't find it there, Google. Of course, you can always ask it on this list. Tom On Aug 6, 10:58 am, Ken wrote: > I'd like some help as I implement and test the API methods, of which > there are dozens. > > For example, the "create list" method, titled "P

[twitter-dev] Re: Will you guys help me here?

2010-08-06 Thread Tom
nce. You're welcome. One more note before ending this message: You should consider using JSON instead of XML. It's easier to parse and requires less bandwidth. Tom

[twitter-dev] Re: I ask to debug [0] => array and list => Array

2010-08-06 Thread Tom
Sorry, but I have no idea what you are talking about. Please answer these questions : 1. What are you trying to achieve? 2. What is the Twitter data (json/xml) you get? 3. What is the actual problem? Tom On Aug 6, 3:15 pm, twiDDern wrote: > Hello > sorry for the bad english! > &

[twitter-dev] Re: how to send my consumer key and consumer secrect from hearder

2010-08-06 Thread Tom
Hi, The best option for starting developers is to use a Twitter library, which you can find at http://dev.twitter.com/pages/oauth_libraries The setup procedure depends on the library. Tom PS: I hope that your programming code has less typo's than your messages ;-) On Aug 6, 8:14 am, c

[twitter-dev] Re: Posting Comments using OAuth in C#.NET

2010-08-06 Thread Tom
There are several .NET libraries here : http://dev.twitter.com/pages/oauth_libraries Tom On Aug 6, 11:25 am, Siva Shunmugam wrote: > Hi Guys, > > can you give me some sample code which posts the comments to the > twitter using OAuth. > > Thanx. > Siva

[twitter-dev] Re: Good morning

2010-08-06 Thread Tom
I'm sure that there are people here who can teach you all kinds of stuff, but they would all direct you to the documentation eventually. Keep reading, and if you have questions, just ask them here. ;-) Tom On Aug 5, 1:07 pm, Brian Fromme wrote: > I am having a hard time reading it

[twitter-dev] Re: Remote Server Error : 403 Forbidden

2010-08-06 Thread Tom
Well, 1 thing I notice is that you are using Basic Authentication. Don't! Also, I don't see what you are sending - I only see code. Can you show an example request? Tom On Aug 6, 11:22 am, Siva Shunmugam wrote: > Hi Guys, > > I have created a code which posts the comments t

[twitter-dev] Re: Got rejected from becoming API whitelist

2010-08-05 Thread Tom
is about how to limit the amount of calls. In most cases, applications will work fine by using the Stream API and a limited number of REST requests. But this depends on your application. Tom On Aug 5, 1:47 am, Jeansu Park wrote: > Hello guys, > > My company just got rejected from

[twitter-dev] Re: How to retreive all tweets in time range in .net

2010-08-05 Thread Tom
You can't specify a time range, only a count and since_id. You will have to retrieve enough tweets (to the maximum of 3200, if necessary) and then select the tweets you want. Tom On Aug 5, 11:35 am, Shikha Gupta wrote: > Hi all, > > I need to retreive all the tweets in a time

[twitter-dev] Re: Open Source Streaming libraries that use oAuth?

2010-08-04 Thread Tom
In which language? Tom On Aug 5, 1:01 am, "M. Edward (Ed) Borasky" wrote: > Are there any open source libraries to connect to Streaming that use oAuth? > > -- > M. Edward (Ed) Boraskyhttp://borasky-research.nethttp://twitter.com/znmeb > > "A mathematician is

[twitter-dev] Re: Using the Authorization header

2010-08-04 Thread Tom
Oops, silly me, didn't read the full post. Sorry. Make sure to watch for character encoding and timestamps. Especially timestamps are known to cause trouble. 401 errors are almost never an issue at Twitter. Tom On Aug 5, 1:34 am, Tom wrote: > You are sending realm="" in

[twitter-dev] Re: Using the Authorization header

2010-08-04 Thread Tom
You are sending realm="" in your Authorization header. It doesn't belong there. ;-) Tom On Aug 4, 6:19 pm, Ben Jones wrote: > Hi all, > > I'm currently writing my own OAuth lib for use with Twitter and have > gotten stuck whilst using the > Authorization H

[twitter-dev] Re: Open-source, distributed PHP app and consumer secret

2010-08-01 Thread Tom
ould be my solution) - You can simply not care at all about the keys - after all, there is (imo) no real threat in exposing them to customers. - You can let them use the new Twitter extension for open source twitter clients - although I am not sure whether it's ready yet. Tom On Aug 1, 1:49 am,

[twitter-dev] Re: Uploading photo w\ OAuth echo

2010-08-01 Thread Tom
ute the request. If you send a wrong header, then TwitPic will *get* the 401 error and simply return it to you. If you don't like text, here's a simple data scheme: normal: client -> twitter with echo: client -> twitpic -> twitter Tom On Aug 1, 8:40 am, Bondi wrote: > Thank

[twitter-dev] Re: OAuth API Down (or am I just blocked)?

2010-07-31 Thread Tom
"Temporary failure in name resolution" DNS error. It's most likely an error at your end, not at twitter's Tom On Jul 31, 3:52 pm, cballou wrote: > Could a twitter dev let me know if my application has been temporarily > blocked?  I've got exceptions being

[twitter-dev] Re: Getting Started...

2010-07-31 Thread Tom
ure is the same. Tom On Jul 31, 3:48 am, Stephen wrote: > Just going to chime in that I'm having the same problem with my own > implementation, despite following the documentation exactly. Even > sending the exact header that Tom linked to, "OAuth > oauth_nonce="QP70eN

[twitter-dev] Re: Invalid / used nonce

2010-07-30 Thread Tom
Hi Mounir, I'm using this code myself, maybe you can transform it to the language you use. http://www.devonferns.com/cocoablog/?p=45 Tom On Jul 30, 11:32 am, Mounir Regragui wrote: > Hello Taylor! > > I don't think the error has something to do with the access token, >

[twitter-dev] Re: Getting Started...

2010-07-30 Thread Tom
oken - all information is there, including values which you get between the steps. Tom On Jul 30, 11:46 am, Andy Dixon wrote: > Hello, > > I'm trying to migrate my code across to using oAuth, and there is no class > for oAuth in the language I use, so I'm having to drop in at

[twitter-dev] Re: Uploading photo w\ OAuth echo

2010-07-30 Thread Tom
redentials. Tom On Jul 29, 3:21 pm, Bondi wrote: > Hi. > > I also keep getting 401 from Twitpic. > > Just to make sure - do we need to add the realm to the signature > calculation ? Or only to the header ? > > Thanks for the help, > Roi.

[twitter-dev] Re: Better support for Developers

2010-07-27 Thread Tom
year old kid doing some programming. No insult intended, but if a 17 year old kid can do it, you'd say that it would be easy for a professional. ;-) Tom On Jul 28, 1:04 am, globaljobber wrote: > Hi, > > I am not one for rocking the boat.and am sure I'm going to get &

[twitter-dev] Re: Twitter backup script

2010-07-18 Thread Tom Roggero
I've tried your script on Mac, it only works for first 3 pages that's weird (i'm running darwin ports for xml functions)... Anyway, tried manually do it through firefox, latest page is 16. That's the limit. But if you have the ID of the previous tweets you could use statuses/SHOW for that ID... the

[twitter-dev] Re: "secure" key -> desktop applications?

2010-06-24 Thread Tom
stupid, but I'd like to propose a change in oAuth (1.1?) so that it's no longer needed to supply both keys. Where can I do this? Tom On Jun 24, 12:04 am, Jef Poskanzer wrote: > You're right in theory that requests after the initial authentication > step should not

[twitter-dev] Re: "secure" key -> desktop applications?

2010-06-23 Thread Tom
o together, so why not make a normal client twice as long? Sure - I can implement it the way the oAuth is used, but it seems wrong. Tom On Jun 23, 5:18 pm, Taylor Singletary wrote: > Hi Tom, > > I'm happy you're fully considering the implications here. With desktop > appl

[twitter-dev] "secure" key -> desktop applications?

2010-06-23 Thread Tom van der Woerdt
tion? Anything that can damage my twitter account and/or the application? Tom

[twitter-dev] Invalid signature - but it's fine

2010-06-22 Thread Tom
PXIOKHKE", oauth_consumer_key="QetEw0FtIfvaNyBfgxRYmw", oauth_timestamp="1277230019", oauth_token="18911703- HjjtYklryN9C99pfTiXWs52PvEqrfabluLCdh5IJU" No post body. Tom

[twitter-dev] Non-Followers

2010-06-20 Thread Tom Shaw
d people you are following. The key should return whether or not that user is following you back. Currently the only method I see to find all non followers is to query all friends and followers and do a manual comparison? Many thanks. Tom

RE: [twitter-dev] 502 Bad Gateway when trying to receive xml results

2010-06-15 Thread Tom Fulcher
Thanks so much for letting me know! That should've been my first port of call! Check if the fail whale was swimming! From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Rajiv VermaT Sent: Tuesday, 15 June 2010 3:07 PM To: twitter-devel

[twitter-dev] statuses/followers incorrectly ordered

2009-12-02 Thread tom
ear essentially unordered - doing a simple curl call shows that we're not even getting the latest 100 users back. This is causing some problems in our app as we depend on the ordering being as documented. Has anyone else noticed this? Can anyone from Twitter confirm? Thanks, Tom

[twitter-dev] Re: How to find out which of your lists someone is a member of.

2009-11-13 Thread tom
in a list is implemented, this will get a lot easier as you'll be able to cache the list members, but until then can anybody else know of a workaround? Tom On Nov 12, 6:43 pm, Nelu Lazar wrote: > You may use GET /:user/:list_id/members/:id as an > option:http://apiwiki.twitter.com/

[twitter-dev] How to find out which of your lists someone is a member of.

2009-11-12 Thread tom
g less API calls)? Thanks, Tom

[twitter-dev] where will we be next year

2009-10-09 Thread tom
With the 2010 elections coming soon,and an angry electorate I can see twitter playing an unheard of influence on these elections.. as i see it the tasks will be KEEP IT ACCURATE,keep it brief,and keep it relevant The pols are allready sitting up and taking notice, NOTE;;the 18 to 30 year old elec

[twitter-dev] Having Twitter automatically update a 3rd party site user's status

2009-10-05 Thread Tom Farvour
Hello, I'm developing for the E.Factor, an entrepreneurial website. I have a question that I am wondering if it's possible to do. Facebook has an app that allows a user to configure their Facebook status updates to automatically be updated when they post something to their Twitter feed. Is it po

[twitter-dev] Re: Statuses/destroy is returning 400 even though tweet is deleted sucessfully

2009-08-26 Thread Tom Nichols
+1 - I am experiencing the same problem. I'm running Twitter API requests as part of a unit test for my code (HTTPBuilder- http://groovy.codehaus.org/modules/http-builder/). This has always worked fine up until a couple weeks ago. Looks like there is a bug report here: http://code.google.com/p/

[twitter-dev] Re: track syntax

2009-08-09 Thread Tom Fitzgerald
get that exact code working on your server? On Aug 3, 2:12 pm, Joel Strellner wrote: > Hi Tom, > > I am not sure about XML, since I use JSON - it has a much lower > over-the-wire data size, and its easier to parse. > > Let me know if the code works for you. > > -Joel >

[twitter-dev] Re: track syntax

2009-08-03 Thread Tom Fitzgerald
ng = true; >                 $count = 1; >                 unset($header_arr, $headercount); >             } >         } >         if (trim($line) != '') $count++; >     } >     fclose($fp);} > > ?> > > The only changes I made was to echo things out

[twitter-dev] Re: track syntax

2009-08-02 Thread Tom Fitzgerald
Joel, For some reason when I try your code I get a timeout error. Any suggestions? What you have is exactly what I'm looking for. It could really help me out a jam, thanks! On Jul 27, 4:02 pm, Joel Strellner wrote: > Here is a working example of how to do /track: > > $count = 1; > $startparsing

[twitter-dev] make links from description clickable

2009-07-13 Thread Tom
I'm kinda new to php and have no clue how to do this, but how would I make links from the description field clickable? I know I need to add text but how do i go about doing it, below is the coding I'm using currently. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =-=-=

[twitter-dev] Re: page and since_id Parameters

2009-04-29 Thread Tom Cole
: Wednesday, April 29, 2009, 3:29 PM Hi Tom,     The since_id limits the results to only those greater than you id, but it does not change the page size. Each page will contain 20 until you reach id 1649254235, when there will be no more results. Thanks; – Matt Sanford / @mzsanford      Twitter Dev

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-27 Thread Tom Klaasen
Hi Alex, I'm also interested in developing third-party twitter application. In fact, I've already worked on some. Real name: Tom Klaasen Twitter: @tomklaasen email: t...@10to1.be I'm an experienced Ruby on Rails developer in Belgium. Worked with Java/JEE for 10 years, now f

[twitter-dev] Re: Sign in with Twitter

2009-04-16 Thread Allen Tom
On Apr 16, 9:52 am, Doug Williams wrote: > Matt has deployed our answer for one click login. It requires only a small > change to the normal Twitter OAuth workflow and is documented here: > > http://apiwiki.twitter.com/Sign-in-with-Twitter > > This is the perfect tool for web applications wanting

[twitter-dev] Re: Some profile images are PNG, but reported as JPGs

2009-03-30 Thread Tom Parker
r to consider this an API bug earlier, as it's also an issue with the web front end, not just the API. Tom

[twitter-dev] Some profile images are PNG, but reported as JPGs

2009-03-30 Thread Tom Parker
round this sort of brokenness, but then my client gets confused when trying to load what it thinks is a JPG and thinks it's invalid, when it's in fact just badly named. Now, I'm going through the process of fixing said client, but if Twitter could do this properly on their end, it would

[twitter-dev] Accept header and OPTIONS method

2009-03-07 Thread Tom Nichols
Two questions: 1. Could the REST API use the Accept header rather than looking for the content-type in the URL? i.e. instead of doing: http://twitter.com/statuses/public_timeline.json do this: http://twitter.com/statuses/public_timeline with an Accept: application/json header? I understand yo

POST, Expect header, and Apache HttpClient (Java)

2008-12-24 Thread Tom Nichols
There is a similar issue when using Apache HttpClient (a common HTTP framework for Java). It appears that POST requests will automatically add an Expect: 100-Continue header. And I suspect this is failing because HttpClient does not attempt to send auth credentials until first challenged by a 40

Re: Expect Header Issue for .NET developers

2008-12-24 Thread Tom Morris
as been logging 417s most of today. I logged in and added: curl_setopt($ch, CURLOPT_HTTPHEADER, array('Expect:')); Other libcurl-based libraries may be affected. There are plenty of reports about 417 and Expect on the cURL website - http://curl.haxx.se/ - and on the websites of particular l

<    1   2   3   4   5   6