facebookarchive / powereditor

An HTML5 based application for managing Facebook ads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archived Repo

This is an archived project and is no longer supported or updated by Facebook. Please do not file issues or pull-requests against this repo. If you wish to continue to develop this code yourself, we recommend you fork it.

Proceed and be bold!

Power Editor

Power Editor is an HTML5 based application for managing Facebook ads. It's built entirely on the Facebook Ads API.

This is not only an example application. It's the same code that we use at Facebook to build our production Power Editor software which can be found at https://www.facebook.com/ads/manage/powereditor.

Running locally

install node.js and npm

npm install uglify-js cssom mime express
git clone git://github.com/facebook/powereditor.git
cd powereditor
node server/run.js

Open http://localhost:8001/

Licensing Information

This source code is licensed under one of two licenses. All use of uki-js (http://ukijs.org/) is subject to its BSD license. Non-product source code such as in common, server, storage and uki-fb is also released under the BSD license.

The remaining code (notably the "ads" directory) is subject to a license that allows you to use the source code under broad terms in conjunction with the Facebook Platform.

About

An HTML5 based application for managing Facebook ads.


Languages

Language:JavaScript 88.9%Language:CSS 9.7%Language:HTML 1.2%Language:PHP 0.1%