Kover as a service ( Formerly on [https://kaas.fun](kaas.fun) )
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
225 B

9 years ago
# net-neutral
Facebook profile picture overlay creater
#credentials
Please add a file named `cred.php` to the folder and add the following lines in them:
```
<?php
$_YOUR_APP_ID = 'XYZ';
$_YOUR_APP_SECRET = 'XYZ';
?>
```