New issue 120 by bjakwia...@gmail.com: Wrong query for set the ttl of a
server access token
http://code.google.com/p/oauth-php/issues/detail?id=120
There is wrong query in library/store/OAuthStoreSQL.php (r190). In method
setServerTokenTtl() at lines 667 and 689 should be "SET oct_token_ttl"
(instead "SET ost_token_ttl").