tg6****의 스레드

  •                   FB.api('me/photos', 'post',                         {                            url:"https://appharbor.com/assets/images/stackoverflow-logo.png",                         }, function (response){                           
    글쓴이
    tg6****
    작성일
    2016.07.25 15:51
  • /* make the API call */ FB.api( "/{achievement-id}", function (response) { if (response && !response.error) { /* handle the result */ } } ); 예를 들어 위에 처럼 API에 대한 예시코드가 있을때.. {achievement-id} 는 어디서
    글쓴이
    tg6****
    작성일
    2016.07.22 14:45
  • 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
    글쓴이
    tg6****
    작성일
    2016.07.20 11:21
코스모스팜 회원관리