Click here to Skip to main content
15,878,959 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,
I have created Desktop application. in this app. having option to post the Data to the Facebook using Facebook Api. i have created Facebook application also. now i have ID, Secrate and Client Token using this how can i post the data into Facebook using Desktop Application. Please can anyone suggest me on this......

Thanks in Advance,
Mohan G
Posted
Updated 27-Aug-14 3:27am
v3

1 solution

Hi,

Great articles on Facebook SDK : http://codesamplez.com/facebook-c-sharp-api-tutorials[^]
 
Share this answer
 
v2
Comments
Mohan Gopi 25-Aug-14 2:15am    
Hi Suvabrata,
Thanks for your reply. i want some c sharp code example to do that in desktop applications using Oauth.
Suvabrata Roy 25-Aug-14 2:37am    
Go through this link :http://www.codeproject.com/Articles/380635/Csharp-Application-Integration-with-Facebook-Twitt

Mohan Gopi 25-Aug-14 5:15am    
Hi Suvabrata,
Thanks for your reply. i already go through that link but i am not getting exactly. is there any way to do this in desktop application samples. if u have anything please provide me.
Suvabrata Roy 25-Aug-14 5:45am    
How to Call OAuth from Desktop app : http://stackoverflow.com/questions/4002847/oauth-with-verification-in-net

Its just a JSON Based web request which you can easily create by HttpWebRequest.

Mohan Gopi 25-Aug-14 9:28am    
can u provide me the sample code. i want to post data into facebook timeline using user credential in desktop application.

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