spring-guides / gs-consuming-rest

Consuming a RESTful Web Service :: Learn how to retrieve web page data with Spring's RestTemplate.
https://spring.io/guides/gs/consuming-rest/
Apache License 2.0
195 stars 287 forks source link

Facebook test URL no longer available #6

Closed RemyG closed 10 years ago

RemyG commented 10 years ago

The test URL from this guide (http://graph.facebook.com/gopivotal) is no longer available, and returns:

{
   "error": {
      "message": "(#803) Some of the aliases you requested do not exist: gopivotal",
      "type": "OAuthException",
      "code": 803
   }
}
gregturn commented 10 years ago

Duplicate of #7, which is under evaluation.