programming/facebook 7

페이스북 동영상 공유 api

페이스북 동영상을 공유하는 api function publish(){ var feed = { method: 'feed', picture: '이미지 주소', link: '타임라인에서 클릭시 이동하는 주소', name: '동영상 공유 테스트', description: '동영상 공유 테스트동영상 공유 테스트', source:'유튜브 or swf 동영상 주소', type: 'video', }; function callback(response){ if(response && response.post_id !== undefined) { alert(response); } } FB.ui(feed, callback); }

Graph API Examples – Facebook Developers(페이스북 그래프 API 예제)

Graph API ExamplesFacebook APIs › Graph API › Graph API ExamplesMost of these links will require you to use add an access_token parameter. You can learn more about access tokens in our Graph API Getting Started Guide or in our access token documentation.Basic ObjectsUsers: https://graph.facebook.com/btaylor (Bret Taylor)Pages: https://graph.facebook.com/cocacola (Coca-Cola page)Events: https://g..

페이스북 각종 이미지 사이즈 / 앱 등록 url

1. Cover Image (커버 이미지) : 851x315 px2. Profile Image (프로필 이미지) : 180x180 px3. Post Normal (일반 포스팅 이미지) : 403x403 px4. Post Highlight (하이라이트 포스팅 이미지) : 843x403 px5. Application Image (어플리케이션 이미지) : 111x74 px6. Event Profile Image (이벤트 프로필 이미지) : 714x264 px -> 앱 등록 url https://www.facebook.com/add.php?api_key=앱아이디&pages