/* make the API call */
FB.api(
"/{achievement-id}",
function (response) {
if (response && !response.error) {
/* handle the result */
}
}
);
예를 들어 위에 처럼 API에 대한 예시코드가 있을때..
{achievement-id} 는 어디서
function fb_publish(){
var content = document.getElementsByTagName("textarea")[0].value;
var picture_path = "http://202.xxx.xxx.xx/snsPublish/img/Chrysanthemum.jpg";
FB.getLoginStatus(function (response){
if(re