🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

github.com/bnjjj/gomessenger

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/bnjjj/gomessenger

v0.0.0-20190715155908-6bcf3e6d6362
Source
Go
Version published
Created
Source

Gomessenger GoDoc

Gomessenger is a SDK to interact with Facebook Messenger API in Golang

Disclaimer

The Facebook Messenger API isn't completely implemented. It works for my case (Talk to my car but I need few features so it's up to you to add your own feature. It's very simple, just add your struct and the call with the function CallSendApi() !

Usage

messenger := gomessenger.New("myAccessToken")

messenger.SendMessageText("senderID", "my response")

messenger.SendMessageGeneric("senderID", []ElementGeneric{})

messenger.SendAccountLinking("senderID", "https://myurl.com/authorize", "my text to login")

References

It's the package used for Talk to my car

Contributions

Feel free to contribute and extend this package and if you have bugs or if you want more specs make an issue. Have fun !

Made by Coenen Benjamin with love

FAQs

Package last updated on 15 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts