Git Product home page Git Product logo

Comments (2)

johntiror avatar johntiror commented on June 21, 2024

I noticed a weird thing, this payload:

"message":{  
      "attachment":{  
         "type":"template",
         "payload":{  
            "template_type":"generic",
            "image_aspect_ratio":"square",
            "elements":[  
               {  
                  "title":"BotMan Documentation",
                  "image_url":"http:\/\/botman.io\/img\/botman-body.png",
                  "item_url":null,
                  "subtitle":"All about BotMan",
                  "buttons":[  
                     {  
                        "type":"web_url",
                        "title":"visit",
                        "url":"http:\/\/botman.io",
                        "webview_height_ratio":"full",
                        "webview_share_button":"SHOW"
                     },
                     {  
                        "type":"element_share",
                        "share_contents":{  
                           "attachment":{  
                              "type":"template",
                              "payload":{  
                                 "template_type":"generic",
                                 "image_aspect_ratio":"horizontal",
                                 "elements":[  
                                    {  
                                       "title":"prova",
                                       "image_url":null,
                                       "item_url":null,
                                       "subtitle":null,
                                       "buttons":[  
                                          {  
                                             "type":"web_url",
                                             "title":"lol",
                                             "url":"http:\/\/www.pixide.org",
                                             "webview_height_ratio":"full",
                                             "webview_share_button":"SHOW"
                                          }
                                       ]
                                    }
                                 ]
                              }
                           }
                        }
                     }
                  ]
               }
            ]
         }
      }
   }

will fail with error from Facebook:

{
    "error": {
        "message": "(#-1) Unexpected internal error",
        "type": "OAuthException",
        "code": -1,
        "error_subcode": 2018012,
        "fbtrace_id": "GK8i7G5+KhA"
    }
}

while this payload will work:


{  
   "message":{  
      "attachment":{  
         "type":"template",
         "payload":{  
            "template_type":"generic",
            "image_aspect_ratio":"square",
            "elements":[  
               {  
                  "title":"BotMan Documentation",
                  "image_url":"http:\/\/botman.io\/img\/botman-body.png",
                  "item_url":null,
                  "subtitle":"All about BotMan",
                  "buttons":[  
                     {  
                        "type":"web_url",
                        "title":"visit",
                        "url":"http:\/\/botman.io",
                        "webview_height_ratio":"full",
                        "webview_share_button":"SHOW"
                     },
                     {  
                        "type":"element_share",
                        "share_contents":{  
                           "attachment":{  
                              "type":"template",
                              "payload":{  
                                 "template_type":"generic",
                                 "image_aspect_ratio":"horizontal",
                                 "elements":[  
                                    {  
                                       "title":"prova",
                                       "image_url":null,
                                       "item_url":null,
                                       "subtitle":null,
                                       "buttons":[  
                                          {  
                                             "type":"web_url",
                                             "title":"lol",
                                             "url":"http:\/\/www.pixide.org",
                                             "webview_height_ratio":"full"
                                          }
                                       ]
                                    }
                                 ]
                              }
                           }
                        }
                     }
                  ]
               }
            ]
         }
      }
   }
}

where the difference is in the presence of webview_share_button field.

from internals.

johntiror avatar johntiror commented on June 21, 2024

I opened this facebook bug: https://developers.facebook.com/bugs/150790398996728/

from internals.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.