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 URL isn't working as of now #10

Closed kubukoz closed 9 years ago

kubukoz commented 9 years ago

When you call a GET on http://graph.facebook.com/pivotalsoftware, you get an error: { "error": { "message": "An access token is required to request this resource.", "type": "OAuthException", "code": 104 } }

Better find another example :)

habuma commented 9 years ago

Facebook has recently started requiring access tokens for all (or almost all) requests. In order to fix this, we'll need to find another API to code against. Stay tuned.

gregturn commented 9 years ago

I swapped Facebook service out with an internal one that we run. Enjoy!