[twitter-dev] not getting unfollow and retweet event from User Stream

2010-12-08 Thread Yusuke Yamamoto
Hi all, I'm not getting unfollow (from me) and retweet (from me) events from User Stream now. I suppose I used to be getting that sort of events as documented. -- • Friendship Events • Created - To you, from you ... • Retweet Events •

[twitter-dev] Re: oauth_callback

2010-12-08 Thread Dave-twiends
Hi Tim, I'm pretty sure the oauth_verifier is documented in their oAuth articles.. I'm speeking from memory here, but I'm sure I saw last week when we were investigating our own oAuth issues.. But, nonetheless, you are correct, oauth_verifier should be passed back every time. Dave Twiends On

[twitter-dev] Tweets with hashtags composed of Korean characters are not visible on the search list since last friday

2010-12-08 Thread meinside
When trying to search for tweets with such hashtags, (e.g. http://twitter.com/#!/search/%23%ED%95%98%EC%9D%B4%EC%9B%90_ http://twitter.com/#!/search/%23%EC%86%8C%EC%A3%BC%EB%8B%B9_ ...and more) only tweets before last friday or saturday can be seen on the list. They are 'actually there' though.

[twitter-dev] Best practice for monitoring scheduled scripts

2010-12-08 Thread Gortron
Hello, Could any developers give me some advise on monitoring/spotting downtime of a Cron scheduled Twitter API script? I have a script written for a client using OAuth which communicates with the Twitter API each minute and can reply to Tweets. It works fine but every so often it no longer

[twitter-dev] Issues with facebook/Twitter?

2010-12-08 Thread David
I've seen so many people talking about this but i want to ask directly, why does facebook come up with Twitter is over capacity when trying to connect facebook to twitter? I'm a developer myself and I honestly can't seem to figure out why this happens. And it's annoying because i can't connect

[twitter-dev] Twitter Api show username

2010-12-08 Thread roderick
Dear Twitter developers, I finally created a good conenction with twitter etc, but now i get this: stdClass Object ( [profile_background_image_url] = http://s.twimg.com/a/1291318259/images/themes/theme14/bg.gif [favourites_count] = 0 [show_all_inline_media] = [geo_enabled] =

[twitter-dev] Re: oauth_callback

2010-12-08 Thread Mark Krieger
Thanks Tim and Dave. It was not very clear in the docs, but I looked at the latest docs from the library I use (from jmathai) and I did find that he documented how to use this. I am up and running now from multiple domains. thanks, Mark On Dec 8, 4:07 am, Dave-twiends i...@davesumter.com wrote:

[twitter-dev] Re: Best practice for monitoring scheduled scripts

2010-12-08 Thread @Red_Eyes
You should check a number of things: 1) Be careful about auto reply to Tweets. You should check Twitter Terms of Service to make sure you are not doing anything you shouldn't... http://support.twitter.com/articles/76915-automation-rules-and-best-practices 2) You may be being rate limited...

[twitter-dev] How i can implement a tweet video??

2010-12-08 Thread Juanqyf
Hello every body. I have been implementing a Twitter API for Drupal site and I've been trying to implement video tweet him, but my effort was fruitless, I can not know for certain what tweets include videos, pictures or other, I made a php code it finds the URL in the text of the tweet and

[twitter-dev] Weird hex/alphanumeric ids for retweets?

2010-12-08 Thread Marc Provost
Hi everyone, I have a problem that puzzles me: I get ids back from twitter which are in an alphanumeric/hex format, for instance take a look at the tweet packet at the bottom of this message. The id 31fe39275142e6fe is completely different from the format I'm used to, e.g. 11897582800343040.

Re: [twitter-dev] Weird hex/alphanumeric ids for retweets?

2010-12-08 Thread Tom van der Woerdt
1. Please, when you think that the API is wrong, attach the JSON (or XML) part and not the output from your application. 2. I assume that you are using a language that can't handle large numbers properly. I've just checked, and I'm still getting proper IDs back. There's an id field and an

[twitter-dev] Re: Weird hex/alphanumeric ids for retweets?

2010-12-08 Thread Marc Provost
Thanks Tom, I have access to the source code of the parser, will investigate. On Dec 8, 11:00 am, Tom van der Woerdt i...@tvdw.eu wrote: 1. Please, when you think that the API is wrong, attach the JSON (or XML) part and not the output from your application. 2. I assume that you are using a

Re: [twitter-dev] Re: Weird hex/alphanumeric ids for retweets?

2010-12-08 Thread Tom van der Woerdt
I'd recommend using id_str instead of id, instead of looking into the code of the parser. The parser itself is probably fine, while the language (which in your case really looks like Objective-C) may have problems with it. Compiling as a 64-bit application may help. Tom On 12/8/10 5:03 PM,

[twitter-dev] Re: Weird hex/alphanumeric ids for retweets?

2010-12-08 Thread Marc Provost
Actually, what is weird about these ids is that the url -- http://api.twitter.com/1/geo/id/31fe39275142e6fe.json -- which is generated in the packet works. This is why I thought the parser I use was fine. Marc On Dec 8, 11:00 am, Tom van der Woerdt i...@tvdw.eu wrote: 1. Please, when you

[twitter-dev] Re: Weird hex/alphanumeric ids for retweets?

2010-12-08 Thread Marc Provost
Thanks Tom, it was a bug with the parser I use (MGTwitterEngine), which overode the tweet id with the place id if it was present. Marc On Dec 8, 11:05 am, Marc Provost mprov...@gmail.com wrote: Actually, what is weird about these ids is that the url

[twitter-dev] How do i find if a twitter account is connected to my twitter application

2010-12-08 Thread vijai
hi all, i am developing a webapp which (almost) uses twitter for authentication. From my webapp, clicking on a button, redirects the user to the oauth/authenticate?oauth_token=xx page. If the user is already connected to the application, everything is fine, i.e. i can figure that the user is

[twitter-dev] Get first tweet of a given day

2010-12-08 Thread Dhanasekar Rajagopal
Hi all I am new to twitter API.. So my question may be a trivial one.. I am developing a new twitter widget, in which I want to get the first tweet for a given hashtag on a particular date. say first tweet for #xyz hashtag tweeted on 12-08-10. so far through googling and api doc I found rpp *

[twitter-dev] Finding Tweets about Places

2010-12-08 Thread Matt Harris
Hi everyone, This summer we started letting users add a place to a Tweet. Since then we’ve seen that people want to tweet about a variety of places, from businesses to parks to neighborhoods. We have been working with a number of partners to grow our data set of places to make it easier for you

[twitter-dev] incorrect signature

2010-12-08 Thread Zahra Naghdi
I wrote a code in windows phone 7 works with twitter it can get the user timeline and favorite but for direct message,home timeline and replies it has an error incorrect signature what should I do ? my base string for home timeline is:GEThttps%3A%2F%2Fapi.twitter.com

[twitter-dev] Getting all mentions

2010-12-08 Thread Ran Margaliot
Hi guys, I am trying to get all the mentions of my authenticated user, if i use statuses/mentions it returns (according to the documentation) up to 800 recent mentions, what if i want to go dipper? get more then 800 last mentions? is it possible to go over all of the user's followers and check if

[twitter-dev] Re: Get first tweet of a given day

2010-12-08 Thread L. Mohan Arun
I am developing a new twitter widget, in which I want to get the first tweet for a given hashtag on a particular date. Start with http://search.twitter.com/search.json?q=#hashtaguntil=2010-12-08 (the previous day date) Note the last tweet in the resultset returned, and store its id. This is

[twitter-dev] Twitter Profile Widget experiencing Javascript Runtime Error on page load

2010-12-08 Thread Adam
Hi everyone, The subject says it all, and we get an error saying that Twtr does not implement the decay function, which I suspect has to do with the minification of the widget.js file that is embedded onto the page. I can pop the error in IE and Firefox if the widget does not render tweets. Is

[twitter-dev] Not a Valid URL Format Error Registering Blog on Twitter Using Twitter Tools

2010-12-08 Thread Edward Orman
Hi there, I am trying to register a blog on twitter using twitter tools and keep getting the Not a valid URL format error for the Application Website field I am suspecting the issue may be my domain has a double hyphen in it. I've seen on another forum another person having the same issue with a

Re: [twitter-dev] Twitter Api show username

2010-12-08 Thread Abraham Williams
Something like: echo $content-scree_name; will display the screen_name on the page. 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

[twitter-dev] Re: oauth_callback

2010-12-08 Thread Tim Bull
Dave-tweinds, It is mentioned in passing and buried in some documents which discuss the full flow, but if you're relying on Twitter's own API documentation (http://dev.twitter.com/doc/post/oauth/access_token) you'll not see a single mention of the oauth_verifier here. Nor will you see

[twitter-dev] Re: Can I get information when a tweet gets favorite?

2010-12-08 Thread neil kodner
If that's the case, How does Tweetdeck display when one of my tweets have been favorited? I doubt that they're tracking all of the events. I have to wonder if there's an undocumented API call. On Dec 7, 10:36 pm, noriguard jinbok...@gmail.com wrote: I see. I feel that it's better not to do

Re: [twitter-dev] Re: Can I get information when a tweet gets favorite?

2010-12-08 Thread Taylor Singletary
Recent versions of TweetDeck connect to Twitter's User Streams API ( http://dev.twitter.com/pages/user_streams ) which stream events for the current user like favorites, follows, and retweets in real time. Taylor On Wed, Dec 8, 2010 at 1:31 PM, neil kodner nkod...@gmail.com wrote: If that's

Re: [twitter-dev] not getting unfollow and retweet event from User Stream

2010-12-08 Thread John Kalucki
Yusuke, The documentation had an error. We don't send friendship deletions, even those that come from you. I fixed the documentation. I just tested retweets. I logged in, as myself, retweeted something, and the retweet (really, a tweet), and the subsequent deletion were syndicated properly. Can

[twitter-dev] Re: register twitter app which is on intranet

2010-12-08 Thread Kieran
thanks for all info. sorry if i am missing something but at the stage where i register my app on http://dev.twitter.com/apps i am having a problem...its asks me for the 'application website' but my application is on our intranet and so is inaccessible...what url am i supposed to put in here.

Re: [twitter-dev] Re: register twitter app which is on intranet

2010-12-08 Thread Adam Green
If the app is working with a single Twitter account that you know in advance, and users will never have to login through the app, then the application website doesn't matter. You can put in any valid URL. It isn't verified when you register the app. Just use the URL for one of your public

[twitter-dev] Re: The best method for finding new retweets

2010-12-08 Thread Tobias C. Jensen
No suggestions? :) On 29 Okt., 23:22, Tobias C. Jensen 2bia...@gmail.com wrote: Hi guys. I just tried showing my retweets using retweets_of_me. However, if I get someone to retweet one of my already retweeted statuses, nothing changes in the result - because it already figures as

[twitter-dev] Re: The best method for finding new retweets

2010-12-08 Thread fbparis
I've worked on this and havn't found any clean solutions.. Checking all new retweets would consume too much requests :( Note that if statuses/mentions method was running as expected (http:// dev.twitter.com/doc/get/statuses/mentions) with the include_rts parameter, we wouldnt have any problem