Must have Development Tools Scripts for Facebook
The SDK contains various libraries and examples on how to use and integrate Facebook social features inside Android-powered applications, allowing developers to easily start working on their projects without having to waste hours or days researching...
The Facebook PHP SDK is a tool for building other tools. A bare-bones library that allows developers to connect to various Facebook APIs, query and retrieve information from Facebook's servers.
The SDK is compatible with the other Facebook SDKs, and...
The Facebook Python SDK was designed to help developers in building Facebook-friendly Python apps.It's a basic tool to connect to various Facebook APIs, query and retrieve information from Facebook's servers.The SDK is compatible with the other Facebook...
Written in Python, fbconsole uses the Facebook Graph API to allow users to connect and retrieve various Facebook details and settings.Even if fbconsole is for creating CLI applications, the module can be used as a normal Python module...
PHP is natively compiled when executed. HHVM changes this by compiling PHP code at runtime.This improves performance and speeds up PHP-based applications. Just what's needed for high-traffic servers, like the ones Facebook has to deal with on a daily...
What Jest does on top of Jasmine is to allow developers to configure and automatically append unit test files in a special folder next to the code itself.Jest will go to that folder every time, read the dependencies, load them, run the test (synchronously...
Presto is yet another of Facebook's custom database engines, which the company has been actively using for its products and yet decided to release it as an open source product nevertheless.Presto works on multiple servers at once, being a system you...
React uses a declarative, XML-like syntax known as JSX, letting developers build well-organized code structures with ease.
JSX mixes HTML with JavaScript, which when passed through React gets converted to normal JS markup.
The library uses very little DOM...
React Native allows developers to merge Objective-C and JavaScript code together, taking advantage of the easy to use XML-like syntax that React uses to create beautiful and consistent user interfaces.Native iOS components can easily be blended with the...
Ringmark can tell a developer if his app will run correctly on various browsers.Developed specifically for testing mobile browsers, Ringmark can be used with any type of browser regardless.Tests are organized in three categories, each one dealing with...