We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3bb62 commit c32f39dCopy full SHA for c32f39d
server/src/channels/messenger.channel.ts
@@ -156,7 +156,7 @@ export class MessengerChannel extends BaseChannel {
156
try {
157
await axios({
158
method: 'POST',
159
- url: `https://graph.facebook.com/v17.0/me/messages?access_token=${this.pageToken}`,
+ url: this.messengerPostURL + this.pageToken,
160
data: {
161
recipient: {
162
id: userId,
@@ -182,7 +182,7 @@ export class MessengerChannel extends BaseChannel {
182
183
184
185
186
187
188
0 commit comments