0

I have a messaging app in which I need one API that returns the title, image, and description of a particular Facebook URL (Facebook (Public) POST). I have AppId as well as App Secret. I am using c# (.net core). I just can't find out the way to fetch the title, image, and description of a particular Facebook link. I would love to get all your suggestions.

Note: Although I'm able to get all other URL data (Twitter, Youtube, General Articles).

3
  • possible duplicate of : - stackoverflow.com/questions/13158091/…
    – Yash Soni
    Commented Mar 6, 2023 at 7:41
  • @yashSoni, thank you for your response, but I tried that method. sometimes it works... sometimes It doesn't. So now I am trying by passing appid and appsecret Commented Mar 6, 2023 at 7:59
  • You do not get automatic API access to all data, just because it might be "public" in the frontend pages. If you do not have admin access to the page, then your app would need to get the Page Public Content Access feature approved first; but the only allowed usage is to "Provide competitive benchmark analysis."
    – CBroe
    Commented Mar 6, 2023 at 9:15

0