Creating the world's most interesting infographic
We've now concluded our exploration of the various methods for passing our access token in an API call. We did this by demonstrating API calls to two of Facebook's APIs: one to fetch the profile data of the user, and the other to fetch the feed data of the user. You can now use this data in your application to generate all sorts of interesting statistics about your users. We will leave this as an exercise for you.
You can see an example of what can be accomplished with this data. Simply visit the following website:
www.worldsmostinterestinginfographic.com
This website is a production version of the server-side example that we've built in this book. Let this be a very simple example of what can be accomplished in a short amount of time using the OAuth 2.0 protocol to interface with a world-class service provider like Facebook!
Tip
See it on GitHub!
The full implementation for this entire web application is available for viewing on our public...