package com.guru.facebook.feed 
{
	import com.guru.conn.ConnPath;
	import com.guru.facebook.feed.base.FeedBase;
	/**
	 * ...
	 * @author Eddy Lee
	 */
	public class WelcomeFeed extends FeedBase
	{
		
		public function WelcomeFeed() 
		{
			mMessage_str = "";
			mName_str = "Whisper「一秒」送你頭等夢想之旅";
			mHref_str = ConnPath.getAppPrefix();
			mCaption_str = "快啲click入「一秒體驗」，有趣有夢兼有賞！";
			mDescription_str = "我要贏頭等機票去日本！";
			mImage_str = ConnPath.getImagePrefix() + "whisper-fb_90x90.jpg";
			
			//this.addProperties("name", "content 2");
			//this.addProperties("rating", "6 stars");
			//this.addProperties("others", "yahoo", "http://www.yahoo.com.hk");
		}
		
	}

}