1

我正在尝试使用 Graph Api Explorer 创建一个新问题,如何在 options[] 参数中包含数组值。它给了我回应

{ "error": { "type": "Exception", "message": "请至少添加两个选项。", "code": 1525025 } }

如何在图形 API 资源管理器中包含数组值?

4

1 回答 1

0
Eventually i was able to do so , below is the request format for testing out posting of questions through Graph Api Explorer

question => "your Question" 
option => ['123','1342','1'] 
allow_new_options  => true or false // only two  values accepted.

This is the perfect request example to post a question on facebook.
于 2012-09-22T13:11:10.537 回答