Facebook chat using X-Facebook platform
I'd like to implement a jabber client to co开发者_运维百科nnect to facebook but taking advantage of facebook connect using C# I tried to do it like the code on facebook which is written in python (http://wiki.developers.facebook.com/index.php/Integrating_with_Facebook_Chat) but always gets not-authorized reply . Any suggestions??
You might want to see the core implementation inside Jaxl library... It's written in PHP, but you should be replicate the exact steps for yourself in C#.... Hope it works for you... http://github.com/abhinavsingh/JAXL
精彩评论