How to integrate Facebook chat into php website or application - facebook-graph-api

I want to know about, how to integrate facebook chat into my application,
i did a lot of R&D and read and implement a lot of example but didn't work.
so please if you have a sure shot idea or application or anything that make it happen please reply on it..
Thanks in Advance..

You may want to look at the live stream plugin:
http://developers.facebook.com/docs/reference/plugins/live-stream/

Related

Facebook Graph API: getting started

Can someone explain to me how to start using the Facebook Graph API efficient? The thing is i created a new app at https://developers.facebook.com/apps but then i got so many questions:
-Do i really need to provide a privacy policy and a terms and conditions URL at this moment? I mean the app is hardly in development.
-Is the app review really that strict? For every permission i ask, i must provide a video to my app using that?
Thanks in advance.

How to create API in WSO2 using Eclipse Java EE

I am really new in services and mainly in WSO2 and i am having some little problems to finish the tutorial of the link: 'https://docs.wso2.com/display/EI611/Sending+a+Simple+Message+to+a+Service'.
I need of this tutorial to learn about the use of the tool and because of my boss asked me for.
My problem is, i was able to create the server, i had to create locally, but stopped in the part: 'Sending requests to WSO2 EI', in the item 3, my API simply don't appears. I already tried to restart the server and review the tutorial, but every-time i brake in this part.
I really need help and really want learn. If anyone could help me, i would stay very grateful. Thank you everyone
PS: Remembering that i haven't use any code to come where i come, just tried for the way that the tutorial taught.
I was able to solve my problem. The reason I had this problem was because I wasn't packaging the artifacts correctly. Once I learned how to package the artifacts, the API showed just right.

Implementing Chat with us functionality in my Ruby on Rails website

I want to implement chat with functionality for my website. Not chat application which allows chatting among the users. User can chat to the website only. Exactly like Amcat livechat. How do I achieve this? Any suggestions please. I have googled a lot. But got only ideas and tutorials for chat application only.
Your best bet is probably to find an off-the-shelf solution that provides some kind of widget that you drop in to your site. Building this kind of thing yourself is usually a bad idea.

Silver Light Chat

I want to build a chat system in Silver Light(Video, Audio both).Though I have experience of Asp.Net in C# using Sql Server. Since I am new to Silver Light, so I need some basic guidance related to it. Some good references , Latest version of Silver Light , or anything that may be helpful for me.
I want to integrate this chat in my Asp.Net Web Application. Should I create a new Silver Light Application in the existing solution. Read different articles, have a confusion that using WCF is neccessary ?
I need to accomplish the following :
Text chat, video calling , voice calling, saving chat , popup on user request, blocking a user, group chat.
Any help would be appreciated.
Thanks in advance.
If you want to do a chat application, signalR is your best friend. Here is an article to get you started http://www.codeproject.com/Articles/619376/SignalR-with-Silverlight

Regarding codes gluing django and facebook

I'm building a website using django and planning to connect it with facebook. I googled and found so many codes to do the job but don't know which one is good for me. I need facebook connect and new graph api support. Could anyone share me some experiences with codes below and advise me which one is good for me? (with some tips if possbible)
github.com/benbinary/django-facebookconnect
github.com/dickeytk/django_facebook_oauth
github.com/digvan/django_facebook_oauth
github.com/facebook/python-sdk
github.com/flashingpumpkin/django-socialregistration
github.com/ryanmark/django-facebookconnect
github.com/tschellenbach/Django-facebook
I would really appreciate it.
http://github.com/facebook/python-sdk is official Facebook Graph SDK from Facebook. So it's good for fetching/puting data from Facebook. It's doing it well, so you don't have to search for alternative.
Authentication is bit more problem. I was searching for library witch will match my needs, but not found it. So I wrote bit off code myself.
see also:
http://developers.facebook.com/docs/authentication/
http://developers.facebook.com/docs/api
http://developers.facebook.com/docs/reference/javascript/