package com.guru.facebook.feed 
{
	import com.guru.conn.ConnPath;
	import com.guru.facebook.FacebookDataBridge;
	import com.guru.facebook.feed.base.FeedBase;
	/**
	 * ...
	 * @author Eddy Lee
	 */
	public class AfterGameFeed extends FeedBase
	{
		
		public function AfterGameFeed() 
		{
			mMessage_str = FacebookDataBridge.getLoggerName() + "喺「自家製‧I Gift You」達到[ranking]級數！";
			mName_str = "想挑戰佢嘅縫紉技術，兼贏取「家用縫紉機」？";
			mNameHref_str = ConnPath.getAppPrefix();			
			mCaption_str = "即刻click入，縫製聖誕手作啦！";
			mDescription_str = "";
			mImage_str = ConnPath.getImagePrefix() + "brother4-90x90.jpg";
			mImageHref_str = ConnPath.getAppPrefix();
			
			//this.addProperties("name", "content 2");
			//this.addProperties("rating", "6 stars");
			//this.addProperties("others", "yahoo", "http://www.yahoo.com.hk");
		}
	}

}