Code Monkey home page Code Monkey logo

li3_facebook's Introduction

Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 21
---
title: li3_facebook : a Lithium Facebook Library Wrapper
subtitle: Integration Facebook into your Lithium Framework
author: weluse GmbH : Marc Schwering

---

Lithium the most RAD PHP Framework Facebook Wrapper

This Wrapper is a Lithium PHP Library using the official Facebook PHP SDK.

Usage

This Library is using the official facebook api as a git submodule!

So : Please don't forget to do a git submodule init!

You will need a Facebook API-Key and the Lithium Framework. Integrate the Library in the bootstrap process of your lovely li3 App:

Libraries::add('li3_facebook', array( 'appId' => key 'secret' => yourSuperSecretKey ));

these official Facebook SDK Settings are currently not yet supported.

  • cookie
  • domain
  • fileUpload

if you want to enable those Settings, you have to unset the validation:

li3_facebook\extension\FacebookProxy::$_validateConfiguration = false;

After Configuration you should able to use it via static calls or direkt method invoking:

static: li3_facebook\extension\FacebookProxy::getAppId($params)

or li3_facebook\extension\FacebookProxy::run('getAppId',$params)

li3_facebook's People

Contributors

m4rcsch avatar fitzagard avatar tmaiaroto avatar

Stargazers

 avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.