As you know, the most popular social networks in the world allow writing special applications for themselves. One striking example is Facebook, which has its own markup, data access, and so on. It was interesting for me to write a web application in Silverlight, and for Facebook there are special projects for this - for example, the Facebook Toolkit and Facebook.NET .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .
<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .<?xml version= "1.0" encoding= "windows-1251" ?> <Module> <ModulePrefs title= "test - Twitter" description= " Silverster" height= "451" thumbnail= "http://content.foto.mail.ru/mail/mixen/_myapps/i-7.jpg" author= "YourName" author_email= "YourMail@mail.ru" > <Require feature= "opensocial-0.7" /> </ModulePrefs> <Content type= "html" view= "profile" ><![CDATA[ <html> <head> <meta http-equiv=content-type content= "text/html; charset=windows-1251" > </head> <body> <b><div id= "myname" style= "font-family: Arial, Helvetica, sans-serif;" ></div></b> < object data= "data:application/x-silverlight," type= "application/x-silverlight-2" width= "100%" height= "100%" > <param name= "source" value= "http://www.silverlightshow.net/twitter/ClientBin/Silvester.xap" /> <param name= "enableHtmlAccess" value= "true" /> <param name= "onerror" value= "onSilverlightError" /> <param name= "background" value= "white" /> <param name= "initParams" value= "twitterUser=mixen" /> <a href= "http://go.microsoft.com/fwlink/?LinkID=124807" style= "text-decoration: none;" > <img src= "http://go.microsoft.com/fwlink/?LinkId=108181" alt= "Get Microsoft Silverlight" style= "border-style: none" /> </a> </ object > <script type= "text/javascript" > var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest( 'VIEWER' ), 'viewer' ); req.send(load); function load(dataResponse) { var viewer = dataResponse.get( "viewer" ).getData(); document .getElementById( 'myname' ).innerHTML = viewer.getDisplayName(); } </script> </body> </html> ]]></Content> </Module> * This source code was highlighted with Source Code Highlighter .
Source: https://habr.com/ru/post/52695/
All Articles