summaryrefslogtreecommitdiff
path: root/lib/facebookutil.php
AgeCommit message (Collapse)Author
2009-10-20Extract out Facebook app stuff into a pluginZach Copley
2009-10-16Workaround for Facebook data store API behavior regression, fixes savingBrion Vibber
of empty notice prefix text in facebook settings. Filed bug upstream at http://bugs.developers.facebook.com/show_bug.cgi?id=7110 Per documentation, saving a pref value of "" or "0" will delete the pref key: http://wiki.developers.facebook.com/index.php/Data.setUserPreference which used to do what we want... Now Facebook throws back an error "Parameter value is required" when we do this. Workaround appends a space to empty string or "0" at save time, then trims the string when we load it. The input string was already trimmed at pref save time, so this won't alter any user-visible behavior. Thanks to ^demon in #mediawiki for pointing out the behavior regression after testing the identi.ca Facebook app!
2009-08-27Merge branch '0.9.x' of git@gitorious.org:laconica/mainline into 0.9.xEvan Prodromou
Conflicts: classes/laconica.ini
2009-08-26allow oEmbed resources to be facebook attachmentsCraig Andrews
2009-08-26Support multiple attachments per facebook updateCraig Andrews
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-04Post to Facebook user's stream if notice has an attachment, otherwise post ↵Zach Copley
notice as a status update
2009-07-27Better error handling when updating FacebookZach Copley
2009-07-09When a notice is posted with an attachment, the facebook stream update has ↵Craig Andrews
media displayed inline, or as links. http://laconi.ca/trac/ticket/1685
2009-07-09Better error handling for FacebookQueueHandlerZach Copley
2009-07-08Get rid of the other error trying to property on a non-objZach Copley
2009-07-08Get rid of error ('Trying to get property of non-object')Zach Copley
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-05-15Better err handling when trying to get Facebook clientZach Copley
2009-02-13Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused functionZach Copley
2009-02-13We have a FacebookQueueHandler now. The update_facebook.php cronZach Copley
script is totally deprecated.
2009-01-26Fixed bad query causing facebook_update to failZach Copley
2009-01-23trac750 fixed dumb sql query that was pulling ancient noticesZach Copley
2009-01-23trac750 Better CSS file organization and linking fore the FB appZach Copley
2009-01-23trac750 Let's try that again - fix for base css hrefZach Copley
2009-01-23trac750 FB script to update statuses working again with new uiredesign stuffZach Copley
2009-01-23trac750 Facebook app proper integrated into new uiredesignZach Copley
2009-01-19trac750 Add notice input box to FB app and ability to post noticesZach Copley
2009-01-19trac750 Updated paths for new css files; deleted old unused css fileZach Copley
2009-01-19trac750 New CSS files for FB app to allow bettter per-install themingZach Copley
2009-01-19trac750 Better workflow for asking user for status update permissionZach Copley
2009-01-18trac750 Javascript file for Facebook appZach Copley
2009-01-18trac750 Facebook App - generate HTML similar to uiredisign for everythingZach Copley
2009-01-11trac750 Automatically update Identi.ca profile box with user's latest dentZach Copley
2009-01-11trac750 - Facebook app now uses XMLWriter for output (much cleaner!)Zach Copley
2009-01-04trac750 Automatically update linked Facebook users' statusesZach Copley
darcs-hash:20090105010407-7b5ce-559da13720b18e3c570e730326f5e5ef2b2dc1ab.gz