Skip to content

Commit b44d679

Browse files
jingping2015facebook-github-bot
authored andcommitted
Auto-generated java SDK code update
Summary: ignore-conflict-markers Reviewed By: jingping2015 Differential Revision: D13703721 fbshipit-source-id: da06e2be
1 parent 27ca82f commit b44d679

File tree

108 files changed

+3333
-2335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+3333
-2335
lines changed

examples/AdAccountAdCreativesEdge.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).getAdCreatives()

examples/AdAccountAdCreativesPost.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateAdCreative.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateAdCreativeCanvas.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateAdCreativeLinkAd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateAdCreativePageLike.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateAssetFeedSpec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateCarouselCallToActionAppInstall.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()
@@ -90,7 +90,7 @@ public static void main (String args[]) throws APIException {
9090
.setFieldImageHash("<imageHash>")
9191
.setFieldLink("http://www.example.com/appstoreurl")
9292
))
93-
.setFieldDescription("The link's description")
93+
.setFieldDescription("The link description")
9494
.setFieldLink("http://www.example.com/appstoreurl")
9595
.setFieldMessage("My message")
9696
.setFieldMultiShareOptimized(true)

examples/AdAccountAdCreativesPostCreateDynamicAdCustomization.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

examples/AdAccountAdCreativesPostCreateLinkAdCallToActionAppInstall.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static void main (String args[]) throws APIException {
3131
String access_token = "<ACCESS_TOKEN>";
3232
String app_secret = "<APP_SECRET>";
3333
String app_id = "<APP_ID>";
34-
String id = "<ID>";
34+
String id = "<AD_ACCOUNT_ID>";
3535
APIContext context = new APIContext(access_token).enableDebug(true);
3636

3737
new AdAccount(id, context).createAdCreative()

0 commit comments

Comments
 (0)