Is there an alternative to FB.Connect.createApplication () in the new Javascript SDK for Facebook?

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!

+3
source share
1 answer

Javascript SDK. sdk . FB.Api . , , Rest Graph api. , , . , .

+2

Source: https://habr.com/ru/post/1765462/


All Articles