Skip to content

geofflangenderfer/facebook_login_hello_world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Facebook Login Hello World

This is a minimal example for getting a user's short-lived access token through OAuth flow:

  • You can use it to query their data from Facebook's Graph API.
  • You can exchange it for a long-lived token that lasts for 60 days.

Install

$ git clone https://github.com/geofflangenderfer/facebook_login_hello_world.git
$ cd facebook_login_hello_world/
$ elm reactor

then navigate to src/static/index.html

Architechture

  • src/static/facebook.js contains all the calls to the facebook login sdk
  • src/static/main.js is the compiled elm code from src/Main.elm

About

Elm 0.19.1 Facebook Login Hello World

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published