[twitter-dev] Re: OAuth newbie question

2010-03-13 Thread IDOLpeeps
Thank you so much Taylor. Can you believe that nowhere in the Twitter API documentation can I find this crucial, yet very simple instruction. There are ample pointers to explanations of how to get OAuth token, but absolutely no instructions I can find for what to do once you obtain the token key

[twitter-dev] Re: Streaming API JSON Decode Double Errors?

2010-03-13 Thread briantroy
Yep, that is what it is supposed to be doing. I'd have to log all the json and then try to backtrack... I'll have to turn up some logging and see if I can catch it. Thanks... On Mar 13, 3:58 pm, Andrew Badera wrote: > We can't answer your question for you since we have no idea what > you're rec

Re: [twitter-dev] Streaming API JSON Decode Double Errors?

2010-03-13 Thread Andrew Badera
We can't answer your question for you since we have no idea what you're receiving. What does the streaming response look like that your consumer is tripping over? Capture it in association with log events. ∞ Andy Badera ∞ +1 518-641-1280 Google Voice ∞ This email is: [ ] bloggable [x] ask first [

[twitter-dev] Streaming API JSON Decode Double Errors?

2010-03-13 Thread briantroy
We are doing are last bit of testing before cutting over to the streaming API and we see occasional errors: PHP Warning: [json] (json_encode_r) double INF does not conform to the JSON spec, encoded as 0. in /root/src/justsignal-twitter-stream/ twitter-track-class.php on line 154 PHP Warning: [js

Re: [twitter-dev] Re: Introduce yourself!

2010-03-13 Thread Jonathan Markwell
Hi Ed, http://snapbird.org does the kind of search you're looking for. All done in javascript and the code is available at http://github.com/remy/snapbird. Built by @rem Jon. On Sat, Mar 6, 2010 at 5:06 PM, M. Edward (Ed) Borasky wrote: > I just had an interesting feature request from a user. I

Re: [twitter-dev] Introduce yourself!

2010-03-13 Thread Jesse Stay
I love this idea! I'm @Jesse. I run SocialToo.com. I also wrote 2 books for Facebook: I'm on Facebook--Now What??? and FBML Essentials. I sold my first Facebook app in just 6 weeks after writing it for a small sum, which allowed me to go out on my own and start my own business. I blog at StayN

[twitter-dev] Re: Try our new Twitter and Facebook API to post, share, and track videos, photos, songs, events, links, documents and notes with friends on Facebook and/or Twitter

2010-03-13 Thread Emeka
Correction to website links Website: http://www.tagxta.com Twitter Page: http://www.twitter.com/tagxta Facebook Page: http://www.facebook.com/tagxta On Mar 13, 10:28 am, Emeka wrote: > Name: Tagxta Developer API > URL:http://groups.google.com/group/tagxta-developers > Description: The Tagxta Dev

[twitter-dev] Best way to auto-discover new followers

2010-03-13 Thread Zero
I currently need to auto-discover new people who have started following me. Here's how I do it: 1. Periodically pull in my followers using '/followers/ids.json'. 2. Compare to my list of known ids to find new ids. The slight downside of this is it seems somewhat inefficient (for twitter). If the

[twitter-dev] Simple way to post from website via OAuth?

2010-03-13 Thread pbump
I use Twitter primarily to send updates from websites to particular accounts. In other words, the Twitter account doesn't change. I'm concerned that, with the phase-out of simple authentication, these systems will break - but OAuth seems like too much overhead for a connection that doesn't change.

[twitter-dev] Re: bulk user show API

2010-03-13 Thread Martin Dudek
just saw the API doc is already clear now > Users can, at most, look up 1000 users in an hour. thx

[twitter-dev] Try our new Twitter and Facebook API to post, share, and track videos, photos, songs, events, links, documents and notes with friends on Facebook and/or Twitter

2010-03-13 Thread Emeka
Name: Tagxta Developer API URL: http://groups.google.com/group/tagxta-developers Description: The Tagxta Developer API enables the users of your desktop, web, and mobile applications post, share, and track their videos, photos, songs, events, links, documents and notes with their friends on Faceboo

[twitter-dev] Re: users/search api

2010-03-13 Thread twitterdoug
There's a bug in the API we just found. We're working on fixing it ASAP. Thanks for reporting this! -D On Mar 11, 5:19 am, amitkr wrote: > Hi > > I am using users/search method to find people on twitter. But the > order of results does not matches with that of twitters 'people > find'. > Moreove

[twitter-dev] HTTP error handling when using jQuery and JSONP

2010-03-13 Thread Niklas Deutschmann
Hi, Is this a good solution to the problem of missing HTTP error handling in JavaScript? http://gist.github.com/331301 Summary: Send the request with suppress_response_codes enabled, if the response indicates an authentication error, send it again without suppress_response_codes (making the

[twitter-dev] Re: Follow me on Twitter

2010-03-13 Thread Quy
Why don't you use the Tweetmeme follow button? It's pretty cool and uses a pop-up: http://blog.tweetmeme.com/2010/02/23/follow-button/ On Mar 5, 6:07 pm, Jaanus wrote: > There are many ways, though, to implement the OAuth interface to sign > in the user. Many sites (see getsatisfaction.com for a

[twitter-dev] Mass Unfollow

2010-03-13 Thread IDOLpeeps
Want to pare back on the number of people we follow. How many friends can one account unfollow at any one time and not get banned/suspend? (I understand the spam team implemented a policy last August by which accounts that unfollowed too many friends at a time got suspended. Lost an account at th

Re: [twitter-dev] Search API...searching for videos

2010-03-13 Thread John Kalucki
Repeated automated queries like this should be done on the Streaming API. You can track on words like youtube to grab various domains, track on keywords that indicate a video URL extension, or, you could apply for the Links stream and process all links however you'd like. You should not start off

[twitter-dev] Re: bulk user show API

2010-03-13 Thread Martin Dudek
Good morning, hope all are well. I just ran into exactly the same problem this morning, assuming 1000 lookups referring to 1000 API calls (please consider making this more clear in yout API doc, it seems really unclear that lookup means single user lookup). I (twopular) am also api_whitelisted an