How to create RSS feed from Facebook Open Graph

Discussion in 'Facebook API' started by domokun, May 27, 2010.

  1. #1
    domokun, May 27, 2010 IP
  2. detect2173

    detect2173 Peon

    Messages:
    27
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This is very simple to do. Use Dapper with Firefox, and it will be done in minutes.
     
    detect2173, Jul 16, 2010 IP
  3. yohanip

    yohanip Well-Known Member

    Messages:
    350
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    108
    #3
    It's json encoded form, you could use a simple php script to do it
    to generate your self the data use the function
    json_decode

    and then to understand the structure more deep, use the function printf or vardump

    ;)
     
    yohanip, Jul 20, 2010 IP