35866-vm/vendor/facebook/graph-sdk/tests/FacebookTestCredentials.php.dist
Flatlogic Bot 903cf599f0 rfresh1
2025-11-20 09:45:59 +00:00

14 lines
207 B
Plaintext

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