'magshow'에 해당되는 글 5건
- 2008/07/31 Viral Channels: MySpace Launches Invitations
- 2008/07/27 제대로 만든 Panorma magShow
- 2008/07/15 MagShow: Super Slideshows MySpace Application
- 2008/07/15 [Facebook] Supporting Your Applications during the Profile Transition
- 2008/06/17 우리의 Social Application on Myspace
Viral Channels: MySpace Launches Invitations

MySpace 에서 messages, comments, and bulletins 을 통한 communication 방법 이외에 ACC(Application Communications Channel)라 불리는 applications invitation 기능을 추가하였습니다. 2008.7.28
- App invites 는 현재 한번에 한 친구에게만 보내질 수 있습니다.
- App invites 를 보내는 사람에게 incentives 를 줄수 없습니다.
- 받는사람은 MySpace Mail Center 에서 "Notifications" 라는 새로 추가된 폴더에서 확인할수 있습니다.
- 이 invitation 을 통해 1-click 으로 application 을 add 할수 있지만, 그 링크 text 는 수정할수 없습니다.
ACC documentation page: http://developer.myspace.com/community/myspace/da4.aspx
Blogs: Invites! http://developer.myspace.com/Community/blogs/devteam/archive/2008/07/28/invite.aspx
사진을 붙이면 이렇게 활용할 수 있다는 재미난 예제..
MagShow: Super Slideshows MySpace Application

http://www.associatedcontent.com/article/844399/magshow_super_slideshows_myspace_application.html
In this tutorial I will show you how to install the MagShow app and how to use it. The MagShow app is an easy way to create slideshows on MySpace. This app is fairly easy to create. I will walk you step by step through this tutorial. The first step is to login to your MySpace account. So, go to your account page and login. Once you login, you should be on your account page. If you are not on your account page, click the Home link at the top of your profile page. Now you will be on your account page.
On your account page you will need to locate the Apps box. Then you will need to click the Get Apps link in the Apps box. Once you click that link, you will be carried to the category page for the apps. Click the Photo category link on that page. Then browse for the app called MagShow. You can also search for it by typing MagShow in the search box.
Once you have found the app, click the title of it. Then you will be carried to the installation page. On this page you will see the Add This App button. Click that button to begin the installation. Once you click that button a box will pop up and you will need to click the Add button to finish the installation.
On the next page you will see a box with tabs. On the right side of the box, you will see the Create Your Show tab. Click that tab to start creating your slideshow. The first step is to select what type of slideshow you want to create. You can create a regular slideshow with effects or you can create a zoom show. A zoom show allows you to zoom in on photos.
Then select the Preset Design that you want to use. Then in the next box you will need to select the album that you want to use for this slideshow. Select the album by clicking it. Then you will see all of the photos in the bottom window. You can drag the photos to rearrange them. Click the Next button to continue.
Now you can add music, skins, themes, and more to your slideshow. The page that you are on now will have different tabs at the top of the box. Click the tabs to add the different effects to your slideshow. Once you have added all of your effects, click the Finish button.
In this tutorial I will show you how to install the MagShow app and how to use it. The MagShow app is an easy way to create slideshows on MySpace. This app is fairly easy to create. I will walk you step by step through this tutorial. The first step is to login to your MySpace account. So, go to your account page and login. Once you login, you should be on your account page. If you are not on your account page, click the Home link at the top of your profile page. Now you will be on your account page.
On your account page you will need to locate the Apps box. Then you will need to click the Get Apps link in the Apps box. Once you click that link, you will be carried to the category page for the apps. Click the Photo category link on that page. Then browse for the app called MagShow. You can also search for it by typing MagShow in the search box.
Once you have found the app, click the title of it. Then you will be carried to the installation page. On this page you will see the Add This App button. Click that button to begin the installation. Once you click that button a box will pop up and you will need to click the Add button to finish the installation.
On the next page you will see a box with tabs. On the right side of the box, you will see the Create Your Show tab. Click that tab to start creating your slideshow. The first step is to select what type of slideshow you want to create. You can create a regular slideshow with effects or you can create a zoom show. A zoom show allows you to zoom in on photos.
Then select the Preset Design that you want to use. Then in the next box you will need to select the album that you want to use for this slideshow. Select the album by clicking it. Then you will see all of the photos in the bottom window. You can drag the photos to rearrange them. Click the Next button to continue.
Now you can add music, skins, themes, and more to your slideshow. The page that you are on now will have different tabs at the top of the box. Click the tabs to add the different effects to your slideshow. Once you have added all of your effects, click the Finish button.
[Facebook] Supporting Your Applications during the Profile Transition

Supporting Your Applications during the Profile Transition
Facebook Original Blog Link: http://developers.facebook.com/news.php?blog=1&story=130
New Design Platform Changes (Facebook Developers Wiki)http://wiki.developers.facebook.com/index.php/New_Design_Platform_Changes
이번주중에(7월 14~18일) 유저들의 선택에 따라서 새로운 프로파일 디자인을 선택하여 사용할수 있게할것이고, Preview Launch 이전에 어플리케이션을 업데이트 해야할것 같습니다. Preview Launch 후에 2주후 모든 유저에게 정식오픈할것입니다.
Profile transition 기간동안 점검해보아야 할 사항입니다.
----------------------------------------------------------------------------
- PHP Client: 새로운 profile 에 사용되는 php client 는 다음과 같습니다.
http://svn.facebook.com/svnroot/platform/clients/php/branches/redesign-changes/
- 사이트의 모든페이지에서 fb_sig_in_new_facebook parameter 를 이용하여 유저가 new profile 을 이용하는지 아닌지를 판단할수 있습니다.
- Feed Stories: 프리뷰 기간동안에는 API를 통해 submit된 모든 feed story 는 old, new 버전 profile 모두 나타납니다.
Old Feed API calls (feed.publishStoryToUser, feed.publishActionOfUser, and feed.publishTemplatizedAction)로 render된 Feed Story는 old profile 에는 예전처럼 나올것이고, new profile 에는 One-line feed story 로 나올것입니다.
New Feed API calls (feed.publishUserAction) 로 render된 feed story 는 new profile 에는 제대로 나올것이고 old profile 에는 one-line feed story 로 나올것입니다.
새 profile 이 정식오픈되고 나면 feed.publishUserAction 만 Feed story를 publish 할수 있습니다. 그러므로, 지금 자기 어플리케이션의 feed story templates 를 만들어 register 하고 테스트를 시작하기를 권유합니다.
- Change require_add --> require_login : preview 기간동안에는 require_add 는 old profile 에서만 작동될것입니다. 새로운 페이지에서 require_add 가 불려지면, 대신에 login.php로 redirect 될것입니다.
require_login로 대치하세욧! 이것을 사용하면 다른페이지로 redirect 되지 않고, 간단한 ajax authorization window 가 나올것입니다.. 후에 require_add 는 완전 없어질것입니다.- User Sessions: preview 기간동안에는 old profile 을 쓰는 유저에게는 계속 application 에 infinite sessions을 줄것인데 새로운 profile 을 쓰는 유저에게는 temporary sessions 을 줄것입니다. Temporary session은 24시간 / 혹은 유저가 로그아웃할때까지 지속됩니다. New profile 이 정식오픈되고나면 모든 어플리케이션에 temporary sessions을 줄것입니다.
Session keys의 변화와 infinite and active sessions 에 대한 자세한 내용은 여기로 Developers Wiki.- Accessing User Info: 유저가 너네 어플리케이션을 authorized 하면, session 이 없이도 그 유저에 대한 기본정보(이름, 타임존, 생일, 성…)를 가져올수 있습니다. 이정보의 사용에 있어서도 Facebook terms of service and developer terms of service 를 따라야 합니다. users.getInfo 와 특정 FQL queries를 사용하여 기본정보 이상의 정보를 얻으려면 이제 active sessions 을 require 합니다. 이것에 대한 자세한 안내는 나중에…
- API Calls: 많은 api call 에서 이제 session keys는 이제 optional 입니다. 계속 session key를 pass하고 있다면 무시될꺼에요. Session key 가 필요없는 call에 대해서는 삭제할것을 권유합니다.
- Notification: 새로운 프로파일에는 두가지 종류의 Notification 이 있습니다. : General, Announcement.
- General: require active user session(sending user’s active session) – same as today
- Announcement: 어플리케이션측에서 보내는 것. 어플리케이션은 한 주에 한유저당 7 announcement notifications를 보낼수 있고, 유저의 feedback 에 따라 변합니다.
- 이 변화를 고려하여 notification.send 에 새로운 type parameter (set to general or announcement : default: general) 를 추가하였습니다. - Change require_add --> require_login : preview 기간동안에는 require_add 는 old profile 에서만 작동될것입니다. 새로운 페이지에서 require_add 가 불려지면, 대신에 login.php로 redirect 될것입니다.
드뎌 Myspace 에 Spuper Slideshows 라는 application 을 publish 하였다.
까다로운 Myspace Guideline 으로 인해 ㅡㅡ; 너무 힘들었다. 우리팀원 분들이 고생이 많았슴..
현재 당당히 Recently Popular 1위에 등극해 있다니.. 놀랄 따름이며, 아직 이 시장이 무지 초기임을 실감하게 해주는 대목이 아닐 수 없다.
http://apps.myspace.com/Modules/AppGallery/Pages/index.aspx?fuseaction=apps.gallery&category=6&st=recentlypopular
앞으로 번창을 기원하며.. 화이팅..
Prev
Rss Feed
