knowndiaspora/external/facebook-sdk/tests/FacebookTestCredentials.php...

14 lines
207 B
Plaintext
Executable File

<?php
class FacebookTestCredentials {
/**
* These must be filled out with valid Facebook app details for the tests to
* run.
*/
public static $appId = '';
public static $appSecret = '';
}