facebook-workplace

Facebook Workplace API authentication

霸气de小男生 提交于 2020-01-01 11:16:34
问题 I'm developing a web application that integrates with Facebook's Workplace. I've spent the whole day trying to figure out how to use OAUTH authentication mechanism for member authentication. Since I have the app access token I'm able to get member access tokens for impersonation. But, how do I get them using OAUTH? Is it even possible with Workplace Graph API? Thanks in advance for the advice! 来源: https://stackoverflow.com/questions/42567559/facebook-workplace-api-authentication

Facebook Workplace API authentication

不打扰是莪最后的温柔 提交于 2020-01-01 11:15:46
问题 I'm developing a web application that integrates with Facebook's Workplace. I've spent the whole day trying to figure out how to use OAUTH authentication mechanism for member authentication. Since I have the app access token I'm able to get member access tokens for impersonation. But, how do I get them using OAUTH? Is it even possible with Workplace Graph API? Thanks in advance for the advice! 来源: https://stackoverflow.com/questions/42567559/facebook-workplace-api-authentication

Are bots for Workplace by Facebook supported via the Facebook channel on Microsoft Bot Framework?

最后都变了- 提交于 2019-12-08 01:41:11
问题 I am trying to connect my bot on the Microsoft Bot Framework to a Work Chat Bot on Workplace by Facebook. Everything appears to work the same as the regular Facebook Messenger channel: I can validate my Facebook Messenger credentials in Botframework (page id, app id, app secret, page access token) The Botframework webhook works in my Workplace custom integration settings I can find my bot in Work Chat and send it messages All the regular Messenger API calls work normally (e.g. setting

Are bots for Workplace by Facebook supported via the Facebook channel on Microsoft Bot Framework?

情到浓时终转凉″ 提交于 2019-12-06 07:22:37
I am trying to connect my bot on the Microsoft Bot Framework to a Work Chat Bot on Workplace by Facebook. Everything appears to work the same as the regular Facebook Messenger channel: I can validate my Facebook Messenger credentials in Botframework (page id, app id, app secret, page access token) The Botframework webhook works in my Workplace custom integration settings I can find my bot in Work Chat and send it messages All the regular Messenger API calls work normally (e.g. setting persistent menus) No issues appear in the Bot Framework management console However, the bot never answers. Am