79235380

Date: 2024-11-28 21:59:27
Score: 2
Natty:
Report link

I am trying to do the same thing and ran into another challenge...

For me it says that the request is deprecated for version 21 or higher and when I run 20 it still says that...

curl 'https://graph.facebook.com/v22.0/XXXXXXXXXXXX/register' \
  -H 'Authorization: Bearer EAAPr...' \
  -H 'Content-Type: application/json' \
  -d '{ "messaging_product": "whatsapp", "pin": "XXXXXX", "data_localization_region": "DE" }'

This then returns:

{"error":{"message":"Unknown path components: \/XXXXXXXXXXXX\/register","type":"OAuthException","code":2500,"fbtrace_id":"AC-kbm_XXXXXXXXXXXX"}}
Reasons:
  • Blacklisted phrase (1): I am trying to
  • Blacklisted phrase (1): trying to do the same
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Julian W.