Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello,

I'm using a Facebook API on our website and get and post wall create event but I'm not able to auto login when login on my website then its automatically login on Facebook.

Any help is greatly appreciated.


Regards,

Ravi
Posted
Updated 29-Sep-11 23:21pm
v4
Comments
Mehdi Gholam 30-Sep-11 3:23am    
edited : FB = facebook
Slacker007 30-Sep-11 5:22am    
Edit: readability and some spelling.
CodingLover 30-Sep-11 7:29am    
You mean that you want to automatically log into Facebook, once someone log into your site?
Ed Nutting 30-Sep-11 13:57pm    
If you're using the API, the user shouldn't even need to log in to Facebook - just get the offline_access permission. I've dealt with the Facebook API myself recently, this will solve your problem. Get the permission then just pass your access token and API Key to Facebook, it should let you have what you want without the user having to be logged in to Facebook (provided you requested relevant other permission to start with the offline_access permission!)
bbirajdar 15-Oct-11 13:46pm    
I suggest the author to put commas, full -stops and grammar corrections in his description

1 solution

use facebook Developer. you can find it on facebook Site
 
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