Can anyone point me to a simple example of how to retrieve the title text and body HTML of a Drupal node from an external, non-Drupal site?

I am using Drupal 7.10 with Services 3. I have configured the REST server and created an endpoint. I have lost most of 2 days of work trying to get it to communicate with my external site, with zero progress.

Thanks.
Paul

Comments

nevets’s picture

If you only want to view the content would using a feed be easier?

Paul in Boise’s picture

nevets, Thank you. I started looking at Feeds, but everything I see relates to pulling Atom/RSS content into Drupal, not publishing Drupal content externally. Can you post a link to documentation or examples to push my Drupal content out?

Thanks.
Paul

nevets’s picture

The views module includes the ability to create a feed (there is a display type called feed).

Paul in Boise’s picture

Thank you! That is the most progress I have made so far. I was able to create a feed for a specific node.

Now, I have to figure out how to use authentication to connect to the feed.