I want to create a facebook redirect url like /fblogin?packgeid=1 in my Codeigniter application
where packgeid
is a dynamic value like (1,2,3)
I tried https://localhost/project/fblogin?packgeid={}
in facebook Valid OAuth Redirect URIs, but receive an error in facebook response like:
URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.