Ads creative post was created by an app that is in development mode
up vote
1
down vote
favorite
I am working on creating campaigns using facebook marketing api with java code. I am successfully created campaign and adset and targeting stuff but when i created creative it shows me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":1885183,"is_transient":false,"error_user_title":"Ads creative post was created by an app that is in development mode","error_user_msg":"Ads creative post was created by an app that is in development mode. It must be in public to create this ad.","fbtrace_id":"DIS5OUWvh0Y"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
After getting this error i make my app public but now i am unable to create any thing like campaign or ad set and this time api show me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"(#294) Managing advertisements requires an access token with the extended permission for ads_management","type":"OAuthException","code":294,"fbtrace_id":"CmN3BD1aQlQ"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
I am stuck between these both exceptions. Need help on it.
java facebook facebook-sdk-4.0 facebook-marketing-api
|
show 1 more comment
up vote
1
down vote
favorite
I am working on creating campaigns using facebook marketing api with java code. I am successfully created campaign and adset and targeting stuff but when i created creative it shows me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":1885183,"is_transient":false,"error_user_title":"Ads creative post was created by an app that is in development mode","error_user_msg":"Ads creative post was created by an app that is in development mode. It must be in public to create this ad.","fbtrace_id":"DIS5OUWvh0Y"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
After getting this error i make my app public but now i am unable to create any thing like campaign or ad set and this time api show me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"(#294) Managing advertisements requires an access token with the extended permission for ads_management","type":"OAuthException","code":294,"fbtrace_id":"CmN3BD1aQlQ"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
I am stuck between these both exceptions. Need help on it.
java facebook facebook-sdk-4.0 facebook-marketing-api
Did you submit your app for review, to get all the relevant stuff approved by Facebook …?
– misorude
Nov 9 at 10:38
Yes, I have submitted and after that it go live
– Muhammad Naeem Shahzad
Nov 9 at 11:23
Did you just submit it, or was it actually reviewed and approved by Facebook …?
– misorude
Nov 9 at 11:23
In App Review page there is a toggle button which is asking Make TestApp public? I clicked it to Yes. Than it shows this message You must provide a valid Privacy Policy URL in order take your app Live. Go to Basic Settings and make sure it is valid. I filled the manadatory fields than click on Make TestApp public After that i clicked on taggle button "Status"" on right top Now status is showing Live
– Muhammad Naeem Shahzad
Nov 9 at 11:55
That has nothing to do with review. If your app does not let you ask the user to grantads_management
in live mode, then that means you need to submit your app’s use of that permission for review & approval by Facebook first.
– misorude
Nov 9 at 11:56
|
show 1 more comment
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I am working on creating campaigns using facebook marketing api with java code. I am successfully created campaign and adset and targeting stuff but when i created creative it shows me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":1885183,"is_transient":false,"error_user_title":"Ads creative post was created by an app that is in development mode","error_user_msg":"Ads creative post was created by an app that is in development mode. It must be in public to create this ad.","fbtrace_id":"DIS5OUWvh0Y"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
After getting this error i make my app public but now i am unable to create any thing like campaign or ad set and this time api show me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"(#294) Managing advertisements requires an access token with the extended permission for ads_management","type":"OAuthException","code":294,"fbtrace_id":"CmN3BD1aQlQ"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
I am stuck between these both exceptions. Need help on it.
java facebook facebook-sdk-4.0 facebook-marketing-api
I am working on creating campaigns using facebook marketing api with java code. I am successfully created campaign and adset and targeting stuff but when i created creative it shows me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"Invalid parameter","type":"OAuthException","code":100,"error_subcode":1885183,"is_transient":false,"error_user_title":"Ads creative post was created by an app that is in development mode","error_user_msg":"Ads creative post was created by an app that is in development mode. It must be in public to create this ad.","fbtrace_id":"DIS5OUWvh0Y"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
After getting this error i make my app public but now i am unable to create any thing like campaign or ad set and this time api show me this error
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"(#294) Managing advertisements requires an access token with the extended permission for ads_management","type":"OAuthException","code":294,"fbtrace_id":"CmN3BD1aQlQ"}}
at com.facebook.ads.sdk.APIRequest.readResponse(APIRequest.java:304)
at com.facebook.ads.sdk.APIRequest.access$100(APIRequest.java:53)
I am stuck between these both exceptions. Need help on it.
java facebook facebook-sdk-4.0 facebook-marketing-api
java facebook facebook-sdk-4.0 facebook-marketing-api
edited Nov 9 at 10:21
Karol Dowbecki
13.4k72745
13.4k72745
asked Nov 9 at 10:17
Muhammad Naeem Shahzad
284
284
Did you submit your app for review, to get all the relevant stuff approved by Facebook …?
– misorude
Nov 9 at 10:38
Yes, I have submitted and after that it go live
– Muhammad Naeem Shahzad
Nov 9 at 11:23
Did you just submit it, or was it actually reviewed and approved by Facebook …?
– misorude
Nov 9 at 11:23
In App Review page there is a toggle button which is asking Make TestApp public? I clicked it to Yes. Than it shows this message You must provide a valid Privacy Policy URL in order take your app Live. Go to Basic Settings and make sure it is valid. I filled the manadatory fields than click on Make TestApp public After that i clicked on taggle button "Status"" on right top Now status is showing Live
– Muhammad Naeem Shahzad
Nov 9 at 11:55
That has nothing to do with review. If your app does not let you ask the user to grantads_management
in live mode, then that means you need to submit your app’s use of that permission for review & approval by Facebook first.
– misorude
Nov 9 at 11:56
|
show 1 more comment
Did you submit your app for review, to get all the relevant stuff approved by Facebook …?
– misorude
Nov 9 at 10:38
Yes, I have submitted and after that it go live
– Muhammad Naeem Shahzad
Nov 9 at 11:23
Did you just submit it, or was it actually reviewed and approved by Facebook …?
– misorude
Nov 9 at 11:23
In App Review page there is a toggle button which is asking Make TestApp public? I clicked it to Yes. Than it shows this message You must provide a valid Privacy Policy URL in order take your app Live. Go to Basic Settings and make sure it is valid. I filled the manadatory fields than click on Make TestApp public After that i clicked on taggle button "Status"" on right top Now status is showing Live
– Muhammad Naeem Shahzad
Nov 9 at 11:55
That has nothing to do with review. If your app does not let you ask the user to grantads_management
in live mode, then that means you need to submit your app’s use of that permission for review & approval by Facebook first.
– misorude
Nov 9 at 11:56
Did you submit your app for review, to get all the relevant stuff approved by Facebook …?
– misorude
Nov 9 at 10:38
Did you submit your app for review, to get all the relevant stuff approved by Facebook …?
– misorude
Nov 9 at 10:38
Yes, I have submitted and after that it go live
– Muhammad Naeem Shahzad
Nov 9 at 11:23
Yes, I have submitted and after that it go live
– Muhammad Naeem Shahzad
Nov 9 at 11:23
Did you just submit it, or was it actually reviewed and approved by Facebook …?
– misorude
Nov 9 at 11:23
Did you just submit it, or was it actually reviewed and approved by Facebook …?
– misorude
Nov 9 at 11:23
In App Review page there is a toggle button which is asking Make TestApp public? I clicked it to Yes. Than it shows this message You must provide a valid Privacy Policy URL in order take your app Live. Go to Basic Settings and make sure it is valid. I filled the manadatory fields than click on Make TestApp public After that i clicked on taggle button "Status"" on right top Now status is showing Live
– Muhammad Naeem Shahzad
Nov 9 at 11:55
In App Review page there is a toggle button which is asking Make TestApp public? I clicked it to Yes. Than it shows this message You must provide a valid Privacy Policy URL in order take your app Live. Go to Basic Settings and make sure it is valid. I filled the manadatory fields than click on Make TestApp public After that i clicked on taggle button "Status"" on right top Now status is showing Live
– Muhammad Naeem Shahzad
Nov 9 at 11:55
That has nothing to do with review. If your app does not let you ask the user to grant
ads_management
in live mode, then that means you need to submit your app’s use of that permission for review & approval by Facebook first.– misorude
Nov 9 at 11:56
That has nothing to do with review. If your app does not let you ask the user to grant
ads_management
in live mode, then that means you need to submit your app’s use of that permission for review & approval by Facebook first.– misorude
Nov 9 at 11:56
|
show 1 more comment
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53223822%2fads-creative-post-was-created-by-an-app-that-is-in-development-mode%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you submit your app for review, to get all the relevant stuff approved by Facebook …?
– misorude
Nov 9 at 10:38
Yes, I have submitted and after that it go live
– Muhammad Naeem Shahzad
Nov 9 at 11:23
Did you just submit it, or was it actually reviewed and approved by Facebook …?
– misorude
Nov 9 at 11:23
In App Review page there is a toggle button which is asking Make TestApp public? I clicked it to Yes. Than it shows this message You must provide a valid Privacy Policy URL in order take your app Live. Go to Basic Settings and make sure it is valid. I filled the manadatory fields than click on Make TestApp public After that i clicked on taggle button "Status"" on right top Now status is showing Live
– Muhammad Naeem Shahzad
Nov 9 at 11:55
That has nothing to do with review. If your app does not let you ask the user to grant
ads_management
in live mode, then that means you need to submit your app’s use of that permission for review & approval by Facebook first.– misorude
Nov 9 at 11:56