How to create application id after converting facebook profile to official page

I made facebook profile long back and have created it to facebook page for business purpose. Now I need to access facebook API for programming, as per documentation I require application id for using facebook API, I am able to register in facebook developers but while creating apps it gives me below message.

Not Authorized To Manage Apps: This account is not authorized to manage apps. Please use your verified personal Facebook account to create and manage your apps.

If I create application id in my personal account than how can I assign that application Id to my official page?

I have tried creating application Id in my personal account but sometimes FB.getLoginStatus() gives response as "not authorized" but some times it gives "not login".

Cant figure out the problem, Can anyone please help me? Thank You in advance.


You create a the app using your personal account. Then you create a page access token which is explained as https://developers.facebook.com/docs/facebook-login/access-tokens

链接地址: http://www.djcxy.com/p/53984.html

上一篇: Facebook个人资料允许发布在公司页面上

下一篇: 如何在将facebook个人资料转换为官方页面后创建应用程序ID