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()
}
}
}
)
}
게시글 목록
| 번호 | 제목 |
|---|---|
| 20636 | |
| 20632 | |
| 20627 | |
| 11160 |
jQuery
참 좋은 이미지 슬라이딩 라이브러리
6
|
| 20626 | |
| 20625 | |
| 20619 | |
| 17684 |
계약서
홈페이지 제작 계약서
8
|
| 20182 | |
| 11154 |
Mobile
모바일로 접속했는지 확인하기.,
5
|
| 11151 | |
| 11143 |
MySQL
트리거 사용법에 관하여..
7
|
| 20607 | |
| 20601 | |
| 11131 | |
| 11124 | |
| 11121 | |
| 11118 | |
| 11113 |
PHP
페이스 댓글, 좋아요 달기
4
|
| 11109 |
JavaScript
페이스북 댓글창 좋아요 달기
3
|
| 20587 | |
| 11102 |
PHP
문자열 자르기 입니다.
6
|
| 11098 |
PHP
정규식에 관한 내용입니다.
3
|
| 11092 |
PHP
우분투서버 셋팅버입니다
5
|
| 11086 |
PHP
js, php 배열 연결
5
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기