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

14 lines
207 B
Plaintext
Raw Normal View History

2015-01-17 23:12:58 +01:00
<?php
class FacebookTestCredentials {
/**
* These must be filled out with valid Facebook app details for the tests to
* run.
*/
public static $appId = '';
public static $appSecret = '';
}