Hi I need to watch a certain feed for my web app and i can't find any proper documentation about this topic
-Edited:
what i'm actually after is probably so simple that it might be embarrassing :) i know the hub will use a POST request to deliver the updates but i don't know how to fetch that data using $_POST because i don't know the key value in the $_POST array
I'd love to see basic PHP code example on how this is done
thanks