FaceBook 사진 올리면서 태그 같이 넣기
publish_stream 권한 필요.
<%=access_token%>는 미리 가져온 토큰.
target_id:to_id를 주석 해제하면 내 앨범이 아니라 친구 앨범에 추가됨. (동의 없이) - 1회만 해 본 거라 정확하지 않음
$는 제이쿼리
<%=access_token%>는 미리 가져온 토큰.
target_id:to_id를 주석 해제하면 내 앨범이 아니라 친구 앨범에 추가됨. (동의 없이) - 1회만 해 본 거라 정확하지 않음
$는 제이쿼리
function postToFeed(to_id,to_name,imgURL,message){
$('#wait_div').html('담벼락에 게시하고 있습니다.').show()
// 자기 담벼락에 사진 올리기 - 자동 (동의 절차 없음)
FB.api('/photos','post',{
message:$('#name').val()+'님이 '+to_name+'님에게 All New Style 2013 Spark를 타고 영화를 보러 가길 초대합니다.\n\n'+message,
//target_id:to_id, //친구에게 사진 올리기 (동의 절차 없음)
uid:$('#id').val(),
access_token:'<%=access_token%>',
tags:[{
tag_uid:to_id,
x:20,
y:40
}],
url:imgURL
},
function(response){
if(!response || response.error){
$('#wait_div').html('Error occured:'+response.error.message)
} else {
$('#wait_div').html('담벼락에 게시하였습니다.').show()
$('#wait_div').html($('#wait_div').html()+'<br>Photo Post ID:'+response.id)
$('#process_2').hide()
if(auto_commit){
$('#mobile').attr('class','')
$('#form').submit()
$('#process_4').show()
}
else{
$('#process_3').show()
}
}
}
)
}
$('#wait_div').html('담벼락에 게시하고 있습니다.').show()
// 자기 담벼락에 사진 올리기 - 자동 (동의 절차 없음)
FB.api('/photos','post',{
message:$('#name').val()+'님이 '+to_name+'님에게 All New Style 2013 Spark를 타고 영화를 보러 가길 초대합니다.\n\n'+message,
//target_id:to_id, //친구에게 사진 올리기 (동의 절차 없음)
uid:$('#id').val(),
access_token:'<%=access_token%>',
tags:[{
tag_uid:to_id,
x:20,
y:40
}],
url:imgURL
},
function(response){
if(!response || response.error){
$('#wait_div').html('Error occured:'+response.error.message)
} else {
$('#wait_div').html('담벼락에 게시하였습니다.').show()
$('#wait_div').html($('#wait_div').html()+'<br>Photo Post ID:'+response.id)
$('#process_2').hide()
if(auto_commit){
$('#mobile').attr('class','')
$('#form').submit()
$('#process_4').show()
}
else{
$('#process_3').show()
}
}
}
)
}
게시판 목록
개발자팁
개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 5366 | 기타 |
nekoieye
|
1년 전 | 1119 | |
| 5365 | PHP | 1년 전 | 775 | ||
| 5364 | JavaScript | 1년 전 | 527 | ||
| 5363 | JavaScript | 1년 전 | 994 | ||
| 5362 | 1년 전 | 1233 | |||
| 5361 | JavaScript | 1년 전 | 1241 | ||
| 5360 |
그누보드이해하기
|
1년 전 | 777 | ||
| 5359 | 1년 전 | 1091 | |||
| 5358 | 1년 전 | 1095 | |||
| 5357 | 1년 전 | 810 | |||
| 5356 | 1년 전 | 367 | |||
| 5355 |
|
1년 전 | 586 | ||
| 5354 | 1년 전 | 1062 | |||
| 5353 |
|
1년 전 | 705 | ||
| 5352 |
|
1년 전 | 640 | ||
| 5351 | PHP | 1년 전 | 809 | ||
| 5350 | PHP | 1년 전 | 574 | ||
| 5349 | OS | 1년 전 | 647 | ||
| 5348 | 기타 | 1년 전 | 450 | ||
| 5347 | 기타 | 1년 전 | 633 | ||
| 5346 | 기타 | 1년 전 | 507 | ||
| 5345 | 기타 | 1년 전 | 400 | ||
| 5344 | JavaScript |
|
1년 전 | 430 | |
| 5343 | PHP |
|
1년 전 | 501 | |
| 5342 | jQuery | 1년 전 | 575 | ||
| 5341 | PHP |
|
1년 전 | 880 | |
| 5340 | Mobile |
슈퍼스타맨
|
1년 전 | 561 | |
| 5339 | 기타 |
|
1년 전 | 561 | |
| 5338 |
멀티트리플
|
2년 전 | 1297 | ||
| 5337 | 기타 |
슈퍼스타맨
|
2년 전 | 1792 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기