Link to home
Start Free TrialLog in
Avatar of johnmc33
johnmc33Flag for United States of America

asked on

Login to facebook automatically through API

I am developing a facebook app (c#asp.net)which will automatically post on to users wall. To do this the user must give my app permission to post. Once this is done, my app can post to the user using a unique session and secret key to that user.

Is there anyway to automatically login to facebook (silent login)using their username & password, and then retrieve their session key, secret key and userid?
ASKER CERTIFIED SOLUTION
Avatar of jeebukarthikeyan
jeebukarthikeyan
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of johnmc33

ASKER

Is there anyway to do this without using the Facebook Developer Toolkit?