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.










share|improve this question
























  • 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

















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.










share|improve this question
























  • 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















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.










share|improve this question















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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




















  • 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


















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



















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














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





















































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







Popular posts from this blog

Schultheiß

Verwaltungsgliederung Dänemarks

Liste der Kulturdenkmale in Wilsdruff