fb.feed image is not displaying in post

all is working well, except the image does not display in fb.
question: what to do?
or is there a better url repository for my app icon?

FB.Feed(
linkCaption: "I created " + DataControlScript.dcs.savedScore.ToString() + ",
    picture: "imageshack.us/photo/my-images/904/744a36.pngg",
linkName: "Checkout my High Score!",
    link: "http://apps.facebook.com/"+ FB.AppId+"/?challenge_brag="+(FB.IsLoggedIn? FB.UserId:"guest")
					);

Frstlly when i copy your image url and paste it into browser I get nothing. Maybe probably there is two “g” in “pngg”, also copy entire link with http :).

As for the second part rather sign up for free hosting and put your pic on that ftp, imageshack might remove the file at some point.

edit// OK there is one g too much. Otherwise I can download your pic on the disc but direct link suggested by imageshack is not working http://img904.imageshack.us/img904/7199/744a36.png

Consider another solution, once the direct link will work via copy paste, it will also work on Play store feed.