constant FBAutopost::missing_dependency in Facebook Autopost 7
Constant indicating error code for a missing dependency
File
- class/
FBAutopost.php, line 28
Class
- FBAutopost
- API class to handle common actions when autoposting This class uses FBAutopostException for error handling. Severity is passed resusing watchdog severity (See: http://api.drupal.org/api/drupal/includes%21bootstrap.inc/function/watch...)
Code
const missing_dependency = 2;