Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook Create New App Error - "should not contain protocol information."

Tags:

facebook

I am trying to update/create my app's "app domain" but it keeps throwing this error:

Error

App Domains: http://www.example.com should not contain protocol information.

Whereas I am 100% sure that my website doesn't have any OpenGraph meta tags.

like image 293
Iam Noobiesh Avatar asked Sep 20 '12 07:09

Iam Noobiesh


2 Answers

Remove the http:// part

Try only www.example.com or just example.com.

It worked for me.

like image 198
abhay Avatar answered Oct 01 '22 01:10

abhay


Just remove http:// I had the same problem, Initially I used to enter http://www.example.com and facebook caused error. But when I used just www.example.com by removing http:// it worked.

Also if you are not using secure server like https://, you need to tick sandbox and specity url in mobile native too.

like image 22
Jay Jalaram Extrusions Avatar answered Oct 01 '22 02:10

Jay Jalaram Extrusions