| Steps to Reproduce: | using the token with ads_management permission request the reach estimation: https://graph.facebook.com/act_149331718460226/ |
|---|---|
| Expected Behavior: | response should be similar to this: { "users": 222700, "bid_estimations": [ { "location": 3, "cpc_min": 24, "cpc_median": 30, "cpc_max": 53, "cpm_min": 3, "cpm_median": 6, "cpm_max": 14 } ], "imp_estimates": [ ], "data": { "users": 222700, "bid_estimations": [ { "location": 3, "cpc_min": 24, "cpc_median": 30, "cpc_max": 53, "cpm_min": 3, "cpm_median": 6, "cpm_max": 14 } ], "imp_estimates": [ ] } } |
| Actual Behavior: | { "error": { "message": "(#1) An unknown error occurred", "type": "OAuthException", "code": 1 } } |
| API/SDK: | Graph API |
| App IDs: |
|