Can you get a public Facebook page's feed using Graph API without asking a user to allow?

前端 未结 6 990
遥遥无期
遥遥无期 2020-11-29 17:00

I\'ve never used Facebook\'s Graph API, or OAuth. I\'m simply trying to get a public Facebook page\'s feed using the Graph API, but it requires an access token. I don\'t wan

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 17:25

    In response to the message of @Psyked and @James_David_Low, it is not recommended to use FQL because is deprecated.

    "...There are two low-level HTTP APIs that are also used at Facebook to access the graph: FQL and the Legacy REST API. These APIs contain similar and overlapping functionality, but are deprecated."

    New features are generally only available in the Graph API. To future-proof your app you should be using the Graph API in your app if you can.

提交回复
热议问题