[twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-06 Thread Dewald Pretorius
Ryan, Don't know if it will fit in with your architecture, but maybe this service could be of use to you: http://wapple.net/ On Feb 6, 12:39 am, Ryan Sarver rsar...@twitter.com wrote: Ill talk with the team and figure out if it's better to roll it back or just limit it to the known, working

Re: [twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-06 Thread Michael Steuer
And for QA, if you're not able to procure each commercially available handset, check out www.deviceanywhere.com. Or if you prefer to outsource, hit me up off list, I can give you a list of reputable mobile QA houses. On Feb 6, 2010, at 7:40 AM, Dewald Pretorius dpr...@gmail.com wrote:

[twitter-dev] Twitter Widget - Website

2010-02-06 Thread Andrew Marks
There may be a bug on the Customized Twitter Widget (used to be integrated into website). While options enable a user to choose the height and how many tweets appearing (rpp), the interface automatically resizes itself in result of the tweet lengths. For example, if 4 tweets are submitted (all

[twitter-dev] Loading list of friends from twitter api

2010-02-06 Thread Peter Kieltyka
Hey guys, I'm using the twitter ruby gem to get the usernames of someone's followers after they signs in to my app. What happens if that person has thousands (even millions) of followers? How does twitter return this information? Is it ordered by the users with the most recent updates? I suppose

[twitter-dev] a1.twimg.com access denied image error

2010-02-06 Thread brooks
i haven't noticed this error lately, but today i am. anyone else noticing it on the a1 server when trying to access images?

[twitter-dev] direct message whitelisting?

2010-02-06 Thread Trevor Sehrer
Hey twitter-development-talk, I've searched Google and the list's archives for an answer to the following question but have yet to find it: do whitelisted user accounts that have been whitelisted for 20k API calls/day have higher direct message limits, as well? If so, what are they? If not, is

[twitter-dev] Re: Mobile OAuth fix is LIVE

2010-02-06 Thread Terence Eden
Can you let us know the current supported User Agents? That way I can direct our users to it if I am certain their phones are supported. Thanks T On Feb 6, 4:39 am, Ryan Sarver rsar...@twitter.com wrote: Ill talk with the team and figure out if it's better to roll it back or just limit it to

Re: [twitter-dev] direct message whitelisting?

2010-02-06 Thread neal rauhauser
I'd like a public answer for this, we have whitelisted systems and some of our customers are starting to use their accounts as 'command centers', our software permits them to mass message members of certain lists. Right now the biggest list is a dozen and it's used infrequently, but we have

Re: [twitter-dev] direct message whitelisting?

2010-02-06 Thread Raffi Krikorian
whitelisting for direct messages is different than whiltelisting for API calls. i tend to believe we are a lot more restrictive in giving out whitelisting for DMs - but e-mail a...@twitter.com with your intentions to request it. On Sat, Feb 6, 2010 at 1:52 PM, neal rauhauser

Re: [twitter-dev] Re: Any iPhone Twitter apps with OAuth login ?

2010-02-06 Thread Fabien Penso
On Fri, Jan 29, 2010 at 4:20 PM, Ryan Sarver rsar...@twitter.com wrote: Good news. A mobile-friendly version of the OAuth page is due to be deployed next week (finally!:). We look forward to your feedback on the new screens when they are ready. Looks much better now, thanks !

[twitter-dev] http://search.twitter.com/operators/ not loading in UIWebView on iPhone

2010-02-06 Thread Jaanus
Not sure whose bug is it, but I am having trouble loading http://search.twitter.com/operators/ in UIWebView on iPhone. The problem is not specific to my app—you can see this bug also with the official UICatalog example. The problem is specific to search.twitter.com/operators/ and UIWebView. The

[twitter-dev] from app identification

2010-02-06 Thread MatMartinez
Hello! I don't know what to do. I'm trying to develop a Twitter client based on MGTwitterEngine, which use this code to define the client: #define DEFAULT_CLIENT_NAME @tweetero #define DEFAULT_CLIENT_VERSION @1.7 #define DEFAULT_CLIENT_URL @http://yfrog.com; #define DEFAULT_CLIENT_TOKEN

Re: [twitter-dev] Twitter Widget - Website

2010-02-06 Thread Abraham Williams
In the script code you can specify the height. script src=http://widgets.twimg.com/j/2/widget.js;/script script new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, * height: 400,* ... Abraham On Fri, Feb 5, 2010 at 14:56, Andrew Marks

Re: [twitter-dev] Incoming User-Objects are blank ?

2010-02-06 Thread Abraham Williams
The Search API does not contain the standard user object that is returned from the rest of the API methods. Have a look at the response section on: http://apiwiki.twitter.com/Twitter-Search-API-Method:-search Abraham On Fri, Feb 5, 2010 at 05:05, nico n...@second-dimension.de wrote: Hi guys,

Re: [twitter-dev] Retweets and location problems in search API

2010-02-06 Thread Abraham Williams
A work around would be to pull the original tweet information from the REST API and see if you still want to keep/use it. Did you check the issue tracker for an existing bug request? If none you could create one so Twitter can keep track of it. http://code.google.com/p/twitter-api/issues/list

Re: [twitter-dev] Query About Direct Messages

2010-02-06 Thread Abraham Williams
My understanding is a single Twitter account can send up to 250 DMs per day. Abraham On Fri, Feb 5, 2010 at 04:09, kiran kumar kiran.nets...@gmail.com wrote: In Twitter,showing 250 per day limit.i want know to that,250 means message or 250 users.I want to develop a tool to send direct

Re: [twitter-dev] Re: It's been three months since the truncation change.... can't the docs be updated?

2010-02-06 Thread Abraham Williams
I fully blame Twitter. They got us all hooked by being agreeable and easy going then we go and get all huffy over little things. :-P Abraham On Thu, Feb 4, 2010 at 16:03, Dewald Pretorius dpr...@gmail.com wrote: You don't have to have respect for third-party developers -- it's your site and

RE: [twitter-dev] Query About Direct Messages

2010-02-06 Thread Dean Collins
Correct, only 250 dm's per account per day. So 50 messages per day to 5 people OR 1 message to 250 people..of course if you have multiple accounts Cheers, Dean From: twitter-development-talk@googlegroups.com