Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I have a Twitter account where I have a contractor posting tweets, and I don't want to give the actual Twitter password. I can set up Hootsuite or Buffer so the contractor can post tweets without knowing the Twitter password because they instead know just the Hootsuite or Buffer details, and those accounts I've previously connected to Twitter. But those services use non-t.co shorteners (ow.ly and buff.ly, respectively). Hootsuite does support t.co if you include the full URL, but then it gets the character count wrong (it doesn't take into account that the link will be shortened).

So my question is, are there any other third-party tweeting services which (a) have their own login mechanism, so the twitter password doesn't have to be given out; (b) support t.co links; (c) get the character count right, i.e. take into account that longer links will be shortened by twitter.

share|improve this question
all links, no matter what, get wrapped by t.co. The client may show the t.co URL or the full URL, but they're all wrapped by twitter API. – Sathya Sep 7 '12 at 9:26
I realise that, but I'm looking for a service that doesn't use its own shortener first, because when clients unwrap the t.co (which many do, including twitter.com), I want it to show the full URL, not a shortened one. – mahemoff Sep 7 '12 at 13:49
And the client needs to be aware it will be shortened by t.co, so it can show a proper character length. – mahemoff Sep 7 '12 at 13:49
I'd ask you to check tweetdeck then. It's got pretty much what you're asking for – Sathya Sep 7 '12 at 14:10
I use tweetdeck all the time, the problem is it requires the actual password, so can't be used by proxy. – mahemoff Sep 7 '12 at 15:48
show 2 more comments

1 Answer

up vote 1 down vote accepted

As I had mentioned in the comments, Tweetdeck will work fine. It uses its own Authentication, but that's to store settings & sync across multiple devices. All Twitter apps must make use of oAuth, so once authenticated, you probably won't have to login to Twitter.

And the web client shows the expanded URL, doesn't use its own URL shortener so it'll be fine.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.