Why do I need authentication when all I want is public Facebook data?

后端 未结 2 713
梦谈多话
梦谈多话 2021-01-07 07:00

I am creating an app using the Facebook C# API.

I want to read the data on this wall, but when I call the API and essentially hit this URL: https://graph.facebook.co

2条回答
  •  情话喂你
    2021-01-07 07:21

    so that FB knows who's requesting the data. FB needs to know the agent that accesses any type of data.

提交回复
热议问题