Skip to content

Project LightBulb is a wrapper on top of Facebook's own JS-SDK to simply developing applications using Graph API. You dont need to worry about underlying objects, structures, workflows. Just use it and shout "Light Bulb" :)

mahtonu/LightBulb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project LightBulb is a wrapper on top of Facebook's own JS-SDK to simply developing applications using Graph API. You dont need to worry about underlying objects, structures, workflows. Just use it and shout "Light Bulb" :)


To Start testing, create a virtual host in your local machine "lb.appstep.net" and point it to 127.0.0.1

<VirtualHost *:80>
ServerName lb.appstep.net
ServerAlias lb.appstep.net
DocumentRoot /Applications/MAMP/htdocs/lb
DirectoryIndex index.html index.htm index.php index.php4 index.php5
<Directory /Applications/MAMP/htdocs/lb>
Options -Indexes +IncludesNOEXEC +FollowSymLinks
allow from all
AllowOverride All
</Directory>

And point your browser to http://lb.appstep.net/test/

About

Project LightBulb is a wrapper on top of Facebook's own JS-SDK to simply developing applications using Graph API. You dont need to worry about underlying objects, structures, workflows. Just use it and shout "Light Bulb" :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • PHP 9.5%