0

Is there a way of obtaining the RSS feed url for facebook notifications via Facebook SDK? I'm using the PHP version.

Thank You

tharindu_DG
  • 8,900
  • 6
  • 52
  • 64
  • 1
    As far as I know there is no way to achieve this via Facebook functionality. – Tobi Jun 18 '14 at 10:06
  • @Tobi : Is there a way of generating it? It contains a id attribute which is the facebook id and a key attribute. I don't know what that key is. E.g : id = 100001444273394 key = AWiVVNlBfK8I9PcN in the following feed URL https://www.facebook.com/feeds/notifications.php?id=100001444273394&viewer=100001444273394&key=AWiVVNlBfK8I9PcN&format=rss20 – tharindu_DG Jun 18 '14 at 10:12
  • You could just parse the RSS with PHP, no need for the Facebook PHP SDK: http://rssphp.net/ – Tobi Jun 18 '14 at 10:54
  • I want to get the RSS url via the SDK, just like you could get user name or email via the SDK. – tharindu_DG Jun 18 '14 at 10:56
  • OK. Like I wrote, I'm not aware that this is possible. – Tobi Jun 18 '14 at 12:16

0 Answers0