Talk:Creating a Platform Application
From Facebook Developer Wiki
Contents |
[edit] Unsupported Libraries
So, where do we get unsupported client libraries from?
- You can download client libraries that Facebook doesn't officially support by following links to the appropriate libraries on the main page of the wiki.
[edit] Creating your first "Desktop" application
I would like to see a guide like this for Desktop developers 1181029451 06:41, 11 November 2008 (PST)
[edit] An example directory structure that might help someone
Assuming you are in a web accessable directory on your server and that 'index.foo' is your server default index document.
myapplication/
myapplication/info/index.foo
myapplication/help/index.foo
myapplication/tos/index.foo
myapplication/landing/index.foo
myapplication/privacy/index.foo
myapplication/postauth/index.foo
myapplication/welcome/index.foo
myapplication/remove/index.foo
myapplication/index.foo (Callback URL would be 'myserver.com/myapplication/')
These then map cleanly when you are adding/editing the URLs in your Application Settings.
eg: Your Application Help URL would be 'myserver.com/myapplication/help/'
[edit] Page Obsolete
Does anyone else notice that virtually all the info on this page is outdated and obsolete. It's useless.
I agree, this page taught me next to nothing about how to set it up
[edit] Configuring you web host
Failed loading C:\WINDOWS\system32\inetsrv\ioncube\ioncube_loader_win_5.2.dll This error seems to point to the use of FastCGI from the libraries; Make sure you have configured it for FastCGI.
