the facebook tab and pages there are three thing here
1, the facebook developer account
- go to facebook login as
programmers@crecom.com.au c0ntr6l i think you can change the email and the names -> in the account setting
- this account has been verified as a real person , so when you try to add application , it will allow you.
- if you start another account, then you will ,need go go through the developer verification process again. mainly invlove , submitting a mobile number and a image of a photo ID
2, the facebook page
- i have set up crecom's facebook page as follow go to
if you access this page after login into facebook as programmers@crecom.com.au
- you can configure the page.
- currently much marketing was needed on the page
3, the facebook app
- the name of the shops is called crecom shop to configure the shop ,
- you need to log into programmer account go the the left hand column , and click on the developer app , or open a new link for that app.
- then you can choose app to edit. etc.
- most important options are under
setting ->basic , here allow you to specify the links , you would like to show up in facebook iframe.
4, then you need to link facebook app to the page , please follow the instruct of the following link
http://developers.facebook.com/docs/reference/dialogs/add_to_page/ i will suggust the dialog method.
5, i have tried the cscart 3. something on the iframe but it donot work, a work around -> user cscart 2. something? or use our web catalogue thing?
6, Since Facebook by default uses http POST on the index, and CS Cart gives a 404 on that. Make sure you put a different URL that will redirect to the final page (example put bodyboarders.com.au instead of www.bodyboarders.com.au). Regarding this issue, we need to handle redirection ourselves instead of letting CS Cart handle it. Both for http and https. If not, CS Cart will redirect the POST request from the original query and still resulting in a 404.
7, The Correct way to handle this, is to have a generic landing page hosted somewhere (on our own server) and redirect based on what data facebook sends us (in configuration)
