Questions tagged [facebook-workplace]

Workplace is a collaborative platform run by Facebook, which may be used to communicate via groups, to chat with colleagues and offers the social networks features in a corporate environment.

Workplace is a collaborative platform run by Facebook, which may be used to communicate via groups, to chat with colleagues and offers the social networks features in a corporate environment.

Home page

Documentaion

68 questions
6
votes
0 answers

Facebook Workplace API authentication

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…
Esteban N
  • 71
  • 1
6
votes
1 answer

Can you embed the feed from a Facebook Workplace in an iframe?

My client has an intranet, on which they wish for a news-feed from their Facebook Workplace-account. They refer to an ordinary Facebook iframe-embed from an open page, and basically want that. After doing some research I've strenghtened my belief…
Gubb
  • 421
  • 3
  • 11
4
votes
2 answers

Can we use Facebook workplace account for Facebook Login(Android SDK)?

I wanted to know if Facebook Workplace credentials can be used to Login in an android app which uses Facebook Login? If not, Is there any similar service provided by Facebook Workplace which we can use in Android app? I went through Facebook Login…
binaryKarmic
  • 978
  • 7
  • 22
3
votes
2 answers

Graph API not returning total_video_views

Tried the following endpoints: https://graph.facebook.com/v2.6/{video-id}/video_insights/total_video_views?access_token={token} https://graph.facebook.com/v2.6/{video-id}/video_insights?access_token={token-id}&metric=total_video_views But I still…
3
votes
0 answers

Unable to setup callback URL for facebook workplace webhook

I am trying to build a chatbot for facebook workplace but I have got stuck while creating the webhook for the chatbot. After entering the Callback URL and verify_token, its showing me the error as: Problem Setting Up Webhook Subscription We could…
3
votes
1 answer

Facebook Workplace Compliance Integration - Error code 960

I am writing a Compliance Integration using Python and the Facebook Graph API to search all user content in our Workplace community for given keywords. I have something that previously worked every time, however recently (over the last couple of…
ryansin
  • 1,735
  • 2
  • 26
  • 49
3
votes
1 answer

Facebook Workplace Account Management API Not Returning Photos

I am having an issue with the Account Management API for Facebook Workplace. All I am trying to do is build a quick and easy employee directory, that grabs all of our active users and spits out their name, title, dept, and photos. The problem is,…
Nick Poulos
  • 449
  • 3
  • 19
2
votes
0 answers

Facebook Workplace Integration with OAuth flow

I am working on a web app, in which I want to fetch the feed (posts) of a Facebook-Workplace Group, On https://developers.facebook.com/apps/ When I tried to create a new app, I was unable to select the Workplace as a product in the app. So…
2
votes
1 answer

What are all the custom URL schemes supported by the Workplace by Facebook iPhone app?

I am trying to open a group page in Workplace by Facebook app, unfortunately I did not find any custom URL scheme to do it like for the Facebook app. Does anyone have more information about the custom url schema that can be sent to the Workplace by…
Pippolino
  • 138
  • 1
  • 8
2
votes
0 answers

iOS - Launch “Workplace Chat by Facebook” Application from other application

I would like to open the “Workplace Chat by Facebook” application ( https://itunes.apple.com/us/app/workplace-chat-by-facebook/id958124798?mt=8 ) via URL like the Facebook app does. For example: When I try to open "fb://page/" inside my custom…
P.Zephyrous
  • 139
  • 1
  • 2
  • 7
2
votes
1 answer

Meteor app. Sign in with Facebook-Workplace instead of Facebook

I know the accounts-facebook package is very usefull when one wants users to sign in with their Facebook credentials, but is this also possible using Facebook Workplace accounts? I can't seem to find anything helpful on this subject and was…
sebass
  • 21
  • 2
2
votes
1 answer

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

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…
2
votes
1 answer

Workplace custom integration authentication

I try to develop custom workplace widget for sharepoint. But, in documentation, I does not find how to authenticate users! Only with app access_token or impersonate_token, which is not secure... Here's an endpoint for generate bearer access_token…
1
vote
1 answer

API Workplace Account Manager in php

but i must make some script in php to populate our workplace from our database on a test workplace (so i have only 28day). i have search for exemple to use the api cim from workplace. I search the web than 2 days but i don't find anything. To test i…
troussel
  • 11
  • 2
1
vote
2 answers

BotFramework integration in Facebook Workplace

I've create a bot with the bot framework of microsoft. I've deployed it on Microsoft Azure and i can use it in Microsoft Teams. Now i would like to integrate it to Facebook Workplace. I've followed the procedure exposed in the Microsoft…
1
2 3 4 5