Guest User

Untitled

a guest
May 26th, 2018
392
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. if($getUrl) {
  2. $postPhoto = getApiMethod('wall.post', array(
  3. 'owner_id' => $publicID, //номер паблика с указанием минуса
  4. 'from_group' => "0",
  5. 'friends_only' => 0,
  6. 'message' => "",
  7. 'attachments' => "photo".$publicID."_".$photo_id, ));
  8.  
  9. }
  10. setLog('Отправка фото на стену '.$postPhoto);
  11.  
  12. {"error":{"error_code":100,"error_msg":"One of the parameters specified was missing or invalid: invalid message param","request_params":[{"key":"oauth","value":"1"},{"key":"method","value":"wall.post"},{"key":"attachments","value":"photo_456316165"},{"key":"friends_only","value":"0"},{"key":"from_group","value":"0"},{"key":"message","value":""},{"key":"owner_id","value":"-71257780"},{"key":"v","value":"5.63"}]}}
  13.  
  14. "key":"attachments","value":"photo_456316165"
Add Comment
Please, Sign In to add comment