吳東曄 Wu, Dung-Ie

Results 26 comments of 吳東曄 Wu, Dung-Ie

Hi @edmundas-ramanauskas I've succesfully use the third parameter `init` to set reqeust body on DELETE methods like this: ```js await this.delete( `/api/foo`, null, { body: { key: 'value'}, } );...

It seems that the page with ID `116480255097104` was using your Facebook App and it was deleted from your database so you can't `mapPageToAccessToken` to find an available token. When...

How about adding `$request_uri` in your nginx config `proxy_pass` part? http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass ![圖片](https://user-images.githubusercontent.com/1003146/85383324-67c3b600-b572-11ea-9d8f-493aabddb104.png)

Note: you might need to modify path in your `bottender.config.js` accordingly

What files are you trying to download? If you have the URL of the files, you can download them use any method available in Node.js, for example, use http clients...

For LINE, we have `retrieveMessageContent` in the underlying `messaging-api-line`. That's right that we haven't put it on `context`, but you can directly access the client instance for now using `context.client`...

Telegram also returns (part of) file URL. https://core.telegram.org/bots/api/#getfile What we can improve here is to put `getFile` or `getFileLink` into `TelegramContext`.

I have no experience in building a workplace messenger bot, but it seems that the authentication process is different from normal ones. Maybe you can check the documents on how...

Hi @pavei , Could you please explain more on `internationalization with bottender`? Like what's the problem you are facing or what can be done to improve this.

Hi @ikay007 This project (Bottender) is a Node.js project and has nothing to do with Laravel. You may found the wrong issue.