Facebook Retrive Data using Graph API using c#

前端 未结 5 1469
北海茫月
北海茫月 2021-01-06 11:05

i have created desktop Facebook application using c# .net. i want to retrieve users message,post and chat history. which is convenient way to retrieve users all information.

5条回答
  •  北海茫月
    2021-01-06 11:31

    you can check the Graph explorer tool on Developer.facebook.com , go to Tools and select graph explorer, its a nice tool which gives you exact idea about what you can fetch by sending "GET" and "POST" method on FB Graph APis

提交回复
热议问题