i think it helps you

On Wed, Oct 28, 2009 at 9:51 AM, chand1234 <chandrika.mull...@gmail.com>wrote:

>
> Hi,
> Please provide me code for showing friendlist of orkut in my
> application by giving friends initial , by getting the selected
> friends ids I want to send updates to my selected friends.Just like
> "Ask friends" application has used ,I want to use the friends list
> input box for individual friend.Pls help me with the sample code.
>
> rgds
> Chandrika
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

<?xml version="1.0" encoding="UTF-8" ?> 
<Module>
  <ModulePrefs title="Friend List" >
	<Require feature="opensocial-0.7" />
  </ModulePrefs>
  <Content type="html">
     <![CDATA[
 	 <script src="http://localhost/friend.js"; ></script>
     <script>	
       gadgets.util.registerOnLoadHandler(init);
     </script>
     <div id='main'>
       My Friends:
       <div id='friends'></div>
     </div>
     ]]>
  </Content> 
</Module>

Attachment: friend1.js
Description: JavaScript source

Reply via email to