作成した呼び出しグラフ API を投稿しました
https://graph.facebook.com/me/feed/?access_token=<token>
次のようなものを返します: {"id":"<UID>_<POST_ID>"}
API呼び出しでこの投稿を非表示にしたい
curl -F "is_hidden=true" "https://graph.facebook.com/<POST_ID>?access_token=<token>
しかし、私はこの応答を得ています:
{"error":{"message":"(#100) The parameter reorder_pids is required", "type": "OAuthException", "code":100}}
これにAPIを使用している人はいますか?(非表示の投稿) もしそうなら、それはあなたのために働いていますか? ;)