1

I'm not able to see 'Get Started' button in my messenger bot conversation.

But it DID appear. And for some unknown reasons, it disappeared yesterday.

I've already made this request :

POST https://graph.facebook.com/v2.6/me/messenger_profile?fields=get_started&access_token=XXX

{ 
  "get_started":{
     "payload":"getstarted"
   }
}

And checked :

GET https://graph.facebook.com/v2.6/me/messenger_profile?fields=get_started&access_token=XXX

Result :

 {
    "data": [
        {
            "get_started": {
                "payload": "getstarted"
            }
        }
    ]
}

I tried to delete the conversation both on facebook web UI, messenger web UI and iOS app.

I am administrator of that app.

Any suggestion ?

Thanks !

godo57
  • 508
  • 2
  • 24
  • Please open a bug report on this so it can be investigated: https://developers.facebook.com/support/bugs/ – amuramoto Jul 26 '18 at 21:30
  • v2.6 graph api is deprecated, try newer api version - if doesn't work, report an issue as advised above – taleodor Jul 28 '18 at 12:21
  • Thanks for your comments guys but, for some reasons, the button came back ... Don't know why ... – godo57 Jul 31 '18 at 07:40

0 Answers0