Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
[Object, "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABn8A…AAAECBAgQIECAAAECpQT+BfU1qcHgIH6iAAAAAElFTkSuQmCC"]



how to get image link from the above object so i need it to pass it to the facebook js code


C#
FB.ui(
 {
 method: 'feed',
 name: 'DebugmodeEventPlans',
 link: 'http:localhost:1461/ShareonFB.html',
 picture:need to pass it here,
 caption: 'hey how is my Application ? tell me dude',
 description: 'hey how is my Application ?',
 message: ''
 });
Posted

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