[twitter-dev] When will we be able to upload images?

2011-06-10 Thread Terence Eden
I see that the new Official iOS Twitter App allows users of the Sainted iDevice to post photos (http://twitter.com/mariazverina/status/79134307079303168/) Any idea when this will be available to us lowly developers? -- Twitter developer documentation and resources: https://dev.twitter.com/doc

[twitter-dev] Re: New Photo upload feature: What's new coming on the API side

2011-06-03 Thread Terence Eden
I've written a quick tutorial for getting and displaying the media in PHP. http://shkspr.mobi/blog/index.php/2011/06/displaying-twitter-photos-via-entities/ Looking forward to seeing the upload API. -- Twitter developer documentation and resources: https://dev.twitter.com/doc API updates via

[twitter-dev] Re: HTTPS profile and profile background image URLs are being added to user objects

2011-05-17 Thread Terence Eden
Thank for implementing my suggestion ;-) (http://shkspr.mobi/blog/ index.php/2011/05/a-minor-twitter-privacy-bug/) A quick question. Why add a new field? Why not use the existing one IFF the request came over HTTPS? On May 16, 11:27 pm, Matt Harris thematthar...@twitter.com wrote: Hey everyone,

[twitter-dev] Re: need emergency help

2011-03-25 Thread Terence Eden
Save them in a cookie which you give to the user. On Mar 25, 4:05 am, Blaaze Artifex blaazet...@gmail.com wrote: thanks for your reply, am using php and am not going to use those variables in the same session instead am going to use them in future (may be after many days), will it work.?

[twitter-dev] Inconsistency between JSON XML for favorited retweets

2011-03-24 Thread Terence Eden
There seems to be an error with the JSON feed when it comes to retweets. User Alice favourites a tweet from Bob, and then retweets to to Charlie. The JSON feed that Charlie gets marks Bob's tweet as one of Charlies favourites. This does not happen in the XML feed. JSON (snipped) created_at

[twitter-dev] Re: Using OAuth with twitter mobile

2010-07-03 Thread Terence Eden
Hi, The Twitter OAuth page should automatically detect mobile phones via their User-Agent string. It will then display a mobile friendly OAuth page. That's how we do it on Dabr - you can see the source at http://code.google.com/p/dabr/source/browse/#svn/trunk/common Terence On Jun 28, 2:46 

[twitter-dev] Re: since_id confusion

2010-06-28 Thread Terence Eden
to find the 20 I'm looking for, partly on bandwidth processing grounds, but also, if the user is, say, 300 tweets deep into their timeline, they'll miss tweets. Thanks Terence On Jun 26, 3:52 pm, Terence Eden terence.e...@gmail.com wrote: Am I mistaken in how since_id works? Callinghttp

[twitter-dev] since_id confusion

2010-06-26 Thread Terence Eden
Am I mistaken in how since_id works? Calling http://api.twitter.com/1/statuses/home_timeline.json?count=20max_id=1234 Gives me the *next* 20 tweets from 1234 However, calling with since_id http://api.twitter.com/1/statuses/home_timeline.json?count=20since_id=1234 Gives me the *first* 20 tweets

[twitter-dev] Re: link wrapping on the API

2010-06-09 Thread Terence Eden
Would it be possible to use a 3rd party URL lengthener (like http://longurlplease.com/) then use that? Alice posts bit.ly/foo Twitter changes it to t.co/bar LongUrl returns bit.ly/foo resolves to example.com App shows a href=http://t.co/bar;example.com/a When Bob clicks on example.com, he hits

[twitter-dev] Re: icon size issue

2010-03-03 Thread Terence Eden
Noted in issue http://code.google.com/p/twitter-api/issues/detail?id=601 If you're developing for mobile, try http://tinysrc.net/ to dynamically resize the avatars. On Feb 27, 1:44 am, eco_bach bac...@gmail.com wrote: Anyone know what the eta is for fixing the icon size issue? I just came

[twitter-dev] Re: Why does status/followers require auth?

2010-02-24 Thread Terence Eden
/detail/npdjhmblakdjfnnajeomfbogo... On Sun, Feb 21, 2010 at 01:27, Terence Eden terence.e...@gmail.com wrote: From http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0f... Requires Authentication (about authentication): false unless requesting it from a protected user

[twitter-dev] Why does status/followers require auth?

2010-02-21 Thread Terence Eden
From http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0followers Requires Authentication (about authentication): false unless requesting it from a protected user; if getting this data of a protected user, you must auth (and be allowed to see that user). But, if I am logged in

[twitter-dev] Re: inconsistency in User Icon pixel sizes and file formats.

2010-02-18 Thread Terence Eden
This error has been reported at http://code.google.com/p/twitter-api/issues/detail?id=1182 Please add a star to it to stay informed. On Feb 18, 3:35 am, eco_bach bac...@gmail.com wrote: Hi In building a twitter search application I was surprised to find out that there is a inconsistency in

[twitter-dev] Re: What's up with OAuth?

2010-02-12 Thread Terence Eden
Will mobile OAuth be fixed for all users before this goes live? See http://code.google.com/p/twitter-api/issues/detail?id=395 for details. On Feb 12, 3:18 am, Raffi Krikorian ra...@twitter.com wrote: hi all. this is a long overdue e-mail, but i wanted to tease out some of the directions that

[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

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

2010-02-04 Thread Terence Eden
Buttons *NOT* clickable on BlackBerry Bold Browser (OS4.6). Have tried with and without Javascript enabled. Can provide headers etc if needed. Thanks for this update - it looks amazing. Should really ramp up security usability. On Feb 3, 11:16 pm, Ryan Sarver rsar...@twitter.com wrote:

[twitter-dev] Re: rate limit: plz reply as soon as possible : urgent

2010-01-07 Thread Terence Eden
From what I can tell, you're trying to get all of XYZ's friends - then see all of the friends of each of them. Is that right? My first question is Why? Depending on what you are trying to do, there may be a better way to achieve it. If there really is no other way, you can apply for