package com.guru.facebook.feed 
{
	import com.guru.conn.ConnPath;
	import com.guru.facebook.feed.base.FeedBase;
	/**
	 * ...
	 * @author Eddy Lee
	 */
	public class SendCollectionToFriendFeed extends FeedBase
	{
		
		public function SendCollectionToFriendFeed(pFromName_str:String, pToName_str:String)
		{
			mMessage_str = pFromName_str + "親手縫咗份禮物送俾" + pToName_str + "，so warm！";
			mName_str = "你都想擁有自家縫紉聖誕手作？ 快啲入嚟！";
			mNameHref_str = ConnPath.getAppPrefix();			
			mCaption_str = "即玩「自家製‧I Gift You」，仲有機會贏取「家用縫紉機」！";
			mDescription_str = "";
			mImage_str = ConnPath.getImagePrefix() + "brother4-90x90B.jpg";
			mImageHref_str = ConnPath.getAppPrefix();
			
			//this.addProperties("name", "content 2");
			//this.addProperties("rating", "6 stars");
			//this.addProperties("others", "yahoo", "http://www.yahoo.com.hk");
		}
	}

}