Hi Everyone, I need help about the connecting to facebook via api or like that. I have community users, and they trusting to my application (just a idea) and they gave me their facebook, friendfeeds, twitter username and passwords.
Then i need to send status update to these social networks via their apis. I found twitter and some social networks connection via api programmatically and they working on my project, but facebook isn't.
Facebook api talking about the facebook connect and it need to httpcookies for authenticating and authorizating the users. But my application's messaging layer working on the middle layer of the my application. So, i have tried to find some solution for connecting to facebook programmatically for per user requests, i didn't anything.
Can someone tell me please, how can do that ? Also, is there any api or any example code available over the internet for connect to facebook with username and password without API key or SecretKey and so on..
Thank you