Click here to Skip to main content
15,897,968 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i m working on Facebook application,using c# .net.its a web application.
i want to login in Facebook through HttpWebrequest.i want to Login from my own site to facebook.
please reply
thanks
Posted
Updated 6-Aug-10 1:20am
v2

Hi take a look at this link
Facebook SDK Overview
 
Share this answer
 
Comments
nid4may 6-Aug-10 7:34am    
hithanks for reply....but it is facebook sdk which provide facebook dlls....
i want to login in facebook without using facebook login page..
Kim Togo 6-Aug-10 7:43am    
My guess is. You have a ASP.NET web page, and from this ASP.NET you what to update your own Facebook activity?
nid4may 14-Aug-10 8:50am    
hi
i m using Facebook API for retrieving data from my account.i don't want to login with fb:login button which is provided by API.I want my own page to login i.e. ASP.NET web page.
Kim Togo 16-Aug-10 2:57am    
Okay. Then I cannot help you. Hope you find a solution.
You are searching in the wrong direction. NO USER WILL EVER ENTER HIS FACEBOOK CREDENTIALS ON ANY SITE OTHER THAN FACEBOOK.

secondly, when facebook team finds that your site is asking for facebook credentials ( the FB team reviews your website before approving your app), then it will block your application id.

There is no way to pass the facebook credentials 'internally' to the facebook API.

The only way is that facebook allows to third party sites to provide access to users data is by making the user login into the facebook ( with SSL) and then gives a unique access token which can then be used with every request to facebook.

See more here http://facebooksdk.blogspot.com/
 
Share this answer
 
Comments
Simon Bang Terkildsen 15-Oct-11 14:47pm    
NO USER WILL EVER ENTER HIS FACEBOOK CREDENTIALS ON ANY SITE OTHER THAN FACEBOOK.
Not true, a lot would do that I'm sure
bbirajdar 15-Oct-11 14:51pm    
Simon.. Will you do it?
Simon Bang Terkildsen 20-Oct-11 5:59am    
No, but most users (like most of the facebook users) doesn't really know anything about computers, the internet and especially not security.

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