[twitter-dev] Annotations

2011-06-22 Thread Rob
When will annotations going to be returned via the REST api ? Or are they fingers crossed already? If the latter, what flag (e.g. ? include_annotations=1) is required? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter:

[twitter-dev] Recipe for getting Follow button working on an https website?

2011-06-19 Thread Rob
I'm trying to add a follow or tweet button to a site that uses https by default. My choices appear to be scare my users with a insecure content on page or, if I change the url to https://platform.twitter.com/, an invalid certificate error. Is there an easy recipe for this? Google reveals hacks

[twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Rob Wilson
Hi, I am writing an iPhone application that uses the Twitter API, using oAuth. Could you please clarify that the 350 requests per hour are tied to the logged in user and not the application key? If not, do I need to white-list to prevent this becoming a problem? Cheers, Rob. -- Please

Re: [twitter-dev] Rate limiting - per user or per application key?

2011-05-31 Thread Rob Wilson
application. Tom On 5/31/11 2:37 PM, Rob Wilson wrote: Hi, I am writing an iPhone application that uses the Twitter API, using oAuth. Could you please clarify that the 350 requests per hour are tied to the logged in user and not the application key? If not, do I need to white-list

[twitter-dev] Re: consistency and ecosystem opportunities

2011-03-15 Thread Rob Aldred
I agree, this is very short sighted of them to assume theirs some how better, or all people need. I hate the Mac official client, they've bought Tweetie and made it worse, they've removed features and added a raft of bugs. I use the original Tweetie on Mac and Seesmic on my Android. Thankfully

Re: [twitter-dev] Request hometimeline with COUNT=1 returns 20-30 tweets.

2011-03-09 Thread Rob Wilson
dictionary - this will be mapped to paramters in the request somewhere in their API) { count = 1; } Cheers, Rob. On 9 March 2011 06:52, Matt Harris thematthar...@twitter.com wrote: Hey Rob, Can you share the exact URL you are requesting. When I use the count parameter with a value of 1 I only get

[twitter-dev] Request hometimeline with COUNT=1 returns 20-30 tweets.

2011-03-08 Thread Rob Wilson
tweets. Thanks, Rob. -- Please visit... SpikyOrange.co.uk A portal for anything I create, including... BitBanter.com A technical podcast 50% Tech + 50% software development = 100% Entertaining! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via

[twitter-dev] iPhone - application or web? What URL if web?

2011-01-24 Thread Rob Wilson
callback URL (seems fair enough - it's not a URL). I'm left wondering, are iPhones apps to be registered as application or web? If the latter, what URL should be used? Cheers, Rob. -- Please visit... SpikyOrange.co.uk http://spikyorange.co.uk/ A portal for anything I create, including

Re: [twitter-dev] Re: Use of OAuth in Xcode to use twitter API

2011-01-19 Thread Rob Gmail
dynamic and offers instant feedback. Or do both :) Sent from my iPhone On 20 Jan 2011, at 01:33, Bess bess...@gmail.com wrote: Our publisher is Pearson under Sams Teach Yourself Twitter API in 24 Hours. I'll look into how to create webcast. Do you suggest any tool? On Jan 19, 1:32 pm, Rob

Re: [twitter-dev] Re: iPhone twitter client

2011-01-17 Thread Rob Gmail
in your queue ;) You could join me in a podcast interview to detail your book, plus any other projects that your working on? Good luck! Rob Sent from my iPhone On 18 Jan 2011, at 02:08, Bess bess...@gmail.com wrote: Welcome to Twitter OAuth Camp for mobile. I have written 4 chapters to explain

[twitter-dev] iPhone twitter client

2011-01-16 Thread Rob Wilson - SpikyOrange
other iPhone developers. Feel free to follow me on Twitter, as I disucss the progress on my podcast BitBanterPC. Many thanks to anyone who can answer those questions. Regards, Rob. -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http

[twitter-dev] Re: statuses/filter streaming api vs Gnip announcement

2010-11-22 Thread Rob
. Any nondisplay companies or developers who want to participate in the private beta period of our new commercial Twitter products are welcomed to drop us a note at i...@gnip.com. - Rob Johnson On Nov 22, 1:06 pm, Matt Harris thematthar...@twitter.com wrote: Hi Colin, I've answered your questions

[twitter-dev] Search API not returning tweet

2010-08-26 Thread Rob Lee
I'm trying to understand why this query doesn't return a tweet : http://search.twitter.com/search.json?q=%23tea%20from:jamesb%20from:frankieroberto%20from:andrewpendrick%20from:monkeyhelpr%20from:topfife But this one does :

[twitter-dev] Re: oAuth for server-side applications

2010-06-17 Thread Rob
Sheesh, digests are always such a PITA. I wrote my own HTTP/DIGEST auth routine once and what a pain to wade through the RFC and try to get coding to work. I'd really like NOT to have to do that, BUT, I want to be articulate enough (code-wise) so I'm not just blindly relying on someone's

[twitter-dev] oAuth for server-side applications

2010-06-16 Thread Rob
Okay, I'm totally confused with Twitter's move to drop HTTP BASIC authorization. My problem is with a set of Twitter accounts that are primarily accessed PROGRAMATICALLY by server-side processes; there is no client per se, or rather, the server process IS the client. For example, an automated

[twitter-dev] Re: oAuth for server-side applications

2010-06-16 Thread Rob
Taylor, Thanks for the bootstrap info. Now, is there a soup-to-nuts CODING example somewhere?.

[twitter-dev] Re: oAuth for server-side applications

2010-06-16 Thread Rob
I'm working (more or less) in Java. I'm planning to start picking through the Scribe library to see the flow. The flow (http://dev.twitter.com/images/dev/oauth_diagram.png) makes sense. What I'm having difficulty with is mapping the pieces of that diagram to the single token solution. What

[twitter-dev] V2-roadmap access

2010-06-15 Thread Rob
I've seen many references to http://apiwiki.twitter.com/V2-Roadmap, particularly with regards to a current api issue I have (accepting pending follow requests on protected accounts) but when I go to that page I get a mostly empty page that just says You don't have permission to look at V2 Roadmap.

[twitter-dev] /filter question

2010-03-22 Thread rob
Quick question: When consuming the Streaming API on the Filter endpoint can you provide both the track and follow predicates? ex: ?track=foofollow=1234566 We would like to have a single user with elevated access for both the track and follow roles and utilize a single connection. Thanks, Rob

[twitter-dev] Streaming API question

2010-02-19 Thread rob
drop the connection and reconnect all is well and the data starts to flow again. (Which we could do but that seems like a hack) Anyone else have this issue or should I dive into the EventMachine code and see if there is an issue in there? Thanks in advance, Rob

[twitter-dev] Getting Replies to A Message

2010-01-20 Thread rob
amount of users that may or may not ever produce a valid reply]. Thanks in advance, Rob

[twitter-dev] Re: Favourites/create API: getting This method requires a POST

2009-09-18 Thread Rob Hutten
Yep, that did the trick. Thanks, Abraham. I'll look into updating the example on the API wiki. Cheers, -Rob On Sep 17, 2:21 pm, Abraham Williams 4bra...@gmail.com wrote: That cURL command is resulting in a GET when a POST is required. Try adding -d with an empty string. curl -u

[twitter-dev] Re: Alert: Twitpocalypse II coming Friday, September 11th - make sure you can handle large status IDs!

2009-09-10 Thread Rob Ashton
I've always just stored as 64bit integers, I'd assumed that 32bit wouldn't be enough. Now, if it goes above 64bit then I'm screwed, because neither my language or database have built in support for that! :P From: JDG Sent: Thursday, September 10, 2009 4:21 AM To:

[twitter-dev] Invalid / used nonce

2009-08-12 Thread Rob O'Brien
are legit makes me think there's another problem, but Twitter hasn't responded to my api@ email. Rob O'Brien Web Application Developer Consultant r...@zepoid.com -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf

[twitter-dev] Re: Invalid / used nonce

2009-08-10 Thread Rob O'Brien
? hash request/followers/ids.xml/request errorInvalid / used nonce/error /hash Rob O'Brien Web Application Developer Consultant r...@zepoid.com -Original Message- From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf

[twitter-dev] Re: Bad Celebrity Search Results

2009-05-14 Thread rob
I just tried this with the API, and it seems to work for Diddy: feed://twitter.com/statuses/user_timeline.atom?screen_name=iamdiddy And Shaq: feed://twitter.com/statuses/user_timeline.atom?screen_name=THE_REAL_SHAQ On May 13, 10:18 pm, Brendan O'Connor breno...@gmail.com wrote: i wanted

[twitter-dev] Bad Celebrity Search Results

2009-05-12 Thread rob
twitter.com/robseward Rob

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-04-23 Thread Rob Banagale
Hello, I'd like to be added to this list please. Real Name: Rob Banagale Twitter Username: @neutrinosllc email: r...@neutrinosllc.com Social media consulting, development and design specializing in Ruby on Rails. Our strength is in creating integrations between services, including Facebook

[twitter-dev] Re: I cannot add a custom background image

2009-03-17 Thread Rob
the twitter.com website fail using both Firefox 3.0.7 and IExplorer 7.0.5730.11 googling seems to indicate this problem is widespread. any eta on a fix? - Rob On Mar 17, 10:30 am, Doug Williams d...@twitter.com wrote: Victor, Are you doing this through the API or through the Web

Re: Custom User Agent

2009-02-09 Thread Rob Ashton
Are you looking for this? http://apiwiki.twitter.com/FAQ#HowdoIget“fromMyApp”appendedtoupdatessentfrommyAPIapplication Regards, Rob On Feb 9, 9:04 am, R.Sebastian rene@gmail.com wrote: I'm trying to fix a custom User Agent for a long time, using the API in PHP and Curl. This is my

Re: TwitPicGrid = TwitPic + TweetGrid mashup

2009-02-04 Thread Rob Iles
Chad, Very nice :) suggestion: allow filter by language (if the API supports this). Rob Iles 2009/2/4 Chad Etzel jazzyc...@gmail.com I thought about doing that, but I don't want to overload people's browsers and memory by loading a metric-ton of images. From my experience, most browsers

Re: Whitelisting: Change server

2009-02-02 Thread Rob Ashton
Further to this, I would like to apologise for being so defensive in my first reply, that was unnecessary too. I don't wish to get off on the wrong foot. On Feb 2, 2:16 pm, Rob Ashton robash...@codeofrob.com wrote: It is a valid thing *worth* pointing out, that if some of us are waiting over

Re: Whitelisting: Change server

2009-02-02 Thread Rob Ashton
Oh faff off, there is no need for that tone, I was merely stating the facts, which includes exactly what you just said too. If you want to have an argument on free beer, api requests or whatever, then I have a lot to say that I am not saying, because this is not the place for it. On Feb 2, 1:57 

Re: Whitelisting notification?

2009-02-01 Thread Rob Ashton
I was wondering this myself, it's been over a week since I requested auth and it hadn't occured to me that I might have been whitelisted and simply not notified. Gilles Frydman wrote: Sorry for the /trivial/ question but do you send any notification to those who request whitelisting?If so, how

Re: BarackObama: Wha...

2009-01-05 Thread Rob Iles
(believe me, it does happen - especially in tech companies). Apologies to anyone who feels my response is spam or a rant, I just wanted to publicly show my support for the twitter team. Long may they continue in the mode they've done so to date. Kind regards, Rob Iles DomiaLifestyle http

Re: excited

2008-12-15 Thread Rob Iles
you Manhattan Island for $24 in jewelry -- Alex Payne - API Lead, Twitter, Inc. http://twitter.com/al3x -- Rob Iles Harmony - www.domialifestyle.com Software Development - www.rob-iles.co.uk/rmidevelopment Twitter: http://twitter.com/Rob_Iles Skype: rob_iles 12seconds: http