Facebook has deprecated their old Javascript SDK which had the FB.Connect.createApplication method (documentation). Does anyone know if similar functionality exists within their new Javascript SDK? It seems like they cut out a lot of methods :(
Note: there is Facebook.createApplication, but that is a part of FBJS, which can only be used within Facebook applications. I need to use this method in a web app that's completely separated from FB.
Thanks in advance!