Click here to Skip to main content
15,879,474 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
Hi,

I just want to integrate My wp8 app with face book. for that i am using

"ShareLinkTask" class. like below

ShareLinkTask shareLinkTask = new ShareLinkTask();
shareLinkTask.Title ="title";
shareLinkTask.LinkUri = new Uri(Image URL, UriKind.Absolute);
shareLinkTask.Message ="text message";
shareLinkTask.Show();

here the problem is i am able to share the particular image successfully in face book. but when we click the image then it will redirect to particular site only. but it is redirecting to image url only.

Q) How can we pass the ImageURL and SiteURL to face book using ShareLinkTask. or is there any other way to find the solution.?

please suggest us :(
Posted
Updated 2-Jul-13 23:11pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900