[twitter-dev] in_reply_to_status_id different from in_reply_to_status_id_str

2010-12-01 Thread shunjie
Hi guys, I saw that sometimes in_reply_to_status_id is different from in_reply_to_status_id_str in JSON returned. This only happens recently (should be after the 53bit roll out). Do anyone else encounter the issue ? -- Twitter developer documentation and resources: http://dev.twitter.com/doc

Re: [twitter-dev] in_reply_to_status_id different from in_reply_to_status_id_str

2010-12-01 Thread Matt Harris
This is unexpected. Can you provide us with some sample Tweet IDs where those fields are different so we can investigate further. Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Dec 1, 2010 at 12:18 AM, shunjie shin...@gmail.com wrote: Hi guys, I

[twitter-dev] Re: how would I test an app?

2010-12-01 Thread CaioToOn!
Hi! Have you found you answer? I just found this http://groups.google.com/group/twitter-development-talk/browse_thread/thread/182c1034a371d258/43df4485f346b84c?lnk=gstq=test#43df4485f346b84c and this

[twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Norman Paniagua
I get this error whenever I try to post or get something, but the connect its ok because I get the tokens, my code is ?php require_once(PK_APP_DIR . 'libs/twitteroauth/twitteroauth.php'); function twitterAction() { if (!empty($_GET['oauth_token'])) {

Re: [twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Abraham Williams
I don't see you exchanging the request token for an access token anywhere. Abraham - Abraham Williams | Hacker Advocate | abrah.am @abraham https://twitter.com/abraham | github.com/abraham | blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Wed, Dec 1, 2010

[twitter-dev] Can twitter tell me when there is a new tweet?

2010-12-01 Thread Richard
Just got twitter posting working on my site. I now want to read a users tweets. From what I can see (documentation layout is awful) I can only do this by polling twitter. Is there a way to get twitter to call my callback url for my app when any of the users that have ok'd it tweets? That is, push

Re: [twitter-dev] Can twitter tell me when there is a new tweet?

2010-12-01 Thread Taylor Singletary
Hi Richard, You'll be happy to know that we're working hard on improving the readability navigation of the documentation. If you want to track when someone in your application tweets, you'll have to track that yourself -- Google Analytics is for more than just websites -- just be sure and

[twitter-dev] Re: oAuth reporting a status update error when none exists

2010-12-01 Thread EastSideDev
This is how I knew that the post worked: I went to the account and the post was there. I deleted it, and tried again, and the post was there as well, and the same happened every time I deleted and re-tested. The error message is courtesy of the oAuth class lib, and I'm passing it as is. I posted

[twitter-dev] Re: help me plz quiry speed and geocode

2010-12-01 Thread disc31
my goal is to plott the long and lat of posts on twitter in real time, i have got this working but it seems to be very slow. im using the stream api to do this im justing pulling off the json quiry the post and the geocode, when i just pull the post without the geocode it runs like a dream, very

Re: [twitter-dev] 401 Could not authenticate you using abraham twitteroauth

2010-12-01 Thread Norman Paniagua
Oh! thanks, I was omited the access token. For others that has this problem request token and access token isn't the same. --- Norman Paniagua 2010/12/1 Abraham Williams 4bra...@gmail.com I don't see you exchanging the request token for an access token anywhere. Abraham -

[twitter-dev] have I been twitter hacked?

2010-12-01 Thread meshgraphics
I haven't been able to get my full twitter Home page. The tweets section won't complete. Have I been hacked or is Twitter slow? ;j 2010-12-01 -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] Whitelisted account needing full control of multiple Twitter Accounts

2010-12-01 Thread DaveH
I understand how to request permission via the callback, but... What I would like to do is have the application that is already whitelisted be able to post to multiple accounts--this is to support a scenario where each Twitter account represents a single class (think University). In this case the

[twitter-dev] Re: Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-12-01 Thread Chris Koenig
In case anyone was following this, I figured it out. I had a programmatic problem that caused a mismatch between the status populated in the base string and status sent in the POST body. I was also URL encoding the POST body, which I don't think I should have been doing. Anyway, it's working now.

[twitter-dev] A couple of API fixes and changes

2010-12-01 Thread Matt Harris
Hey everyone, I wanted to let you know about a couple of changes we're rolling out for the API. 1. There will be a new attribute of parentid in the responses from /1/trends/available.format . This attribute corresponds to the woeid of the place within which this location is found. In the example

[twitter-dev] Search links that have been used on Twitter (ASP Classic)

2010-12-01 Thread Mauricio Gutierrez Capel
Good evening friends, I've looked in several places and have not found the best way to show on my site (which is to shorten URLs) the links that users are Twittering, or Re-Tweeting. For example on the page that the user picks up the details of the link ( http://www.vaza.me/detalhes.asp) I would

[twitter-dev] Streaming API firehose visibility

2010-12-01 Thread dburkes
If I am using the statuses/filter streaming API, with a track= query that is not overly broad, and my client never receives any limit responses, can I assume that the results returned represent all the results from the entire firehose? In other words, in the absence of limit response, is my

Re: [twitter-dev] Re: Totally Stuck - Getting Incorrect signature error trying to update status using OAuth

2010-12-01 Thread Matt Harris
Hey Chris, Glad to hear you found the problem, and thanks for sharing the solution! Best, @themattharris Developer Advocate, Twitter http://twitter.com/themattharris On Wed, Dec 1, 2010 at 3:40 PM, Chris Koenig chris.koe...@gmail.com wrote: In case anyone was following this, I figured it

Re: [twitter-dev] Problem - SSL CA cert

2010-12-01 Thread Georgooty varghese
Hi, I am sincere thanks to all twitter engineers.. Special thanks to Cameron Kaisor and John Adams. Thanks for the valuable inputs. I updated the crypto library with new version and the problem got fixed. Once again, I am thanks to all twitter engineers. Regards, George On Wed, Dec 1,