hey,
im a total noob at facebook apps and i would be really grateful if anyone could help me through the process of getting an app hosted on my free database with x10hosting.
I have the script for the app, its just a crappy free practice one really but in the instructions that come with the app script it says:
upload the .php file to your database = done, database build some tables and lines or soemthing
edit the config file = facebook API and secret changed, not sure what to change the canvas url too, here is what is in the config file
// Callback URL and Canvas page URL
$appCallBackUrl = 'http://SQL09.FREEMYSQL.NET'; --------------------- unsure if thats the right url here
$appCanvasUrl = 'http://apps.facebook.com/do-u-match/';
// Replace with your Application Title
$appTitle = 'Do-U-Match?';
// Database Settings
$dbhost = 'SQL09.FREEMYSQL.NET'; ---------------------- does it need to point to a directory? if so how
$dbuser = 'squal2212';
$dbpass = 'XXXXXXXXXXXXXX';
$dbname = 'doumatch';--------------------------------- "name" of my databse
then the instructions say "upload other files to server" so do i just upload the other files to my webspace here at x10hosting? how do i think link that to my database?
if you understand anything of what i ask please help basically i need someone to take me through getting an app hosted on here
thanks a lot
chris
im a total noob at facebook apps and i would be really grateful if anyone could help me through the process of getting an app hosted on my free database with x10hosting.
I have the script for the app, its just a crappy free practice one really but in the instructions that come with the app script it says:
upload the .php file to your database = done, database build some tables and lines or soemthing
edit the config file = facebook API and secret changed, not sure what to change the canvas url too, here is what is in the config file
// Callback URL and Canvas page URL
$appCallBackUrl = 'http://SQL09.FREEMYSQL.NET'; --------------------- unsure if thats the right url here
$appCanvasUrl = 'http://apps.facebook.com/do-u-match/';
// Replace with your Application Title
$appTitle = 'Do-U-Match?';
// Database Settings
$dbhost = 'SQL09.FREEMYSQL.NET'; ---------------------- does it need to point to a directory? if so how
$dbuser = 'squal2212';
$dbpass = 'XXXXXXXXXXXXXX';
$dbname = 'doumatch';--------------------------------- "name" of my databse
then the instructions say "upload other files to server" so do i just upload the other files to my webspace here at x10hosting? how do i think link that to my database?
if you understand anything of what i ask please help basically i need someone to take me through getting an app hosted on here
thanks a lot
chris