How to create a service for https://graph.facebook.com/{page-id}/feed
Hi,
I am trying to create a service that will call the FB Graph API. However, I am confused how to handle the {page-id} part of the URL. WHen I call this URL in test
Illegal character in path at index 27: https://graph.facebook.com/{page-id}/...
I understand that {page-id} is not valid but I cant hard code the value of page-id as it will be different based on what the user selects. How should I handle this when creating a REST service to call?