How to star a post on a facebook fanpage using graph api?

前端 未结 1 1853
逝去的感伤
逝去的感伤 2021-01-25 15:36

I\'m posting on my fanpage but i want to do highlight posts. Any suggestions?

I have to star them one by one on the fanpage. Is there any way to do this? I also read the

1条回答
  •  醉梦人生
    2021-01-25 15:51

    Use:

    POST // with param timeline_visibility = starred
    

    timeline_visibility must be one of the following values: hidden, normal, starred.

    Also see https://stackoverflow.com/a/19861323/1784062.

    0 讨论(0)
提交回复
热议问题