Closed alanef closed 8 years ago
Hey @alanef The work is still in progress, I'm testing this myself :) But i have my personal try bot at https://github.com/abhinavdahiya/go-ad-bot using this lib, which seems to be working
If you could give me details on the error, I would love to help.
Hi @abhinavdahiya
I see you sorted the example.
I now have it working.
The issue I had was when testing as page admin, no 'text' element was being seen.
However when I created a 'tester' on a separate Facebook account the 'text' message got passed.
This isn't an issue with your library (I could see the same issue in my basic test code) but a Facebook issue.
My bot is now working.
@alanef Great
example code examines err on NewBotAPI
but has no error return
func NewBotAPI(token string, vtoken string) *BotAPI {
is it still work in progress or have you got the example operational?