[twitter-dev] Account opening

2009-04-04 Thread ben
I'm working on an application that will require the use of a considerable number of Twitter accounts- around 5700. Is there an easy and legitimate way of opening this number of accounts rather than having to manually do so? Are Twitter helping developers do things like this? Is it allowed?

[twitter-dev] Problems with creating Twitter accounts for use with an API based application

2009-04-08 Thread ben
d? Outside of a public forum, we're happy to disclose further details. Best wishes Ben

[twitter-dev] Re: OAuth and Perl

2009-05-15 Thread ben
I'm having the same problem as Jesse using the Net::OAuth Here's what I get back from twitter: $VAR1 = bless( { '_protocol' => 'HTTP/1.1', '_content' => 'Failed to validate oauth signature or token', '_rc' => '401', '_headers' =

[twitter-dev] block - incorrect signature

2009-08-13 Thread ben
obvious in the wiki. Thanks, Ben

[twitter-dev] Re: block - incorrect signature

2009-08-14 Thread ben
solved http -> https On Aug 13, 7:15 pm, ben wrote: > Hi, > > Has anyone experienced an 'incorrectsignature' error from the /block/ > methods using oauth token authentication. > > All the other methods which require oauth token seem to be ok for me. > Just w

[twitter-dev] friend/follow ratio

2009-08-14 Thread ben
doesn't want to publish anyhow. But a rough guesstimate would useful, just to trigger some warnings before users get up in arms about accounts being blocked. Thanks for any advice, Ben

[twitter-dev] available languages

2009-08-17 Thread ben
I can't spot information on languages in the wiki. Please can someone advise what values are in the language parameter in tweets from the search api. All possible iso language codes? two and four codes, e.g. en-us and en, or just the two-letter codes? Whatever the user wants? Thanks a lot, Ben

[twitter-dev] dm / follow handling

2009-08-22 Thread ben
gly designed for just this scenario. Any opinions/experience with this? Thanks in advance, Ben

[twitter-dev] non json response

2009-08-26 Thread ben
Occassionally i get back a 200 status html response from the json search api which look like this, most times the same search works fine, it just happens occassionally: http://www.w3.org/ TR/1999/REC-html401-19991224/strict.dtd"> Does anyone recognise what this kind of response means?

[twitter-dev] blocks/blocking - page paramater dodgy?

2009-08-29 Thread ben
Hi, Could be me, but I'm gettings matching returns from blocks/blocking whatever the page parameter is, logging below. Also i'm finding the blocking/ids not returning the same as the blocks/ blocking results. Are the /ids/ results cached? If so, is this true of all the friends/followers/ id metho

[twitter-dev] /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-29 Thread ben
Couple of issues sprouting, i have been editing the code so i'm going back and back over for some error at my end, but it's looking mighty odd. It looks like: /friendships/destroy.json is not being updated blocks/blocking.json is not returning the same users as /blocks/ blocking/ids.json Loggi

[twitter-dev] the OK

2009-09-02 Thread ben
I noticed a post a week or two back about legal issues on 3rd party apps, also on the terms of service its says that twitter will check out an app and then ok or blacklist it. The app i've been working on has some auto-following capability, but it's restricted to keep the general peace and prevent

[twitter-dev] No results in "from" search for various (verified?) accounts

2010-01-04 Thread Ben
I am getting a 200 status message but no results for these two accounts, in both atom and json, and they both definitely have tweets: http://search.twitter.com/search.atom?q=from:lindsaylohan http://search.twitter.com/search.atom?q=from:chucktodd I don't want to postulate, but I wonder if there's

[twitter-dev] Re: Search API problems...

2010-08-24 Thread Ben
Matt, thanks for the quick response. After an evening of trying to figure out what's going on, it appears to be working again. I guess the problem must have been on my side. Thank you so much for replying so quickly though, and for the explanation on rates and error messages! Many thanks,

[twitter-dev] "Easy there, Turbo. Too many requests recently. Enhance your calm." - User streams limit?

2010-11-19 Thread ben
Hi, we're working on a Twitter client, using user streams API. Since yesterday I found out that for certain accounts, whenever we try to connect using user streams, we get the following error: "Easy there, Turbo. Too many requests recently. Enhance your calm.". And ever since this happened, the acc

[twitter-dev] why am i not receiving the oauth_verifier in the callback parameters?

2010-05-27 Thread Ben
#x27;t get back the oauth_verifier. I do see the oauth_token in my GET parameter, but nothing else. Am I missing something? If there was an error, where can I see that? thanks, ben

[twitter-dev] Search API problems...

2010-08-24 Thread Ben
ng not show up on the odd times I actually get the rate limit to show something? If anyone can help, or point me in the direction of something I've missed, I'd be eternally grateful... ben -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitte

[twitter-dev] direct_messages since_id parameter doesn't work

2009-03-30 Thread Ben Burleson
API doc!!!1 Cheers, Ben

[twitter-dev] Search beyond 7 days

2009-06-21 Thread Ben Hall
Hello, According to the documentation, http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search, the twitter search api only provides results from the past 7 days. I was wondering if it is possible to get results from before then? Thanks Ben

[twitter-dev] Re: Using MagpieRSS Authentication with the Twitter API

2009-07-06 Thread Ben Metcalfe
Your best best, IMHO, is to follow the sample code on this wiki to request the API payload via CURL and then dump the response into the MagpieRSS parser. It's just easier that way, I find - as authentication via CURL is known to work out of the box. This will also make your code more future proo

[twitter-dev] Re: search API - why not XML output...

2009-07-06 Thread Ben Metcalfe
Atom is XML On Jul 6, 8:03 am, Carlos wrote: > Hi, bu looking at the search API docs I see the output format is JSON > and Atom, why not X-ML?  Forgive me I haven´t tried myself to request > xml to see what I get, but hopefully the docs are obsoletea and XML is > supported best regards, Carl

[twitter-dev] Re: streaming API for DM for multiple users ?

2009-07-28 Thread Ben Hall
Random idea, but wouldn't a streaming API for DMs allow IM style clients to be implemented on top of the twitter platform? I know I use DMs instead of MSN now, the delay is a bit of a pain but being able to move the conversation from public to private is great, plus sometimes you do want delayed

[twitter-dev] Twitter + OAuth for iPhone

2009-07-28 Thread Ben Gottlieb
If anyone is interested, I've implemented Twitter OAuth on iPhone (which includes an iPhone version of the OAuth static lib). It's on GitHub: http://github.com/bengottlieb/Twitter-OAuth-iPhone/tree/master

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
I just re-tested the code this morning, and it still works. On Jul 29, 6:03 am, chloros wrote: > Does this currently work?  I'm using OAuthConsumer as well and my app > stopped working after the last update. > > On Jul 28, 2:32 pm, Ben Gottlieb wrote: > > > If

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
have changed before I committed to GitHub.). In progress. B On Jul 29, 8:31 am, Ben Gottlieb wrote: > I just re-tested the code this morning, and it still works. > > On Jul 29, 6:03 am, chloros wrote: > > > Does this currently work?  I'm using OAuthConsumer as well and my a

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-29 Thread Ben Gottlieb
Okay, sendUpdate is now working with spaces again. On Jul 29, 10:41 am, Ben Gottlieb wrote: > Update: it's not working if you have %-escaped characters in your > update status string. It appears that there may be some double- > escaping going on, and that may be confusing thing

[twitter-dev] Re: Twitter + OAuth for iPhone

2009-07-30 Thread Ben Gottlieb
mer secret (visit http://twitter.com/oauth_clients/new to obtain these). HTH, B On Jul 30, 3:42 am, Marneo wrote: > Ben, > > It says in the read me file that: > Use the key and secret info provided there to modify the constants at > the top of YHOAuthTwitterEngine.m > You shou

[twitter-dev] Re: Early developer preview: Retweeting API

2009-08-13 Thread Ben Hall
Cool. One request. Could we have an extension to the search API so that I could search for a term which has been tweeted? Scenario: I want to know how many times a particular term has been included in a retweet which I can then aggregate to see how many times it has been retweeted as a total...

[twitter-dev] Re: available languages

2009-08-17 Thread Ben Eliott
Hi Michael, Thank you very much for this. Going back to look again at that page again the ISO link is right there, as you say. I don't know why my eye skipped over it like that. I guess too much/not enough caffeine. Thanks again, sorry for the time waster. Ben On 17 Aug 2009, at

[twitter-dev] Re: Do My Customers Have a Twitter Account?

2009-08-19 Thread Ben Hall
I think the search my username feature has been removed. It now is just Name... You could use the gmail\yahoo\aol integration - http://twitter.com/invitations?service=gmail @Ben_Hall On Wed, Aug 19, 2009 at 9:17 PM, Scott Haneda wrote: > > Good point. Why not just send them an email, and offer

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-21 Thread Ben Eliott
Hi, Please could you advise on the differences between this and the current location based searching facility? Is the current location search based on the users location in their settings whilst this is a exact location for each tweet? Thanks, Ben On 20 Aug 2009, at 21:46, Ryan Sarver wrote

[twitter-dev] Re: Developer Preview: Geolocation API

2009-08-22 Thread Ben Eliott
Hi Ryan, Thank-you for the fast response. That makes sense, thanks a lot for clarifying. Wow, this is a really exciting feature. Best Regards, Ben On 21 Aug 2009, at 17:44, Ryan Sarver wrote: > > Ben, > > Currently we geocode your user.location data to get an idea of where >

[twitter-dev] Mobile Twitter has been blocked?

2009-08-25 Thread Ben Novakovic
month ago, but Mobile Tweete is a legitimate client that has been running for over a year now. Any help would be greatly appreciated. Kind Regards, Ben Novakovic -- Developer of Mobile Tweete

[twitter-dev] Re: non json response

2009-08-27 Thread Ben Eliott
evelopment so it may yet be some bug with me. Ben DEBUG - urlopen success on http://search.twitter.com/search.json?q=this&rpp=100&geocode=51.51076%2C-0.13126%2C23mi&since_id=3561793228 , code 200 2009-08-26 19:55:01,783 - twittersearch.models - DEBUG - search answer: 2

[twitter-dev] Re: /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-30 Thread Ben Eliott
Ok, further to email below, i'm not able to post follow requests either, it comes back with success, but no database update seems to have occurred. Pretty much looks like any POST request just isn't happening, even though twitter is coming back with friendly responses. Ben On 2

[twitter-dev] Re: /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-30 Thread Ben Eliott
e wrote: How are you calling twitter? Directly or via a wrapper like EpiTwitter. I had problems with EpiTwitter effectively caching requests. I had to go after particular elements in the result for it to actually make/return the request. On Aug 30, 4:47 am, Ben Eliott wrote: Ok, further to e

[twitter-dev] Re: /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-30 Thread Ben Eliott
issue for last three days i'm sure i can replicate/ or go back to logs for more info/more exact time if necessary. On 29 Aug 2009, at 17:35, ben wrote: Couple of issues sprouting, i have been editing the code so i'm going back and back over for some error at my end, but it's

[twitter-dev] Re: /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-31 Thread Ben Eliott
iends/ids.xml does NOT show the id of the friended user. At least not immediately. It appears as though there is a several hour delay before updating. On Aug 30, 11:28 pm, Ben Eliott wrote: Ok, further to emails below, i had a bit of self doubt because i seem to alone on this, but now i'm bac

[twitter-dev] Re: Problem in past 48 hours: friendships/create severe lag or loss

2009-08-31 Thread Ben Eliott
Thank-you, good to know. On 31 Aug 2009, at 20:03, John Kalucki wrote: We're on this. Updates from the usual sources soon. On Aug 31, 11:57 am, David Dellanave wrote: I am pretty sure I am experiencing this issue as well. I can't verify it, yet. I assumed it was an issue with OAuth, but

[twitter-dev] Re: Problem in past 48 hours: friendships/create severe lag or loss

2009-09-01 Thread Ben Eliott
I haven't tested right through yet but issues relating to the POST/ auth requests from over the w/e and yesterday look largely resolved for me with all actions queued up and executed in the end. Thank-you for getting onto that and sorting. Ben On 31 Aug 2009, at 20:07, PJB

[twitter-dev] Re: non json response

2009-09-07 Thread Ben Eliott
overloaded? On Aug 30, 1:20 pm, Steven Wilkin wrote: I'm consistently getting the same response when accessinghttp://search.twitter.com/trends.jsonfrom 209.40.204.183 Steve On Aug 26, 5:27 pm, Ryan Sarver wrote: Ben, It's a known issue and we are trying to hunt it down. C

[twitter-dev] Re: Draft: Twitter Rules for API Use

2009-09-11 Thread Ben Eliott
Platform team. That's also my understanding of the current rules/TOS. It's not obvious how to make an investable app on this basis. Am i wrong about this. Or can anyone confirm experience of successfully negotiating around this caveat for a due diligence? Ben On 11 Sep 2009, at 13:4

[twitter-dev] twitter legal

2009-10-01 Thread Ben Eliott
for group interest: http://news.bbc.co.uk/1/hi/technology/8285954.stm usually the reg gets these stories about a week before the beeb, maybe i missed it. On 1 Oct 2009, at 21:22, Christian Nunciato wrote: Has anyone had any trouble sending strings containing line breaks to Twitter through

[twitter-dev] Re: List of all verified accounts

2009-10-12 Thread Ben Parr
It exists already - http://twitter.com/verified Anyone that account follows is verified. On Oct 12, 9:59 am, Kiam wrote: > Hi, > > Is there a way to obtain a list of all verified accounts?  Or are > there plans to expose this in the future? > > Thanks, > Kiam

[twitter-dev] Getting 500 responses from Twitter constantly

2009-12-02 Thread Ben Novakovic
ng whether Mobile Tweete's IP address has been blocked from the API for some reason? I would really love to get to the bottom of this ASAP! Thanks very much! The IP Tweete is running on is: 74.207.242.154. It also appears that 64.71.152.86 doesn't seem to work either. Cheers, Ben

[twitter-dev] Re: Getting 500 responses from Twitter constantly

2009-12-02 Thread Ben Novakovic
since posting this - I've noticed other users on here have experienced the same problem. It only appears to happen to certain user accounts on home_timeline. Not sure what the issue is. I'm not over my rate limit because I can view replies/dms. Cheers, Ben On Dec 3, 11:37 am, Ben

[twitter-dev] Re: Getting 500 responses from Twitter constantly

2009-12-02 Thread Ben Novakovic
Hi Mark, Great - thanks very much for looking at this so quickly! Cheers, Ben On Dec 3, 2:22 pm, Mark McBride wrote: > This should be resolved, please let us know if you continue to see errors > > > > On Wed, Dec 2, 2009 at 6:54 PM, Mark McBride wrote: > > We've id

[twitter-dev] Re: RWW article - "Twitter Permissions: How Much Do You Trust Your Apps?"

2010-09-16 Thread Ben Regenspan
Whoa - couldn't disagree more. I think the implicit (or explicit, in ToS - havent't checked) understanding is that apps with read access can access DMs in order to return them to the current user. E.g. desktop clients or web apps with client-like functionality. They're clearly certainly not the mos

[twitter-dev] Steaming API — is track lagging cons iderably behind real–time right now?

2010-09-29 Thread Ben Hodgson
other people experiencing this? I would imagine it’s transient but it’s been like this for approximately 40 minutes. Is it just me, or is something broken at Twitter? Ben -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com

[twitter-dev] cURL and rate limits

2010-11-04 Thread Ben Saufley
I'm just starting to mess around with a very, very basic call to the Twitter API (http://api.twitter.com/1/statuses/user_timeline.json) to pull my tweets to my website through cURL. However, using a page that nobody knows exists yet (thus eliminating the possibility of inadvertent traffic), I'm get

[twitter-dev] Does backtype offer better searching for a URL than the twitter api?

2010-11-25 Thread Ben Richardson
I'm trying to search the API for a specific URL (non-shortened) but am getting different results on how many times the URL has been tweeted. The URL I'm using for this example is http://groups.google.com/group/twitter-development-talk http://urls.api.twitter.com/1/urls/count.json?url=http://group

[twitter-dev] t.co user agent string

2011-04-05 Thread Ben Marsh
yager etc... Thanks, Ben -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group: http://groups.goog

Being kind to the API - how many requests per minute is acceptable?

2009-01-02 Thread Ben Metcalfe
ful? I have a whitelisted username and IP, but would rather know the friendly limits than be suddenly turned off for being too much. I am making use of as much caching as I can, but frankly there's a lot of calls to be made so I'll still need to throttle. Perhaps Alex/someone at Twitter cou

[twitter-dev] OAuth rate limit question

2010-03-02 Thread Ben Novakovic
they are logged in with OAuth, the appropriate OAuth details are also handed through as part of the request. We know they are using OAuth as our 'updated via xxx' changes with using OAuth. Any help would be greatly appreciated! Thanks! Ben

[twitter-dev] Re: OAuth rate limit question

2010-03-02 Thread Ben Novakovic
Awesome! thanks very much! We were still using twitter.com rather than the new api.twitter.com Thanks again! Cheers, Ben On Mar 3, 5:26 pm, Raffi Krikorian wrote: > are you connecting via oauth to api.twitter.com?  if so, then please take a > look at the rate limit headers and let m

[twitter-dev] Re: @anywhere Follow Button Issue

2010-05-14 Thread Ben Regenspan
I am also seeing this issue. I'm at an office and wondering if it's at all possible that there is some rate-limiting by IP going on? On Apr 16, 5:53 am, Albert Stein wrote: > FYI - once the "not found" issue starts - i get the same thing when i > view the demo page on dev.twitter.com - the butto

[twitter-dev] Re: t.co issue -- querying for original url in streaming & search apis

2010-06-09 Thread Ben Metcalfe
I would love to see twitter include the original unwrapped url in a key/value in the annotation field (else otherwise it's own specific key/value in the payload). There are loads of use cases for this: from search/discovery through to reducing latency for twitter clients that want to show the orig

[twitter-dev] Search + App Engine = Bad News... OAuth soon please?

2010-06-14 Thread Ben Hedrington
your end just to get this problem resolved. Thanks, -Ben blog: http://buildcontext.com

[twitter-dev] Twitter feed showing incorrect dates

2010-07-26 Thread Ben Juneau
The dates are incorrect on my website... http://www.bjuneau.com I'm not sure what I'm doing wrong here? Any help is much appreciated.

[twitter-dev] Re: Twitter feed showing incorrect dates

2010-07-27 Thread Ben Juneau
s ago'; } return r; } String.prototype.linkify = function() { return this.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\? \/.=]+/, function(m) { return m.link(m); }); }; }); On Jul

[twitter-dev] Trying to build a twitter feed on my site...

2010-07-30 Thread Ben Joven
. Thanks, Ben

[twitter-dev] Using the Authorization header

2010-08-04 Thread Ben Jones
eventually works (sometimes it works the first time, just not consistently), so I don't think I'm calculating the signature incorrectly. Are the 401 errors occurring because Twitter is busy, or am I doing something wrong? Thanks in advance, any help would be greatly appreciated! ben

[twitter-dev] Re: Using the Authorization header

2010-08-05 Thread Ben Jones
rt at the moment, so the timestamps fullfil the need to be greater or equal to the previous one. Is there anything else I should watch out for with them? Thanks again! ben On Aug 5, 12:37 am, Tom wrote: > Oops, silly me, didn't read the full post. Sorry. > > Make sure to watch

[twitter-dev] Re: Using the Authorization header

2010-08-05 Thread Ben Jones
x27;, but then returned to the previous behaviour of throwing 500 errors. What should I look out for with regards timestamps? I'm following the advice from the OAuth spec, in that they have to be in seconds, and equal or greater than the last used. Do they have to sync with Twitter's clock

[twitter-dev] Re: Using the Authorization header

2010-08-06 Thread Ben Jones
d with all the other parameters, so worked correctly. Now both ways are fine. Thanks again, ben On Aug 5, 3:21 pm, Taylor Singletary wrote: > Hi Everyone on this thread, > > A few clarifications: > > - The "realm" isn't required, but we'll take a realm if yo

[twitter-dev] Can I use the Twitter API to get tweets for a specific user and timeframe?

2010-08-16 Thread Ben H
I've been doing some research into using the Twitter API, and I'm not sure if I'm understanding it correctly. I want to get tweets from a specific user for a specific time-frame. From what I can tell, using the search function to specify a date range doesn't work because only the last 7 days are ke

[twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread Ben Metcalfe
: [x] public tweets [ ] send tweets [ ] read direct messages This seems more appropriate but would also deal with the issue of surprising auto-tweets when the app developer doesn't highlight it up front. What do people think? Thanks, Ben Metcalfe On Aug 18, 1:45 pm, Brian Sutorius wrote

Re: [twitter-dev] New oAuth Authorization screen is unusable on phone webbrowser control

2011-05-01 Thread Ben Ward
ironment, please send them to me and I'll use them to look for any problems. Email me directly if you prefer. Thanks, Ben / @benward / Twitter platform developer -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitter

Re: [twitter-dev] OAuth Authorization screen on Windows Phone 7 (WebBrowser control)

2011-05-03 Thread Ben Ward
Matthieu for corresponding with me on Twitter whilst debugging the issue. Ben -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/i

Re: [twitter-dev] window.open() and OAuth

2011-05-06 Thread Ben Ward
ual address.) (This one.) My hope and preference is that after documenting these issues and encouraging their adoption, we can remove the janky resize code and return all pop-up size and shape related issues entirely to the domain of the app developer. Thanks, Ben -- @benward -- Twitter develop

Re: [twitter-dev] Re: Visual refresh of the OAuth screens

2011-05-25 Thread Ben Ward
ase soon on the authorize flow is a solution to this problem. (As mentioned in some of the other threads.) Regards, Ben -- @benward Platform Developer, Twitter > Thankfully, we have now fixed the issue that caused the new OAuth > templates to break our iPhone App and an update is now live o

Re: A Problem with the web view. [was: Re: [twitter-dev] Please confirm this OAuth flow ...]

2011-05-27 Thread Ben Ward
ess for testing. This should keep both ends of the flow hooked into all kinds of apps. As ever, let us know if there's ways we can improve it for you; I'm particularly interested in suggestions of extra data to send through in that callback to improve the feedback in apps.

Re: [twitter-dev] Unwanted T.CO shortening

2011-06-10 Thread Ben Ward
at provide all of this information in the API response is here: http://dev.twitter.com/pages/tweet_entities Ben -- Platform Developer, Twitter -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements

[twitter-dev] What is the best strategy to get this volume of data?

2011-07-06 Thread Ben Flux
I want to send 100 queries to Twitter every minute via my server application and would like to know if there is a method that will allow me to do this? -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enha

Re: [twitter-dev] Re: Tweet button and iphone

2011-07-07 Thread Ben Ward
lose the WebView’ code, then you may be able invoke the Intent in a WebView and have all the autoclose behaviour from the web work. I've never tried this though. Ben -- @benward Twitter, Web Intents developer -- Twitter developer documentation and resources: https://dev.twitter.com/doc

Re: [twitter-dev] What is the best strategy to get this volume of data?

2011-07-10 Thread Ben Flux
The intention was to do lots of the same query, perhaps 80 unique queries, but every 30 seconds or less -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via Twitter: https://twitter.com/twitterapi Issues/Enhancements Tracker: https://code.google.com/p

Re: [twitter-dev] Re: Tweet button and iphone

2011-07-14 Thread Ben Ward
Hi Anajjar, The fix for the cancel button links is done, and should be deployed next week. Ben On Jul 13, 2011, at 11:05 PM, anaj...@ibs.com.jo wrote: > Can someone please respond on my issue? Why the support doesn't follow > up with my issue to the end?!! :\ ,Is there any other p

Re: [twitter-dev] Re: Tweet button and iphone

2011-07-18 Thread Ben Ward
that cancel buttons link to the original_referer where appropriate. Ben -- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twi

[twitter-dev] Can you do one query and leave it running to get subsequent results?

2011-07-20 Thread Ben Flux
-- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterapi Unsubscribe or change your group membership settings: h

Re: [twitter-dev] Re: Tweet button and iphone

2011-07-27 Thread Ben Ward
opener being set.) Can you link to the specific case where the iPhone UI isn't behaving as expected? I'll take a look to debug it. Thanks, Ben On 21 jul, 07:21, "anaj...@ibs.com.jo" %ibs.com...@gtempaccount.com> wrote: >> It's working perfectly,Thanks Ben >