[Question] Made Facebook App, Permission not appearing + SSL Problem

Studyhard123

Junior Member
Joined
Jun 16, 2013
Messages
115
Reaction score
14
Hey guys, I made my first FB App today, and I've noticed that it does not ask for permission, even though I've configured the permissions here:

4LrHb.png



Also, I get an SSL error on my canvas page.

Is there an alternative instead of a canvas page? Can I place something else there instead of an external website so that I don't have to face an SSL error?

Thanks.
 
If you're using a canvas you will be needing a SSL but it you're redirecting the user to your website you won't need a SSL to do it.
 
If you're using a canvas you will be needing a SSL but it you're redirecting the user to your website you won't need a SSL to do it.

How do I redirect people to my website?

And also, how do I make a request popup for permission?
 
Do you know anyone that is capable of coding a redirect for a facebook app?
instead of hosting the canvas app just use your website url on facebook developer.And use login using website and select the option mobile/web app and inesrt the url thats it.
 
instead of hosting the canvas app just use your website url on facebook developer.And use login using website and select the option mobile/web app and inesrt the url thats it.


I've done that but it still doesn't redirect to my exact domain.

It redirects to:

mywebsite.com/?code=AQANZ1OlrHM46AkUBNNz_hFEIcqif0iKVUx..........................

That code prevents my site from loading.
 
Last edited:
I've done that but it still doesn't redirect to my exact domain.

It redirects to:

mywebsite.com/?code=AQANZ1OlrHM46AkUBNNz_hFEIcqif0iKVUx..........................


That code prevents my site from loading.

may be you must be doing something wrong,post in php and programming section and some one from expert in facebook app can really help you with this.
 
may be you must be doing something wrong,post in php and programming section and some one from expert in facebook app can really help you with this.

Ah nvm, I got it, thanks man.

I added a login button to my site, and this had showed the permissions.

The only problem is that it just logs in to my landing page, it doesn't to where I want it to.
 
Well, you can use simple trick in PHP. It's

header("Location: website.com");

I'm not sure that's what you were talking about.
 
Well, you can use simple trick in PHP. It's

header("Location: website.com");

I'm not sure that's what you were talking about.


Is that for the php in my app, or in my site?
 
Back
Top