ashwin47 / Fb-badge

Facebook profile picture overlay/badge creater (unmaintained)
37 stars 41 forks source link

How you pass app registration in FB? #2

Closed OleksandrKucherenko closed 8 years ago

OleksandrKucherenko commented 8 years ago

%subj%

rhnvrm commented 8 years ago

@OleksandrKucherenko are you asking about the App ID and App Secret? If yes, see this from the readme.

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';
?>
meedz commented 8 years ago

Showing 'sorry this page is not found' from facebook..when i login

rhnvrm commented 8 years ago

Did you add the proper call back? if you are using on local host please use it as the callback

ashwin47 commented 8 years ago

The problem is callback url which should be project specific. resolving it.

ashwin47 commented 8 years ago

Pushed fix please verify.

meedz commented 8 years ago

Guys Fixed the Problem Thank you