2

我正在开发一个网络应用程序,我想在其中获取Facebook-Workplace组的提要(帖子),

https://developers.facebook.com/apps/当我尝试创建一个新应用程序时,我无法在应用程序中选择 Workplace 作为产品。

所以目前,我正在通过Access-Token从自定义集成生成来访问 API。我使用以下步骤生成令牌:

https://developers.facebook.com/docs/workplace/integrations/custom-integrations/apps/

- In the Admin Panel, open the Integrations tab.
- Click on the Create App button.
- Choose a relevant name and description for the app.
- Choose the required permissions for the app, based on the integration functionality you require.
- Copy and safely store the access token that's shown to you. You'll need this when making API calls.

它运作良好。但是我想Access-Token通过 flow 提供的方式调用 API OAuth,以使其安全,因为如果 Access-Token 被某人捕获,那么任何人都可以调用 API,

我还检查了 App's Security Settings 中有一个选项Require App Secret Proof,但仍然有疑问,

在此处输入图像描述

所以请帮助我,如果可以通过 OAuth 流程调用Facebook-WorkplaceAPI,任何建议都是有帮助的

4

0 回答 0