I'm trying to run a PHP app on AppFog, but I'm seeing this error in the AppFog logs:
PHP Fatal error: Class 'OAuth' not found
Does anyone know if it's possible to enable the OAuth extension on AppFog?
Update: afaik now it's not possible to enable specific PHP extensions on AppFog. I've today switched to PagodaBox which allows you to specify additional PHP extensions in the app configuration file.