common_current_user only checks for session users. what about users coming in from the api? this causes an issue in common_shorten_link():
 $user = common_current_user();
 $urlshorteneingservice = $user->urlshorteningservice;

that comes up empty-handed. $_SERVER['PHP_AUTH_USER'] should also be checked for a nickname.
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to