Here are 2,837 public repositories matching this topic...
-
Updated
Jul 2, 2020
A customer has requested an automatic translation of cards and suggested actions - like those created using Bot Framework's MessageFactory - into the appropriate Facebook format.
Currently the Facebook adapter requires cards to be written in the native Facebook format and placed in channelData.
Ideally this would happen automatically within the adapter, though it may be necessary to implemen
This is not an issue but an observation. I no longer use storyboards for my view. Today I faced an issue with Skeletonview when I added it to my UITableViewCell, animations, frames everything was working wrong... did a lot of permutation combinations turning the properties on and off. Finally found that when you add elements in UITableViewCell you should add it to contentView and not to th
-
Updated
Jun 29, 2020 - Java
-
Updated
May 11, 2020
-
Updated
Jun 28, 2020 - JavaScript
Facebook deprecated befriend APIs where we can create and accept a friend request between two test users.
Link to the API:
https://developers.facebook.com/docs/graph-api/reference/v4.0/test-user/friends
Link to the bug I reported on Facebook where they confirmed that they have deprecated it:
https://developers.facebook.com/support/bugs/1129010723972017/?disable_redirect=0
Now, `create_netw
-
Updated
Jan 30, 2019 - HTML
-
Updated
Jun 22, 2020 - PHP
@dursk raised a great and prescient point in an message on the Google Group several months ago:
Either request() should be marked private as _request(), or, since the API calls funnel through request(), the versioning should be handled within this method rather than passed to this method by all callers.
Since then, multip
-
Updated
Jun 29, 2020 - Java
Currently when I'm either downloading from sources or importing files, very little output is written to the screen. I'd love it if I can see some kind of progress being made or some kind of logging information being printed. Even if I have to add a flag to get it.
Add flags to readme
-
Updated
Apr 12, 2018 - JavaScript
New website
Sharer.js needs a new website! With all the current implemented API documented and some examples. Since i am terrible at frontend, i am taking suggestions on some cool designs that can help improve user experience.
All work must be pushed to the gh-pages branch, where the current one lives.
-
Updated
Jun 16, 2020 - Objective-C
-
Updated
Nov 30, 2018 - JavaScript
We just need a piece of documentation because there is literally no documentation about directive locations except from the spec. The spec is not easy to read. Something like this would make sense
directive @field_definition on FIELD_DEFINITION
directive @argument_definition on ARGUMENT_DEFINITION
directive @object on OBJECT
directive @interface on INTERFACE
interface Foo @interIn access to the Game Play Button Reference, they found me. Ramswaroop. Jbot. Core. Facebook.. Models of game_metadata default Button
Button Syntax
`{
"type":"game_play",
"title":"Play",
"payload":"{<SERIALIZED_JSON_PAYLOAD>}",
"game_metadata": { // Only one of the below
"player_id": "<PLAYE
-
Updated
Jun 28, 2020 - Jupyter Notebook
Facebook just recently added the ability to upload files (images, audio, videos, or a generic file) for a message, instead of having to specify a URL for an attachment.
I think it would be useful to have the From field in onMessageReceivedCallback. The Java API for example does provide this: https://firebase.google.com/docs/reference/android/com/google/firebase/messaging/RemoteMessage#getFrom()
Use case is if you are subscribed to multiple topics you may want to handle it differently depending on the topic. Currently you have to send the topic name also in
If the bot lives on a single page, the access token should be part of the configuration.
If the bot lives on multiple pages, the configuration provides is able to provide the access token based on the page id.
Why is the access token necessary to be sent in each time (for non-responses)? Shouldn't the page id be enough for this (and only in case the bot lives on multiple pages)?
Can you
Improve this page
Add a description, image, and links to the facebook topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the facebook topic, visit your repo's landing page and select "manage topics."

Note: This is fundamentally working as intended, this issue is now about validating the config and providing a sufficient warning.
The configuration
testSequencer(https://jestjs.io/docs/en/configuration#testsequencer-string) is silently ignored inprojects(https://jestjs.io/docs/en/configuration#projects-arraystring--projectconfig)To Reproduce
Run this config