[twitter-dev] Re: Our own redirecting URL is being changed to a bit.ly URL

2009-05-22 Thread Emrah KAVUN

Hi,

If it can be in any help, I have a kind of private url shortening
service that I could adapt to your needs. www.fwd.li.

I can't really design the page because I am blind (the reason why there
is no logo). However it might come handy to have an url shortening api
service designed individually for your apps.

I currently support plain text and xml output.

Cheers,
Emrah
P.s.: if someone is interested in making a logo, you're welcome. If
someone else would like to carry on the dev, welcome as well. :)

TjL wrote:
 On Tue, May 19, 2009 at 10:48 PM, Cameron Kaiser spec...@floodgap.com wrote:
   
 The best you can do is use the bit.ly API to un-shorten the link and
 grab your URL key from there.

 Have a look at the /expand method in their API:
 http://code.google.com/p/bitly-api/wiki/ApiDocumentation
   
 Or, implement your own URL shortening scheme (either internally, or using
 a specific service that meets your needs), with the assumption that the
 shortening will occur and at least this way you can control the situation
 under how the shortening is handled.
 

 I believe that Twitter will shorten links over 30 characters, but this
 does not *always* seem to be the case.

 Your best bet (IMO) is to determine which service you want to use and
 shorten the links yourself. I started putting together a list of them
 not too long ago and came up with these:

 bit.ly
 xrl.us
 tr.im
 snipr.com
 tinyarro.ws
 tinyurl.com
 icanhaz.com
 budurl.com

 There are, no doubt, others.
   



[twitter-dev] Re: Yet another from my app related question

2009-04-27 Thread Emrah KAVUN

Hello!

Thanks a lot for your reply, I understand better now.

Cheers,
emrah
Chad Etzel wrote:
 No, you cannot.  Source parameter registration has been depricated
 for non-OAuth apps.

 http://groups.google.com/group/twitter-development-talk/browse_thread/thread/ce57405a08483877/715c330a15e4968d

 -Chad

 On Sun, Apr 26, 2009 at 5:54 PM, Emrah e...@ekanet.net wrote:
   
 Hi,

 I can see aplications made in 2007 with the from my app appended.
 Any hint on how I can specify the source without OAuth?
 I am using OAuth with great satisfaction but I still annoys me to rely on a 
 Web token/platform.

 Thanks,
 --
 Emrah KAVUN
 e...@ekanet.net

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)

 iQIcBAEBAgAGBQJJ9NgjAAoJEMRdXyMGNBkRBPUP/2PvL+dOCUyHgfKZapEg6LkW
 Nv7zBcJ9kQjNs1fttvWSemzlzEwuKd9Gk0un8HBdeuMy/maoMJvp5kcFyHpxplOq
 FIolQaNhIgGRNwAQmQyuZwKzKKc0/Yh6lcMtjs88Dx6dYjKsr/DTDXXpsNNpsIMf
 R7IuSnrEJ+J1g/YkinGQKWNI7A20YoTBY4VeYP8YnAzoUaQ4/6E7SvFaWcYzs/yq
 SVeSFzL+6ablmVXVieau4ed4KelWRxPNLpqyIvDxeEKijwM6AX2VZLTrw6aTs4Bn
 BDH0an4Vfjct0dXMOz9SyfTd+RiSh2kXSeZX8cuDsr+dgwM8ks3fgL1oZql7Y+8X
 TDutf9zABuIRIwuOpcgv7u55eCYYzZj09liaA0S0VrPigpP+QeVHm7R/AHu10T3V
 O4nRGUu5S86DOof1tQP4nGTasWJi7Ig9/jfjm5p81QaX/EV3OwhXWPDV39iR4Bd7
 HylyjzLuXFd3XmKz+m47Z5zPrx5DYgpcg2D/9djB1GGas5AduzRJkgAtNjJD4mTJ
 dt54lIWP+p/gpKgqeMKsDCEfVTyPKMUVAS5YNPts6VtgC7hpLwZWZTXx1BzWSjUb
 94UAQexMfyTziU5yNy0y95E0ypoYiQvqrEHuUop1CMNPkxiYGQwYrm8dEonB5P6k
 WUISca5sLILHFQBhZFkC
 =iabd
 -END PGP SIGNATURE-


 



[twitter-dev] Yet another from my app related question

2009-04-26 Thread Emrah KAVUN

Hello Twitter developers,

I hope I'm not duplicating my message... I sent it twice by Email but
I got posting errors replied back by Google.
I apologise in advance for this question. I read the notice on the
welcome page and I hesitated before sending my Email but well. I
really didn't find my answer anywhere.

I am using CURL to post a status update. It means that I don't use
OAuth and my authentication is Basic. However, I'd like to be able to
post my update with the name of my application. Is this possible? Or
do I inevitably need an instance of either PHP, Perl, Python or
something similar... The current version of my app is only ment to be
some kind of proof of concept.

About my app:
It is a small server side phone aplication that allows you to post
voice clips as status update, using a regular phone, as long as the
phone number used to dial in is linked to a Twitter account.
My updates are public and you can see how it looks like on
http://twitter.com/ekavun.

Thanks for your help.

Cheers,
Emrah