Facebook is deprecated from its old Javascript SDK, which had the FB.Connect.createApplication method ( documentation ). Does anyone know if similar functionality exists in their new Javascript SDK? It looks like they cut out a lot of methods :(
Note. There is a Facebook.createApplication function, but it is part of FBJS that can only be used on Facebook applications. I need to use this method in a web application completely separate from FB.
Thanks in advance!
source
share