facebook c# sdk getting started

后端 未结 2 1043
自闭症患者
自闭症患者 2020-12-13 23:28

I would like to write a console application that automatically posts information to my wall once every morning.

I have signed up for facebook developer and have a

2条回答
  •  Happy的楠姐
    2020-12-13 23:35

    You should request offline_access in addition to publish_stream. Once you have the never-expiring token, store that in your app.

提交回复
热议问题