Objective Facebook JS

码农软件 · 软件分类 · 网站API · 2019-03-09 14:59:04

软件介绍

该项目使用面向对象方法封装了 Facebook 的 JavaScript 开发包。

示例代码:

<script src="app.js"></script>

var FB = new OOFB('your_access_token_here');

// Get the info on Mark Zuckenberg (he's id is '4')
var mark = new FB.User(4);

// Since that is a promise, we can fire it up (to fetch the data) like this:
mark.get(function(user) {
    console.log(user.name); // Prints "Mark Zuckerberg"
});

本文地址:https://codercto.com/soft/d/973.html

Domain-Driven Design Distilled

Domain-Driven Design Distilled

Vaughn Vernon / Addison-Wesley Professional / 2016-6-2 / USD 36.99

Domain-Driven Design (DDD) software modeling delivers powerful results in practice, not just in theory, which is why developers worldwide are rapidly moving to adopt it. Now, for the first time, there......一起来看看 《Domain-Driven Design Distilled》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具