Click here to Skip to main content
15,885,885 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

Can u Help Me,I have created a facebook application And I Want post some text And Image on user wall on button click "post to wall".I readed all related artical about post to wall on google but i am not understand how is possible in asp.net in VB or C#.:confused:
Posted
Comments
Sandesh M Patil 5-Jan-11 7:52am    
You create a facebook like application how you are not able to implement post to wall fuctionality. Anyway use gridview control just a hint

I searched on Google[^], and the there are articles on first page which looks promising.

Go ahead, start writing code and come back when you are stuck at some place.
People here will definitely help you.
 
Share this answer
 
you can post information on wall using below facebook api function

Master.API.stream.publish("Publish From my Custom Application")


above post will publish on your wall

there is another overloaded method which publish on specific user's wall
 
Share this answer
 

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