facebook album id 어디서 얻나요?

                  FB.api('me/photos', 'post',

                        {
                           url:"https://appharbor.com/assets/images/stackoverflow-logo.png",
                        }, function (response){
                            console.log(response);
                            arr[i] = response.id;
                            console.log(arr[i]);
                            i++;
                        });  

photo-id 는 다음과 같은 방법으로 구하였으나..

album-id는 어떻게 구해야 할지 모르겠습니다..

필드

Field 설명

id

numeric string

 

The photo ID

 

album

Album

 

The album this photo is in

 

 

                 FB.api('me/photos', {fields:'album'},  function(respose){

                    console.log(response);
                });  

로 호출하였지만 album-id값은 구해지지 않네요..

 

궁극적으로는 담벼락 작성시에 사용자의 앨범에 있는 사진을 여러장 불러와서 글과 함께 게시하는 것이 목적인 상황입니다..

답변 부탁드립니다!

좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기