티스토리 툴바

달력

052012  이전 다음

  •  
  •  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  •  
  •  

* like 상태 보기 : xml 파일

http://api.facebook.com/restserver.php?method=links.getStats&urls=http://naver.com

http://naver.com 만 원하는 url로 바꿔주면 정보를 볼 수 있다.

 

<?xml version="1.0" encoding="UTF-8"?>
<links_getStats_response xmlns="
http://api.facebook.com/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://api.facebook.com/1.0/ http://api.facebook.com/1.0/facebook.xsd" list="true">  <link_stat>
    <url>http://naver.com</url>
    <normalized_url>http://www.naver.com/</normalized_url>
    <share_count>8497</share_count>
    <like_count>5374</like_count>
    <comment_count>2159</comment_count>
    <total_count>16030</total_count>
    <click_count>711</click_count>
    <comments_fbid>399455238490</comments_fbid>
    <commentsbox_count>0</commentsbox_count>
  </link_stat>
</links_getStats_response>

Posted by 월하가연
앱설정하기 : https://developers.facebook.com/apps

 

-> 앱 환경설정 페이지에서 등록합니다.

사이즈에 안맞는 이미지를 올리면 자동으로 리사이징되지만,

비율로 리사이징되서 빈 공간이 남을 수가 있으니 비율은 맞춰서 올리시는 것이 좋습니다.

icon : 16 * 16 pixel logo : 75 * 75 pixel thumnail : 111 * 74 pixel

 

   

 

* Page Tab Width

 

 

* 앱로그인(허용) dialog 에서 보이는 앱 logo image

         

 

* 타임라인에서 보이는 앱 logo image

        

 

* 타임라인에서 보이는 앱 icon image & thumnail image

       

 

* 사진첩 사진 타임라인에서 보이는 size

=> 403 pixel 에 맞춰서 사진첩에 올린 사진들이 타임라인에서는 리사이징 되어서 보여진다.

        

저작자 표시 비영리 변경 금지
Posted by 월하가연