My favorites | Sign in
Logo
                
Search
for
Updated Oct 27, 2009 by david.carrington
Labels: Featured
FAQ  
Frequently asked questions

This FAQ document will hopefully cover any questions you have regarding Dabr. If your question is not on the list then consider leaving a comment below, creating a new Issue, or just ask for some Dabr support on Twitter itself.

FAQ for users

What does Dabr mean?

Nothing. It was gibberish I made up so that I could get a short domain. It's pronounced dabber, which apparently is also the name for people who grew up in Nantwich (UK).

I'm getting API errors! What's wrong?

More often than not, this means that Twitter is currently having problems. Dabr very rarely changes and hardly ever breaks. There are a handful of good places to check for more information that might hint why things are broken on their end:

Can Dabr filter out Tweets that I don't want to see?

Short answer: no. If Dabr tried to filter out certain tweets or hashtags, it would merely show less tweets, as opposed to more relevant tweets. If all your friends were tweeting about a filtered hashtag at once, you would see no tweets on the page at all - which is fairly useless.

How do I retweet?

Retweet (or RT) is the quote icon, 4th one along.

How do I delete a tweet?

Deleting can be done in two ways: either a) click the "trash" icon beside your tweet, which takes you to a confirmation screen, or b) click on the time beside your tweet to see the delete button without a confirmation screen.

How long can a Direct Message be?

When I first developed Dabr, I wasn't aware there was a limit. It turns out the official limit is 140 characters but the real limit is something around 255 characters.

Can Dabr expand short URLs?

For now, since Dabr has no server-side storage or caching, it would be slow down the site too much to add this feature. If you have your own copy of Dabr then take a look at Expanding URLs in Dabr / Twitter on Terence Eden's Blog.

FAQ for developers

How can I help the project?

Dabr is a hobby project of mine that I work on in my spare time. I'm happy to accept feature suggestions, patches, and any constructive comments. The project has been configured to allow anyone to submit code reviews - letting you quickly make comments about the code straight through this project site.

The original code is an uncommented mess, so I am particularly interested in any comments and suggestions you have about code in Dabr branches. It's here that Dabr is currently being re-written.

How do I change the source "from dabr"?

Dabr is currently hard coded in twitter.php to always send out "from dabr" as the source. If you want to change this then, unfortunately, you must force users to use OAuth. According to Twitter's FAQ, they no longer allow new sources to be added in the way that Dabr's works.

I'm getting errors about mcrypt

That's one of the requirements specified in the SetupGuide, your server needs to have mcrypt installed. Talk to your server administrator and ask them to install it.

I only see one tweet per page

This was hopefully fixed in r142 of the code. It's because Twitter has lots of tweets, more than 2147483647 of them in fact. That number is the limit of an integer on 32-bit systems and PHP can't count higher than that. Newer versions of Dabr treat those large numbers as strings instead.


Comment by mjrindewitt, Oct 01, 2009

is there a larger version on the logo

Comment by fabio.parri, Oct 31, 2009

Anyone knows a free hosting service which can support Dabr? :)

Comment by tm.adjie, Nov 10, 2009

What should be changed so that change source "from myapp" succeed?


I've editted the file "common/twitter.php" such as: curl_setopt($ch, CURLOPT_USERAGENT, 'dabr') into curl_setopt($ch, CURLOPT_USERAGENT, '<myappname>') (function.twitter_process), and also $post_data = array('source' => 'dabr', 'status' => $status); into $post_data = array('source' => '_<myappname>_', 'status' => $status); (function.twitter_update) and then I register to http://twitter.com/apps/new using the <myappname> for my application name. Then I've changed Consumer key & Consumer secret in "./config.php".
Then "from dabr" becomes "from <myappname>" was succeed, but sometimes it's appear "from web". Why?

Comment by david.carrington, Nov 10, 2009

tm.adjie, your question is answered already in the FAQ. It is not possible to completely change the source unless your force all users to authenticate with OAuth.

Comment by loriager, Nov 10, 2009

Thanks so much for dabr. Of all the different twitter apps I have tried for my phone, this one is the best. BY FAR!

Comment by Evon.Yan, Nov 17, 2009

Thanks for your project. Hi David. What should I do to switch the bit.ly to another url shortener service. Also, did u ever plan to add multiple shortener in Dadr?

Comment by tm.adjie, Nov 28, 2009

how about TwitterLists? feature? it isn't included yet in downloadable Dabr sourcecode.


Sign in to add a comment
Hosted by Google Code