javascript - integrating facebook chat using graph api -


i have been asked integrate facebook chat in application using javascript. went through chat api needs domain url. have integrate chat without domain or site url. tried populating online friends list through graph api, , able authenticate using client flow example, not redirect local host: http://localhost:8090/chatplugin/success.html. error pops telling me resource not found.

is possible integrate fb chat using graph api? i'm new fb apis , need more info.

thanks:)

short answer: no.

longer answer: graph api lets access information stored in facebook's social graph; social graph giant web keeps information on people, events, messages, etc. chat isn't part of graph, it's separate application, uses info graph populate it.

while there may other ways sneak around (which don't know), graph api doesn't provide need.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -