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에서 해주시기 바랍니다.
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 5352 | 11년 전 | 2411 | ||
| 5351 | 11년 전 | 2175 | ||
| 5350 | 11년 전 | 2305 | ||
| 5349 | 11년 전 | 7549 | ||
| 5348 | 11년 전 | 2043 | ||
| 5347 |
bewitched
|
11년 전 | 1767 | |
| 5346 | 11년 전 | 1276 | ||
| 5345 | 11년 전 | 1352 | ||
| 5344 | 11년 전 | 3068 | ||
| 5343 |
프로프리랜서
|
12년 전 | 2349 | |
| 5342 |
프로프리랜서
|
12년 전 | 1917 | |
| 5341 |
프로프리랜서
|
12년 전 | 1758 | |
| 5340 |
프로프리랜서
|
12년 전 | 1814 | |
| 5339 | 12년 전 | 1430 | ||
| 5338 | 12년 전 | 3142 | ||
| 5337 |
프로프리랜서
|
12년 전 | 2243 | |
| 5336 |
프로프리랜서
|
12년 전 | 1701 | |
| 5335 |
프로프리랜서
|
12년 전 | 4039 | |
| 5334 |
프로프리랜서
|
12년 전 | 1349 | |
| 5333 |
프로프리랜서
|
12년 전 | 1790 | |
| 5332 |
차가운바람
|
12년 전 | 1178 | |
| 5331 | 12년 전 | 2850 | ||
| 5330 | 12년 전 | 3652 | ||
| 5329 | 12년 전 | 4535 | ||
| 5328 | 12년 전 | 2580 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기