Skip to Content
Facebook® Application Development For Dummies®
book

Facebook® Application Development For Dummies®

by Jesse Stay
May 2011
Beginner
408 pages
10h 27m
English
For Dummies
Content preview from Facebook® Application Development For Dummies®

Architecting OAuth 2.0

After you understand how OAuth 2.0 works, you can start building your own implementation. You need some basic pieces set up to manage a simple OAuth flow:

  • An initial redirect: This code redirects the user to the identity provider's authentication flow. In Facebook, this is the login screen on Facebook.com that usually appears in a pop-up on Web sites you visit. Your code just needs to redirect (or initiate a pop-up for) the user to a given URL on the domain where you are trying to get permission. You also need to pass a callback URL with that to identify where the user will be sent after he logs in. Check your site of preference's Developer docs to know what this URL is.
  • The callback: You pass this URL with the redirect so that the identity provider knows where to take the user after she logs in. After the user logs in to the authenticating site (such as Facebook.com), the user is taken back to this URL on your servers. You need to write code at this URL that receives the access token and either stores it somewhere or makes API calls with it when the user comes back to your site.

    image The above callback works simply with OAuth 2.0. In earlier versions of OAuth, it wasn't quite this simple. If you have done OAuth before, you might be familiar with “request tokens.” These are tokens that you get on the back end (server side) to identify yourself with the identity ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Programming Social Applications

Programming Social Applications

Jonathan LeBlanc

Publisher Resources

ISBN: 9780470768730Purchase book