How to programmatically create a Facebook application through the JS SDK or Open Graph API? (CreateApplication)

I know that currently there are two methods that can be used for this, documented (poorly) on the Facebook developers website:

The problem is that I am not using a Canvas application that runs FBJS, and I am not using OLD JS SKD. I am trying to do this on a regular old PHP website that uses the current JavaScript SDK and PHP SDK .

I am making regular Open Graph API calls, etc. with the current SDK, so I understand the basics, I'm just not sure how to start using the OLD SDK, or if (with fingers crossed) am I even really?

So, is there a way to make new Facebook apps with the current JS SDK? Or with a call to the PHP SDK on the server side to the chart?

And if not, how can I name the old SDK for this?

thanks

UPDATE: you still cannot do this, but there is an official error in the Facebook trackers: http://developers.facebook.com/bugs/295627350461318 p>

+4
source share
1 answer

As you pointed out, there is no outside SDK SDK. It has been removed (what Facebook calls "obsolete"). I recently added a function request to add it back to the API:

Me:

A tool for Facebook developers is significantly lacking in signs. We would like to be able to create a third one that adds layers of functionality for the application developer, but we must be able to create and administer applications through the Graph API.

The Graph API supports queries for information about existing applications. Creating, administering, or deleting application developers should go to the Developer Application.

Them:

------- Comment # 1 From Jeff Bowen 2010-12-07 16:59:12 (-) [reply]

------- Thanks for the inquiry. Track it well on our wish list.

+2
source

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


All Articles