0

I have a very simple chatbot in messenger, I have added a welcome screen and get started button

Now I would like to add an image at the top like this here

enter image description here

I am using samples codes from facebook

curl -X POST -H "Content-Type: application/json" -d '{
  "greeting": [
    {
      "locale":"default",
      "text":"Hello!" 
    }, {
      "locale":"en_US",
      "text":"Timeless apparel for the masses."
    }
  ]
}' "https://graph.facebook.com/v2.6/me/messenger_profile?access_token=<PAGE_ACCESS_TOKEN>"

What do I need to change to get what I want ???

The Dead Man
  • 6,258
  • 28
  • 111
  • 193

1 Answers1

0

The round circle image comes from the Facebook Page Profile photo. And the square shaped image on the back comes from Facebook Page Cover photo. Change those images and you will see these photos changed as well.

Azizul Hakim
  • 154
  • 5