Entwickler » Methoden-Liste » Wall » wall.repost
Wallwall.repost
Reposts (copies) an object to a user wall or community wall.
Diese Methode kann über einen Benutzertoken aufgerufen werden, der in der Standalone-Anwendung über Implicit Flow zu erhalten ist. Zugriffsrechte sind erforderlich: wall.
Parameter
objectID of the object to be reposted on the wall. Example:
wall66748_3675

String, notwendiger Parameter
messageComment to be added along with the reposted object.
String
group_idTarget community ID when reposting to a community.
positive Zahl
mark_as_ads
entweder 1 oder 0 , Voreinstellung
Ergebnis
Returns an object containing the following fields:
  • post_id — ID of the created post.
  • reposts_count — Total number of reposts for the object, including the current repost.
  • likes_count — Number of likes for the post.
Fehler
214Access to adding post denied
219Advertisement post was recently added
224Too many ads posts
Allgemeine Fehler
VersionsverlaufAlles anzeigen
5.70
New chat_invite_user_by_link value has been supported in the action field of the message object.

update_time field has been added in the message object.

wall.post, wall.editAdsStealth, wall.edit, wall.repost methods can return a new error 224 — too many ads posts.

New event message_edit has been added in Callback API.

By continuing to browse, you consent to our use of cookies. You can read our Cookie Policy here.