El ZIP tiene una documentacion de como se instala todo
---------- Post agregado el 29-may-2013 hora: 21:26 ----------
Installing the application
To start with, you need to create a developer account on facebook and add the app to it. We recommend that you do not use your main account to avoid future problems.
(Your account and all fan pages associated with it may get banned by facebook for spamming. The author will not be responsible for anything, whatsoever)
Make sure the account you use is Phone Verifield
Step 1. Go to the
https://developers.facebook.com/apps an click the button "Create New App" and a modal windows will appear, enter your information and create the app.
The app name is the name of your app as you would like it to appear in requests, notifications, etc.
App Namespace is where your app can be accessed from within facebook with the url.
http://apps.facebook.com/[app-namespace]
It needs to be unique. Pick a relevant namespace for better results. You may leave it blank also if you want.
Step 2. Now you need to edit your app, just click the button "Edit App".
Step 3. Update the field App Domains to the domain name where you have the app uploaded.
For example, if your app url (App url can be found easily from your admin panel under settings tab. More on this in a later section) is
http://fbapp01.theappbin.com/myviralapp, then your App Domain is fbapp01.theappbin.com
Step 4. Tick the tabs "Website with facebook login", "App on facebook" and "Page Tab" so that they are green and update
Site URL to your app url
make sure your app url ends in a forward slash, i.e.
http://fbapp01.theappbin.com/app1/ is correct and
http://fbapp01.theappbin.com/app1 is wrong
Canvas URL to your app url
Secure Canvas URL to the https version of your app url. (More on this in next section)
Page Tab Name to the anchor text you woul'd like of the link to you app on your page. (I prefer "welcome")
Page Tab Url to app url
Page Tab Secure Url to secure url you will get in next section
Page Tab width to wide(810) px
Step 5. Change the icons for you app by clicking on edit links near each icon.
You may use the icon supplied in the PSD, icons folder supplied with the product download
Secure URL - HTTPS and SSL
If you're technically experienced, and can spend ~$50 a year on SSL, you can but SSL certificate from your hosting provider.
Otherwise, you'll need to look for other solutions. Earlier, some providers used to have free service for this, but they recently discontinued it. You currently have two options:
Ask your hosting support if they provide a free shared SSL url ( like
https://node14.hostgator.com/~username/viralapp/ )
If they do, then take the HTTPS url from them (in the above format) and use it as your secure URL
Wait for Technofreak (
The Technofreak » Programming, Gadgets, Web Dev & Technology at their best) to launch a SSL Adaptor service, free exclusively for you (i.e. who bought this application)
Subscribe to get notified when we launch it.
Configuring app on your server
Once you have a facebook app ready on facebook developers, you can configure the app on your server.
Navigate to (where you uploaded the app)/admin in your browser
(for e.g.,
Viral App maker by TheAppBin.com)
Login into your admin account. Default credentials are:
Username: admin
Password: password
After logging in, click on settings in the top menu bar.
Choose a new password and username and save (HIGHLY RECOMMENDED to avoid your server/app getting hacked). You will be logged out if the password change was successful. Login with the new password.
Enter the APP ID, APP SECRET, APP NAMESPACE and PAGE ID on the settings page, click on save. (Help is available there regarding how to get the page ID)
Note the App URL shown on the settings page. This app url has to be used several times.
Now click on the blue button in the right (saying add app to page) and follow the on screen steps.
If you observe any error messages when you save your settings, or your settings don't et updated when you save them, please make sure the file [app directory]/admin/config is writable on the server. (set it's permissions to 0660 from your hosting cpanel or your ftp client)
If you notice any abnormal behaviour or error, make the following directories also writable:
[app directory]/tmp
[app directory]/generated
That's it. You can start using the app. test it by visiting your app url.
Once you have setup the app, it's time to (optionally) customize the app.
Customize your Application
Login to your admin panel and go to customize tab.
All the settings are self explanatory, except the pseudo variables they use.
Using Pseudo Variables
To make the app truly personal for each user, the UI (user interface) messages can be customised based on dynamic variables.
They will be replaced by their corresponding values when the app is run. For example, {FIRST_NAME} is a pseudo variable that holds the first name of the current app user. Then,
Hey (FIRST_NAME}! will be replaced by Hey Technofreak! when a user with first name Technofreak uses the app.
The following variables are available for now (I can add more if someone requests)
{FIRST_NAME} - User's first name
{LAST_NAME} - User's last name
{FULL_NAME} - User's full name
{LINK} - Link to the application on your fan page
{PAGE} - Link to your fan page
Make it go Viral
Once you've setup the app and checked it's working fine, it's time to make your app go Viral.
I recommend using a few facebook accounts with high number of friends and use the app from that account.
Invite friends and spread as much as you can (While still being in limits, to make sure it is not counted as spam).
If you're looking for high number of likes in a short time, pay or collaborate with Page owners having huge audience (anything more than 50k likes and 30k talking about this is cool), and ask them to post links to your apps in their posts. (Image posts work out the best)
If you need help initiating the campaign, feel free to contact us. (Contact details at the end of documentation)
If your app get's too viral and facebook issues you a warning, disable the options AUTO SHARE and FORCE INVITE.
They tend to look like spam to facebook moderators and users.
And if unfortunately, your app is disabled/restricted, use another facebook account and follow the same procedure again (From Installing The Application).
Thankyou