3

I would like to pull trending news from Facebook in JSON, in order to use it in other application, but I couldn't find a way to do this. I have tried:

https://graph.facebook.com/v2.5/search/type=trending&access_token=my_accesstoken

and

https://graph.facebook.com/v2.5/search/type=news&access_token=my_accesstoken

but neither work.

Can someone help me please? I would like to know the correct url and type for accessing it.

donohoe
  • 13,867
  • 4
  • 37
  • 59
green
  • 393
  • 1
  • 5
  • 18

2 Answers2

0

The API you are trying to leverage is closed off to the public.

donohoe
  • 13,867
  • 4
  • 37
  • 59
0

The API you are looking for is Keyword Insights

Which is not available to public anymore.

pmaddi
  • 449
  • 5
  • 18