Rohan Verma
9 years ago
1 changed files with 11 additions and 0 deletions
@ -1,2 +1,13 @@ |
|||||
# net-neutral |
# net-neutral |
||||
Facebook profile picture overlay creater |
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'; |
||||
|
?> |
||||
|
``` |
||||
|
Loading…
Reference in new issue