[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 a href=link here text /a but how do i go about doing it, below is the coding I'm using currently.

[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

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

2009-11-12 Thread tom
calls)? 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 cont...@nelulazar.com wrote: You may use GET /:user/:list_id/members/:id as an option:http://apiwiki.twitter.com

[twitter-dev] statuses/followers incorrectly ordered

2009-12-02 Thread tom
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] Invalid signature - but it's fine

2010-06-22 Thread Tom
- HjjtYklryN9C99pfTiXWs52PvEqrfabluLCdh5IJU No post body. Tom

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

2010-06-23 Thread Tom
, 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 taylorsinglet...@twitter.com wrote: Hi Tom, I'm happy you're fully considering the implications here. With desktop applications

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

2010-06-24 Thread Tom
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 jef.poskan...@gmail.com wrote: You're right in theory that requests after the initial authentication step should not really need the app's credentials

[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 gerardn...@exciteinternet.co.uk wrote: Hi, I am not one for rocking the boat.and am sure I'm going to get

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

2010-07-30 Thread Tom
. Tom On Jul 29, 3:21 pm, Bondi roibo...@gmail.com 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: Getting Started...

2010-07-30 Thread Tom
information is there, including values which you get between the steps. Tom On Jul 30, 11:46 am, Andy Dixon andy.di...@zxcreative.com 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 the deep end

[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 reg.mou...@gmail.com wrote: Hello Taylor! I don't think the error has something to do with the access token, because

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

2010-07-31 Thread Tom
is the same. Tom On Jul 31, 3:48 am, Stephen jackroof...@gmail.com 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

[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 ball...@gmail.com wrote: Could a twitter dev let me know if my application has been temporarily blocked?  I've got exceptions being thrown on the following

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

2010-08-01 Thread Tom
. 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 roibo...@gmail.com wrote: Thanks Tom ! So that is what

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

2010-08-01 Thread Tom
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, Michael Babcock

[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 benjamin.david.jo...@gmail.com wrote: Hi all, I'm currently writing my own OAuth lib for use with Twitter and have gotten stuck whilst using the Authorization HTTP header

[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 allerleiga...@gmail.com wrote: You are sending realm

[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 zn...@borasky- research.net 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 a device

[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 shikhag.gu...@yahoo.com wrote: Hi all, I need to retreive all the tweets

[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 jeansu.p...@gmail.com wrote: Hello guys, My company just got rejected

[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 sivashunmuga...@gmail.com wrote: Hi Guys, I have created a code which posts

[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 b.from...@gmail.com wrote: I am having a hard time

[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 sivashunmuga...@gmail.com wrote: Hi Guys, can you give me some sample code which posts the comments to the twitter using OAuth. Thanx. Siva

[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, chinna

[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 landmatro...@googlemail.com wrote: Hello sorry for the bad

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

2010-08-06 Thread Tom
and requires less bandwidth. Tom

[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 k...@cimas.ch 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 POST :user/lists on dev.twitter.com

[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.) Tom

[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 cwors...@schlimmer.com wrote: Hi, I wanted to know what the variable here's a list about return values I found

[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 brian.medend...@gmail.com wrote: I can see that twitter itself must be resolving any shortened URLs somewhere, because if you search for a domain

[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 punit.kha...@gmail.com wrote: Can we use localhost to tweet messages using oAuth authentication??

[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 punit.kha...@gmail.com 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, http

[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 execut...@gmail.com wrote: i use to have this app that suddenly doesn't work anymore,, it use to work perfectly

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

2010-08-08 Thread Tom
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 execut...@gmail.com wrote: twitter did this for 1 reason and only 1 reason,, sucks i know but they did

[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 taylorsinglet...@twitter.com wrote: Hi Bruce, I

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

2010-08-09 Thread Tom
to do proper URLencoding on the callback. Tom On Aug 8, 7:30 am, punit khaire punit.kha...@gmail.com 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 given

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

2010-08-09 Thread Tom
the encryption is. Tom On Aug 9, 4:50 am, Jef Poskanzer jef.poskan...@gmail.com wrote: On Aug 7, 10:52 am, @epc epcoste...@gmail.com 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 can also use a server-side proxy

[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 ianros...@gmail.com wrote: Hi - I hope I am not posting

[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 Chang

[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
- 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 taylorsinglet...@twitter.com 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

Re: Expect Header Issue for .NET developers

2008-12-24 Thread Tom Morris
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 language bindings. -- Tom

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

[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

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

2009-03-30 Thread Tom Parker
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 be most helpful Tom

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

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

[twitter-dev] Re: Sign in with Twitter

2009-04-16 Thread Allen Tom
On Apr 16, 9:52 am, Doug Williams d...@twitter.com 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

[twitter-dev] Re: page and since_id Parameters

2009-04-29 Thread Tom Cole
-talk@googlegroups.com Date: 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

[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 j...@twitturly.com wrote: Here is a working example of how to do /track: $count = 1;

[twitter-dev] Re: track syntax

2009-08-03 Thread Tom Fitzgerald
.  It did take a little bit of time to connect.  I am assuming that that is because of their current load though, and not the script. On Aug 2, 2:25 am, Tom Fitzgerald ccexpe...@gmail.com wrote: Joel, For some reason when I try your code I get a timeout error. Any suggestions? What you have

[twitter-dev] Re: track syntax

2009-08-09 Thread Tom Fitzgerald
code working on your server? On Aug 3, 2:12 pm, Joel Strellner j...@twitturly.com 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 On Mon, Aug 3, 2009 at 10:55

[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:

[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

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-dev] Non-Followers

2010-06-20 Thread Tom Shaw
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

[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...

[twitter-dev] Whitelist status update

2010-09-21 Thread Tom Monaghan
guys were still pretty backed up and recommend that the OP resubmit. Is this still the recommend course of action? Best, Tom -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http

[twitter-dev] status destroy / caching in NewTwitter.

2010-10-05 Thread Tom Monaghan
are the new caching expiration values? Are there plans to decrease them? Is there a goal min/max that we can expect? Is what I've described expected behavior? Any help would be appreciated. Thanks much, Tom -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates

[twitter-dev] Re: Extreme caching of deleted tweets in 'statuses/home_timeline'

2010-10-10 Thread Tom Monaghan
, Tom On Oct 10, 4:06 am, CWorster cwors...@schlimmer.com wrote: Hello, I start noticing this issue 3-4 days ago. The deleted tweets disappeared after several hours (up to 12 h). Today there's a deleted status (26830561229) that still show up in 'statuses/home_timeline' after 22 hours

[twitter-dev] Twitter API

2010-11-26 Thread Tom Callahan
with this. Your support cooperation will be highly appreciated. Thanks in advance!! Regards, Tom -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api

[twitter-dev] Re: Twitter API

2010-11-29 Thread Tom Callahan
/sign_in_with_twitter For end-user is just like one-click operation, he doesn't need to generate the access token. All the magic comes from server-side. You will need an access token for every account you working with. This is just how OAuth works. On Fri, Nov 26, 2010 at 6:20 PM, Tom Callahan skmajumder

[twitter-dev] Re: lang=en queries to search API not working

2010-11-29 Thread Tom Park
We are seeing the same problem. RSS feeds with lang=en stopped working ~2 days ago (they were working prior). It appears if you use iso_language_code=en then it works. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Twitter API

2010-11-29 Thread Tom Callahan
and got his access token you're free to use all the API methods like statuses/mentions (replies):http://dev.twitter.com/doc/get/statuses/mentions Good luck! On Mon, Nov 29, 2010 at 5:35 PM, Tom Callahan skmajumder...@gmail.com wrote: Thank you very muchit worked :-) Can you also please

[twitter-dev] Re: oAuth still working for everyone.?

2010-12-02 Thread Tom Schlick
That may be so but a little warning would have been nice. Obviously you knew people were using the wrong practice in mass scale. Educating people that they were doing so before you made the change would have been nice. -- Twitter developer documentation and resources: http://dev.twitter.com/doc

[twitter-dev] Re: PHP OAuth app stopped working magically

2010-12-17 Thread Tom Buck
was always passed - sometimes it isn't - so hopefully I've saved you one gotcha there ;-) Cheers, Tom. On Dec 17, 7:34 pm, Nicolás López Zerpa nico89...@gmail.com wrote: Hello everyone. About a month ago, I've added to our news website the feature to login using Twitter. It uses OAuth to get

[twitter-dev] Application suspended, how long to wait to review and make good again?

2010-12-17 Thread Tom Buck
to people about these issues? If you could take a brief look and post any details here or wherever's the more convenient for you, I'd really appreciate it. Thanks! Tom Buck -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com

[twitter-dev] Re: Tweet Button Error

2011-03-03 Thread Tom Mc
I've noticed the same thing, and if I've got firebug open, I see an error referring to jQuery not being defined. On Mar 3, 9:54 am, Jerry Thompson jerrycando...@gmail.com wrote: Just noticed that the Twitter's Tweet button which opens up a popup window for sharing, upon posting to Twitter,

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-20 Thread Tom Gibara
this mean that, at a minimum, the user will be informed that my application may read their tweets and account details? This won't be the case, and I don't want to give users that impression. Tom. On 20 March 2011 17:05, Ninjamonk dar...@stuartmedia.co.uk wrote: search for sign in with twitter

Re: [twitter-dev] Re: OAuth without read or write access

2011-03-21 Thread Tom Gibara
Thanks for the confirmation. I guess I'll have to rely on informing the user as you suggest. It looks like a gap in the API to me, there must be plenty of websites out there that might want to confirm a user's identity with their twitter account, without wanting access to their tweets. Tom

[twitter-dev] X-Ratelimit-Reset, Retry-After, and what the actual values mean

2011-04-01 Thread Tom Mc
the calculations, regardless of if i've hit the rate-limit I always get a time back that is 1 hour in the future. I feel like I'm just making a stupid mistake and overlooking something, but any help that you can provide would be much appreciated. Thanks, Tom McConlogue -- Twitter developer documentation

[twitter-dev] secure key - desktop applications?

2010-06-23 Thread Tom van der Woerdt
? Tom

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 Developers, As you might know

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

2010-08-09 Thread Tom van der Woerdt
/groups/35-business/topics/127-frequently-asked-questions/articles/142101-promoted-tweets Best, Matt Tom PS: This is what my community thinks - Please don't consider it pointless bashing ;-) On Aug 9, 1:12 pm, scotth_uk satsc...@gmail.com wrote: I Agree with Tom. Please explain more on how

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

2010-08-10 Thread Tom van der Woerdt
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 for twitter OAuth using .net 2.0,I

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
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 addresses. Tom On 8/10

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 the reply

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
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 host/ For more info you can hit

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

2010-08-10 Thread Tom van der Woerdt
. 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] Source (from App Name) is Not working

2010-08-10 Thread Tom van der Woerdt
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] search for hashtags

2010-08-10 Thread Tom van der Woerdt
hashtags, and use the REST API for the hashtags that get added in the hour. After all, you don't want to reconnect too often. Tom

Re: [twitter-dev] Sign in automatically

2010-08-10 Thread Tom van der Woerdt
allows) and they can only be used in combination with your own application. Tom PS: Maybe someone else can answer this: I've seen contributors in some tweets, is this a feature which is already available to us? Haven't seen it on the api wiki...

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
also checked deferred loads. I also wonder why Norton flags that file as unsafe... Looks perfectly safe to me. Tom

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

2010-08-10 Thread Tom van der Woerdt
. No: if there's no specific API for it, then there's no easy way. Yes: You can build a follower-tree (A follows B, B follows C, C follows D, etc) from the original tweep, but that may take a lot of time depending on the amount of retweets, and should probably only be used for research purposes. Tom

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

2010-08-10 Thread Tom van der Woerdt
for the user via this API : http://dev.twitter.com/doc/get/followers/ids Then you can check if the person follows you or not by matching the user id to that list. Tom

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
in the timeline. Tom Sent from my iPod On 11 aug. 2010, at 08:46, manggit mang...@gmail.com wrote: Hi Tom, Thanks for the prompt reply, I just wanted to clarify, or maybe I have completely misunderstood you, so are you suggesting that I first call statuses_retweets on the original tweet

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

2010-08-11 Thread Tom van der Woerdt
/followers/ids These 2 should help you. If by saying friends you mean mutual followers, then you should simply combine these two lists. Tom

Re: [twitter-dev] Re: More button

2010-08-11 Thread Tom van der Woerdt
. Tom On 8/11/10 5:30 PM, Mark Krieger wrote: Thanks for the quick response, that is what I thought I had remembered. Does this mean that I always need to read-ahead to see if I am on the last page? Mark On Aug 11, 10:48 am, Julio Biason julio.bia...@gmail.com wrote: On Wed, Aug 11

Re: [twitter-dev] OAuth Via AppleScript

2010-08-11 Thread Tom van der Woerdt
the base string and the signature which you generate. Tom PS: Those keys which I named aren't actual keys, I took them from dev.twitter.com.

Re: [twitter-dev] OAuth and Hardware

2010-08-11 Thread Tom van der Woerdt
for it. Tom

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

2010-08-11 Thread Tom van der Woerdt
, then you can't use them, and that wouldn't be very useful, would it? Just don't give the keys to your users, and you'll be fine. When you release the script to other websites you may want to consider using other keys, but I don't think that that applies to you. Tom

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
with that (never had to implement it, I'm a desktop developer) but I'm sure that http://dev.twitter.com can help you with it. Tom

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

2010-08-11 Thread Tom van der Woerdt
which simply allows you to get some keys in exchange for your username/password (and I do not know any), you will have to use this. Tom On 8/11/10 10:58 PM, Skygazer wrote: Hi Taylor, Ok, but how do you get an access token/access token secret for the other account without creating a new app

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

2010-08-11 Thread Tom van der Woerdt
for the bad english) Hello, You can find these on http://dev.twitter.com/apps - your application name - My Access Token (right menu) - the keys. These will only work for one account, although you can access the timelines of other people this way - unless the account is protected. Tom

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

2010-08-11 Thread Tom van der Woerdt
? Shouldn't I only have access to my account (the one that created the app)? Let me ask you this: if you go to http://twitter.com/twitterapi, are you supposed to see the tweets? I say that you should, and that is exactly what happens. ;-) Tom

  1   2   3   4   5   6   >