Facebook Local Currency Payments Breaking Changes Using Graph API

192 Views Asked by At

While migrating for the Local Currency Payments Breaking Changes

after we post (product => 'http:...', type => 'charge', status => 'completed', test => '1', to => NN, from => NN, access_token => '123..xyz') to https://graph.facebook.com/[NN]/payments we get this result:
[error] => Array ( [message] => (#3) App must be on whitelist [type] => OAuthException [code] => 3 )

in: Apps > [App Name] > Advanced > Security > Server IP Whitelist we entered the server ip address but we still get the same error

0

There are 0 best solutions below