댓글을 sns 와 연동하기 위한 기초 작업

This commit is contained in:
gnuboard
2013-04-30 19:01:24 +09:00
parent d43f4f53d5
commit 838bc4b146
20 changed files with 7989 additions and 66 deletions

View File

@ -0,0 +1,22 @@
{
"name": "facebook/php-sdk",
"description": "Facebook PHP SDK",
"keywords": ["facebook", "sdk"],
"type": "library",
"homepage": "https://github.com/facebook/facebook-php-sdk",
"license": "Apache2",
"authors": [
{
"name": "Facebook",
"homepage": "https://github.com/facebook/facebook-php-sdk/contributors"
}
],
"require": {
"php": ">=5.2.0",
"ext-curl": "*",
"ext-json": "*"
},
"autoload": {
"classmap": ["src"]
}
}