fbbotw.post_payment_settings

fbbotw.post_payment_settings(privacy_url=”, public_key=”, test_users=None)[source]

Sets the configuration for payment: privacy policy url, public key or test users. At least one parameter should be passed in this function.

Parameters:
  • privacy_url (str) – The payment_privacy_url will appear in our payment dialogs.
  • public_key (str) – The payment_public_key is used to encrypt sensitive payment data sent to you. (Read payment reference on the docs)
  • test_users (list) – You can add payment test users (user page-scoped id) so that their credit card won’t be charged during your development.
Returns:

Response object

Facebook docs:

/payment-settings