[twitter-dev] Re: retweeted variable in home timeline

2010-09-02 Thread p r
thanks for the answer, retweeted_by_me gets only the retweeted statuses. to show in regular timelines the retweeted statuses is the variable retweeted the best way. i will waiting until the problems solved. greetings On 1 Sep., 03:32, Matt Harris thematthar...@twitter.com wrote: Hey p r, The

[twitter-dev] Re: Automated OAuth

2010-09-02 Thread Cradash
A Java example is unnecessary, more to the point I basically just need to figure out how it can be done. On Sep 2, 3:40 pm, Cradash rand...@gmail.com wrote: We are a bit late to the game and haven't migrated to Oauth and now are scrambling to do so, we're running some Automated tweets (we get

[twitter-dev] Re: oauth echo php sample

2010-09-02 Thread sdenike
This is the header I am sending. X-Verify-Credentials-Authorization: OAuth realm=http:// api.twitter.com, oauth_consumer_key=KEY, oauth_token=TOKEN, oauth_signature_method=HMAC-SHA1, oauth_signature=SIG, oauth_timestamp=1283409844, oauth_nonce=NONCE, oauth_version=1.0 X-Auth-Service-Provide:

[twitter-dev] Re: Basic Auth

2010-09-02 Thread Cradash
Ah, thanks for the links, we were caught a bit off guard with Oauth. On Sep 2, 12:35 am, Marc Mims marc.m...@gmail.com wrote: * Cradash rand...@gmail.com [100901 06:40]: We have been getting a {errors:[{code:53,message:Basic authentication is not supported}]} error on our feeds for the last

[twitter-dev] Re: t.co Rollout

2010-09-02 Thread Rich
Please Twitter can you give us an update on how character counts will work Personally the only way I see it making sense is if it's still 140 for us and you change it after. Users will not understand when a character count wildly jumps when typing and will assume the app is broken. Also you've

[twitter-dev] Re: Status update results in Internal server error 500

2010-09-02 Thread Papa.Coen
Thank you for your support. I saw you message a little too late, but was indeed the problem! Again: thanks a bunch. Coen On Sep 1, 5:00 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: Looking at some of your example debug output above, you're sending a Content-Type header of

[twitter-dev] Re: Authentication on opening Twitter.com in browser

2010-09-02 Thread qip-er
Hello, Matt. This would require the application to know the users credentials - Why? We already have authorized tokens. When authorized application is making requests to Twitter API your (Twitter) engine is know which user the application is on behalf of. So Twitter could give us a one-time

Re: [twitter-dev] Re: Authentication on opening Twitter.com in browser

2010-09-02 Thread Matt Harris
Whilst this would work it would provide a way for developers to take over a users account. The tokens you have allow you to carry out actions on behalf of the user, they don't mean you can become the user (which would be possible using the method you suggest). I understand your reasoning but

[twitter-dev] Insufficient feedback with read only @anywhere apps

2010-09-02 Thread jaronbarends
I just spent some time figuring out why I was getting a 401 - Unauthorized error when trying to post tweets from an @anywhere tweetBox. Turns out I had forgotten to check the Read Write radio button in my app settings. (And it even says Note: @Anywhere applications require read write access.)

[twitter-dev] Re: Automated OAuth

2010-09-02 Thread Cradash
xAuth perhaps? On Sep 2, 4:28 pm, Cradash rand...@gmail.com wrote: A Java example is unnecessary, more to the point I basically just need to figure out how it can be done. On Sep 2, 3:40 pm, Cradash rand...@gmail.com wrote: We are a bit late to the game and haven't migrated to Oauth and

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

2010-09-02 Thread Karthik
Thanks you all ...Actually the problem with the API which I am using to get the target mobile time. The API always returns local time when I change it to GMT The things are fine in target. Thanks once again for this timely help on Time... On Sep 2, 4:45 am, Andrew W. Donoho

[twitter-dev] Re: t.co Rollout

2010-09-02 Thread Nik Fletcher
I don't know the answer to the first few items, but I'm guessing that the URLs will be unwrapped to whatever was originally submitted to Twitter (i.e. whatever's currently shown when using the REST API timelines with ?include_entities=true in the parameters) -N -- @nikf On Sep 2, 4:34 am, M.

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] Twitter oAuth

2010-09-02 Thread Edward J. Yoon
Thanks. BTW, basic auth seems still available on some applications (e.g., http://twtkr.com/index.php ). I just wondered whether there is a way to verify id/password via OAuth. On Thu, Sep 2, 2010 at 6:10 AM, Matt Harris thematthar...@twitter.com wrote: Hey Edward, Basic Auth on the REST API

[twitter-dev] Re: t.co Rollout

2010-09-02 Thread Boaz
Different question on the same email that states that Twitter will start tracking every t.co click, whether on twitter.com or a Twitter app. Does anyone know if Twitter will update their API to allow us to get the Twitter Update ID that referred a particular click? Thanks, Boaz On Sep 1, 8:34 

[twitter-dev] Tracking t.co clicks

2010-09-02 Thread Boaz
Just received an email titled Twitter Apps and You. In the email, Twitter says that when you click on [t.co] links from Twitter.com or a Twitter application, Twitter will log that click. We hope to use this data to provide better and more relevant content to you over time. Any idea if Twitter

[twitter-dev] Connevct to another users application

2010-09-02 Thread Frank P
Hi There, I am a website builder and used a Twitter API to update a Twitter status when a webaster wrote a new newsitem on his site. Now I have to rewrite the api to use oAUTH. I got it working but is it possible to register the application once and let other users make use of that application.

Re: [twitter-dev] Twitter oAuth

2010-09-02 Thread Cameron Kaiser
BTW, basic auth seems still available on some applications (e.g., http://twtkr.com/index.php ). I just wondered whether there is a way to verify id/password via OAuth. Those apps are probably using xAuth. -- personal: http://www.cameronkaiser.com/ --

[twitter-dev] Re: Automated OAuth

2010-09-02 Thread Stuie Wakefield
I also have this issue with one of my applications. We are using an automated twitter account to post updates as a Twitter feed. The OAuth authentication process requires a user to be redirected to Twitter to enter the username and password to authorize a request token in order to provide

[twitter-dev] xAuth support

2010-09-02 Thread Rajat
Hi, I have just received an e-mail that Starting August 31, all applications will be required to use “OAuth” to access your Twitter account. Wondering if there is any impact on xAuth and whether xAuth is still supported? Any info on this will be much appreciated. Thanks, Rajat -- Twitter

Re: [twitter-dev] xAuth support

2010-09-02 Thread Cameron Kaiser
I have just received an e-mail that Starting August 31, all applications will be required to use _OAuth_ to access your Twitter account. Wondering if there is any impact on xAuth and whether xAuth is still supported? Any info on this will be much appreciated. xAuth is still supported. --

[twitter-dev] Oauth for VBA?

2010-09-02 Thread brendanh
Hi, My Excel RSS import is broken since basic auth shutdown - getting a basic authentication is not supported error. Is there any VBA code for Oauth yet, or any information about how to go about writing some? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

[twitter-dev] How can I install twurl's patch??

2010-09-02 Thread Andrea Stagi
Hi everybody, I tried to install the twurl's patch...I think I'm wrong..What are the right steps to install it?? Thank you all..!! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

Re: [twitter-dev] Connevct to another users application

2010-09-02 Thread John Meyer
On 9/2/2010 2:48 AM, Frank P wrote: Hi There, I am a website builder and used a Twitter API to update a Twitter status when a webaster wrote a new newsitem on his site. Now I have to rewrite the api to use oAUTH. I got it working but is it possible to register the application once and let other

Re: [twitter-dev] Using oAuth by Curl

2010-09-02 Thread Taylor Singletary
That's an odd exception for Twurl to throw -- it means it was unable to initialize itself with components that should have been present within the library itself. With what method did you install Twurl? Rubygems? What version of Ruby are you running? Another approach to using Twurl is to clone

[twitter-dev] How to obtain latest tweet

2010-09-02 Thread stef
I've been asked to display the latest tweet of one certain twitter account on that person's website. I understand one has to use OAuth. I have added an application in the twitter account and have obtained all the various tokens. The documentation seems to talk a lot about authenticating users but

[twitter-dev] posting with PHP

2010-09-02 Thread Robertvlienden
Hello! I have a question, I want to programm a simple twitter BOT that shouts some quote's and things like the time. But, by today my test script doesnt work! This is the script: ?php // Set username and password $username = 'rvlienden_bot'; $password = '***'; // The message you want to

[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Andrea Stagi
Ok thanks for reply...I tried many methods and I think cloning approach too..Could you show me the right passages using the command line? Thanks a lot, Best On Sep 2, 4:16 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: That's an odd exception for Twurl to throw -- it means it was

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] How to obtain latest tweet

2010-09-02 Thread M. Edward (Ed) Borasky
I don't know the PHP, but the call does *not* require authentication if you are willing to live with 150 API calls per hour. It's GET users/show http://dev.twitter.com/doc/get/users/show The last tweet (if there is one) will be an embedded status object. At the same cost of 150

[twitter-dev] Re: posting with PHP

2010-09-02 Thread Robertvlienden
Is there a source that I can use as example? On 2 sep, 16:37, Tom van der Woerdt i...@tvdw.eu wrote: 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

[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Marsh Gardiner
You might try Apigee's test console for the Twitter API: http:/app.apigee.com/console/twitter If you do, let us know how it works for you. We're always interested in feedback on how to make it better! Thanks, Marsh On Sep 1, 10:36 pm, Andrea Stagi stagi.and...@gmail.com wrote: Hi, I'm

[twitter-dev] Re: Please help: Easy way to do Oauth/xAuth from VBA?

2010-09-02 Thread brendanh
Has anyone managed to figure out how to access Twitter from VBA since basic auth was shut down? On Aug 31, 3:31 am, Timo elliott.t...@gmail.com wrote: Hi, I have an application that posts tweets automatically from PowerPoint each time a presenter gets to a particular slide: It's a

Re: [twitter-dev] Re: Automated OAuth

2010-09-02 Thread Taylor Singletary
We provide a convenience feature on dev.twitter.com/apps that allows you to retrieve the access token and access token secret for your own account (that the application belongs to). This allows you to very easily implement a single-user application. You can see some examples of working with some

[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Decklin Foster
On Sep 1, 10:36 pm, Andrea Stagi stagi.and...@gmail.com wrote: There are any alternatives?? You can try Curlicue: http://github.com/decklin/curlicue There is no installation step at the moment, just run the script (see the instructions for how to get and save your tokens). Feedback

Re: [twitter-dev] How to obtain latest tweet

2010-09-02 Thread Stefan Kendrew
Excellent, got this working in under 10 min. If I could buy you a beer I would. Stef On Thu, Sep 2, 2010 at 4:40 PM, M. Edward (Ed) Borasky zn...@borasky-research.net wrote: I don't know the PHP, but the call does *not* require authentication if you are willing to live with 150 API calls per

Re: [twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Taylor Singletary
This looks like a great tool, Decklin! Taylor On Thu, Sep 2, 2010 at 8:25 AM, Decklin Foster deck...@red-bean.com wrote: On Sep 1, 10:36 pm, Andrea Stagi stagi.and...@gmail.com wrote: There are any alternatives?? You can try Curlicue: http://github.com/decklin/curlicue There is no

[twitter-dev] Re: oauth echo php sample

2010-09-02 Thread Marsh Gardiner
Not sure how much this would help you, but you can see any header that has been sent via Apigee's test console via the request tab. http://app.apigee.com/console/twitter If there's more information you'd like to see in there, do let us know, as we're always working to improve the test console.

[twitter-dev] Re: win phone 7 xAuth

2010-09-02 Thread Justin Hart
Like Taylor said, find your time offset relative to Twitter's. The WP7 Emulator timestamp is terribly off, and it is probably a good idea to keep your own offset anyway with devices that may have been off- network a long time (or in the future, zune devices which dont have a source). In my

Re: [twitter-dev] Re: oauth echo php sample

2010-09-02 Thread Taylor Singletary
Hey there, I'm not sure if I completely understand where you might be going wrong. With these requests you are trying to OAuth Echo -- are you executing them against Twitter before you try to execute them through the Echo step? If so, the act of executing a request against Twitter will

[twitter-dev] Re: t.co Rollout

2010-09-02 Thread Rich
Yeah my point is that clients when posting shouldn't have to be aware of this wrapping. As far as posting is concerned, what the client says is 140 characters is 140 characters. If Twitter decides to change the number of characters after posting, then that's their issue, it shouldn't be the

[twitter-dev] Re: t.co Rollout

2010-09-02 Thread Rich
Are there any plans to include include_entities to the search api as we can't parse these unless it is included, and also means clients can't show proper links when using the search api -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Re: Using oAuth by Curl

2010-09-02 Thread Andrea Stagi
Yeah it's true...Thank you all, I'll try and give you a feedback!! Regards On Sep 2, 5:29 pm, Taylor Singletary taylorsinglet...@twitter.com wrote: This looks like a great tool, Decklin! Taylor On Thu, Sep 2, 2010 at 8:25 AM, Decklin Foster deck...@red-bean.com wrote: On Sep 1, 10:36

[twitter-dev] Re: oauth echo php sample

2010-09-02 Thread sdenike
Hey Taylor, I guess maybe I am unclear on how to properly achieve what I am trying to do, hence why I am having so many issues. I know its been done time and time again, but I am looking to create a service for me and my friends that will act like a twitpic. All of us have iPhones so we are all

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

2010-09-02 Thread Ryan
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) { $blocksize = 64; $hashfunc

Re: [twitter-dev] Re: 401 errors calling access_token

2010-09-02 Thread Marc Mims
* Taylor Singletary taylorsinglet...@twitter.com [100901 08:35]: I'll try to respond to you today. It's no excuse, I know, but we've been busy! :) *nudge* -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

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

2010-09-02 Thread Ernandes Jr.
If you use Twitter API ME Single Access token auth you will get access to Twitter API, even on emulator. When you use this type of auth, HTTPS is bypassed. But is just a workaround, since Single Access token has its constraints. On Wed, Sep 1, 2010 at 11:40 PM, Pradeep Senanayake

Re: [twitter-dev] Twitter Authentication

2010-09-02 Thread Ernandes Jr.
With SDK 3 it is supposed to work. You will have to import Equifax certificate. Check this tutorial: http://kenai.com/projects/twitterapime/forums/forum/topics/3078-How-To-Using-Twitter-API-ME-with-Java-ME-SDK-3-0 On Thu, Sep 2, 2010 at 1:52 AM, Pradeep Senanayake pradeepd.senanay...@gmail.com

[twitter-dev] How do I enable my account to start using t.co

2010-09-02 Thread sfz01
I have setup my application to make use of Twitter OAuth and was hoping to start making use of Twitter' s url shorting mechanism t.co. Question is do I enable my account to use t.co? or is this a new setting in the registered application. Will this be via some API call. You response is much

[twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-02 Thread Matei
bump? On Sep 1, 10:45 am, Matei mad.doroba...@gmail.com wrote: Hi everyone, I am compelled to ask because the search turned out a few post that were somewhat vague and didn't answer all my questions. I have a website widget that interacts heavily with Twitter. We use OAuth to authenticate

[twitter-dev] Re: Tweet button fails to parse URL

2010-09-02 Thread John
Thanks Matt. Is there any kind of ETA for when this might be fixed? On Aug 26, 6:40 pm, Matt Harris thematthar...@twitter.com wrote: Thanks for letting us know about this John, i've let the team know so they can fix it. Best, Matt On Wed, Aug 25, 2010 at 2:29 AM, John j...@wordie.org

[twitter-dev] OAuth Authentication Authorization interchangeability?

2010-09-02 Thread Jonathan del Strother
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 I can use an authentication token to post tweets, for

[twitter-dev] Twitter use OAuth vs VB6

2010-09-02 Thread DAMnet
Hello, I used the Visual Basic 6 Twitter status update code: Dim objHTTP As Object Set objHTTP = CreateObject(Microsoft.XMLHTTP) objHTTP.open POST, http://twitter.com/statuses/update.xml;, False, strUsername, strPassword objHTTP.send status= strMessage

[twitter-dev] Access protected account?

2010-09-02 Thread Tolga Koseoglu
Hi: I am building a simple Twitter client for the users of my company. We are dealing with about 5 different twitter accounts. Most of them are unprotected and adding an application is pretty straight forward. However, with protected accounts I am missing the Connections tab under Settings. I

[twitter-dev] Ars Technica article

2010-09-02 Thread Clay Loveless
Hi guys, I'm really interested in the platform team's response to the Ars Technica article here: http://arstechnica.com/security/guides/2010/09/twitter-a-case-study-on-how-to-do-oauth-wrong.ars if wrapped: http://bit.ly/dhLkx7 What's the word, guys? -Clay -- Clay Loveless Founder w:

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

[twitter-dev] Follow E-mails

2010-09-02 Thread Jesse Stay
Right now when I initiate follows, the easiest way to determine if the user is already following the individual I'm trying to follow is to just send a follow request, and get an error back if the user is already following the individual. However, I'm seeing an issue that might not make this the

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

2010-09-02 Thread Cameron Kaiser
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) { $blocksize = 64;

[twitter-dev] Tweet Entities bug and a question

2010-09-02 Thread James Teters
I've been experimenting with tweet entities and they seem to work very well. I did run across this tweet that did not display properly (when compared to a regex version): http://twitter.com/bcherry/status/22825663746 (From a twitter list) That returned these entities:

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

2010-09-02 Thread Martin Dapas
On Thu, Sep 02, 2010 at 10:37:03PM +0200, Tom van der Woerdt wrote: On 9/2/10 6:46 PM, Ryan wrote: any ideas? Multiple. 1. PHP has the hash_hmac function which can do hmac-sha1 for you. hash_hamc is not always available. You could check with: if (extension_loaded ('hash')) {

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

2010-09-02 Thread Lars
Hi, I am not a Perl expert but I have developed a small web page with Perl which is somewhat popular in Germany (according to Alexa trafic rank 1000). And this web site is tweeting important events using its own twitter account. I tried for days but I am not able to get it working (tweeting)

[twitter-dev] @user_mentions and profile_image_urls

2010-09-02 Thread Claudia
I've asked about this before - so apologies if anyone is re-reading this... I'm needing to get the profile_image_urls of all the @user_mentions in a timeline. Right now, it looks like the only way I can do this without killing rate limit in about an hour (which I just did) is to send a comma

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

2010-09-02 Thread Taylor Singletary
Hi Lars, First thing I spotted here was that your timestamp doesn't appear to be correct. In fact, it's a timestamp for Mon Apr 26 16:45:50 -0700 2010 -- you'll need to make sure that your timestamp is in epoch GMT time in seconds. On a quick glance, the code looks pretty good for this limited

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] Single Token: Using oauth with Perl: 401 Unauthorized

2010-09-02 Thread Marc Mims
* Lars lars_sa...@hotmail.com [100902 14:38]: I am not a Perl expert but I have developed a small web page with Perl which is somewhat popular in Germany (according to Alexa trafic rank 1000). And this web site is tweeting important events using its own twitter account. I tried for days

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

2010-09-02 Thread Ryan
FIrstly, Thank you so much for all the pointers everyone. I'm looking forward to fixing this up tomorrow loads! Every day I try to learn something new, Thank you all once again. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter:

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

2010-09-02 Thread Lars
Why aren't my answers to Tom being displayed? 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 comment: # Add padding character to make a

[twitter-dev] Re: Twitter Button Counts

2010-09-02 Thread abilek
Hi Matt Pursuant to my last post, I checked what the tweet button was sending and what it was getting back from the count api script type=text/javascript src=http://urls.api.twitter.com/1/urls/ count.json?url=http://www.nzherald.co.nz/sport/news/article.cfm?

[twitter-dev] Re: Count not working for url's with 2+ parameters

2010-09-02 Thread abilek
If I understand Lukas correctly, he doesn't want to send two URLs. He wants the count to work properly on URLs with more than two parameters. The count API seems to be stripping out all but the first URL param. So if you have a page http://www.example.com/page.html?param1=fooparam2=bar the

[twitter-dev] Re: Twitter Button Counts

2010-09-02 Thread abilek
Hi Matt We are having the same problem with counts not updating on our site. We've tested with several people tweeting the same link (using the tweet button), and still the count shows 0. The page in question is http://www.nzherald.co.nz/sport/news/article.cfm?c_id=4objectid=10670662 a

[twitter-dev] Official clients and public availability of the APIs they use

2010-09-02 Thread lqd
Hi guys, I was wondering where to find the doc and endpoints URIs of some APIs the official twitter clients use. I've tried the wiki, the bug tracker on google code, this list and developer.twitter.com but I can't seem to find info on the signup api, neither on the 'users similar to X' feature

[twitter-dev] Re: Automated OAuth

2010-09-02 Thread Cradash
Unfortunately that is not an option for us as we have no 'users'. We have a server that gleans information then posts it into twitter feeds, all automated. On Sep 2, 11:30 pm, Tom van der Woerdt i...@tvdw.eu wrote: Don't worry, you'll get your answer, and if not then you'll just have to wait

Re: [twitter-dev] Automated OAuth

2010-09-02 Thread Taylor Singletary
Each Twitter feed in this case is a user. On Thursday, September 2, 2010, Cradash rand...@gmail.com wrote: Unfortunately that is not an option for us as we have no 'users'. We have a server that gleans information then posts it into twitter feeds, all automated. -- Twitter developer

[twitter-dev] Re: Automated OAuth

2010-09-02 Thread Cradash
Yes, but I have not found a way to have the server go out with the consumer Key/secret then get the id # programmaticly, that's what I was looking for. On Sep 3, 9:44 am, Taylor Singletary taylorsinglet...@twitter.com wrote: Each Twitter feed in this case is a user. On Thursday, September 2,

[twitter-dev] Simple status update

2010-09-02 Thread Tomáš Pospíšil
Hi, I'm trying to update my twitter status every time, when new post appears on my website. I found several classes (in PHP), but none of them works, because they don't implement OAuth. Classes which implement OAuth let anybody update their status through my page. But that is not the functionality

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

2010-09-02 Thread Matt Harris
The tokens you get back from authenticate and authorize are permanent and do not expire. They will continue to work unless the user revokes your application, you regenerate your applications consumer key/secret, or your application is deleted or suspended. The tokens you get back will be the same

Re: [twitter-dev] Follow E-mails

2010-09-02 Thread Matt Harris
I haven't heard that this is happening, and when I make a follow request multiple times I don't receive duplicate emails - even if I cancel and resend. One thing that may help is that you can see the status of a friendship by calling /users/show on the user you want to check the follow request

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

2010-09-02 Thread Matt Harris
There are also a couple of libraries on http://dev.twitter.com/pages/oauth_libraries#php that you might find useful for reference. Best, Matt On Thu, Sep 2, 2010 at 3:23 PM, Ryan refreshcreation...@googlemail.com wrote: FIrstly, Thank you so much for all the pointers everyone. I'm looking

Re: [twitter-dev] How to get results older than last 100 tweets from a profile or search

2010-09-02 Thread Pablo Augusto
Thanks Matt, I have just put all to work with new oauth autentication method. Now i saw that search return different user_id from other apis... i just search about and see that only way to workarround is a reverse screen_name lookup. I'll do it. Now I'm improving a php class to get more

Re: [twitter-dev] Twitter oAuth

2010-09-02 Thread Edward J. Yoon
Thanks! On Thu, Sep 2, 2010 at 10:56 PM, Cameron Kaiser spec...@floodgap.com wrote: BTW, basic auth seems still available on some applications (e.g., http://twtkr.com/index.php ). I just wondered whether there is a way to verify id/password via OAuth. Those apps are probably using xAuth.

Re: [twitter-dev] Re: Twitter logout - hate to open this can of worms again

2010-09-02 Thread Abraham Williams
There is no pragmatic way to sign a user out of twitter.com through the API. When a user logs out of your site send them to to twitter.com so they can sign out there or to a page explaining they should sign out of twitter.com Abraham - Abraham Williams | Hacker Advocate |