JSPM

angular-openfb

0.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q25866F
  • License MIT

Facebook integration in JavaScript apps running in the browser and in Cordova.

Package Exports

  • angular-openfb

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (angular-openfb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

ngOpenFB

Facebook integration in JavaScript apps running in the browser and in Cordova.

Facebook integration in JavaScript apps running in the browser and in Cordova.

Travis Status AppVeyor Status Codacy Status Dependencies Status Version Status Download Status Gitter Chat

Why it's awesome

Angular wrapper for the OpenFB library allows you to use OpenFB "the Angular way":

  • As an Angular service instead of a global object
  • Using promises instead of callbacks

About OpenFB:

  • OpenFB is a micro-library that lets you integrate your JavaScript application with Facebook.
  • OpenFB works for both BROWSER-BASED apps and CORDOVA apps.
  • This library has no dependency: You don't need (and shouldn't use) the Facebook SDK with this library.
  • Whe running in Cordova, you also don't need the Facebook Cordova plugin.
  • There is also no dependency on jQuery.
  • OpenFB allows you to login to Facebook and execute any Facebook Graph API request.

Getting Started

Install with npm

$ npm install angular-openfb

Install with Yarn

$ npm add angular-openfb

Install with Bower

$ bower install angular-openfb

Usage

# Comming soon

Contributing

Want to contribute? Follow these recommendations.

License

Designed with ♥ by CJ Patoilo. Licensed under the MIT License.