IVR support on facebook messenger - facebook

I am working on facebook bot. Is IVR or TTS possible on messenger through bot by using any API or other things?
I searched for it but was unable to find anything.
Thanks in advance.

It is possible, you can check example project for details:
https://github.com/hungtraan/FacebookBot

Related

Integrate FB Chat in website

I just saw someone implemented FB chat bubble in https://www.focusasia.xyz/. I tried searching for the documentation in FB on how to do it, but I got nothing.
Do you guys have any idea on how to do it? Or is it using some unofficial plugin?
Thanks in advance.
They're actually using https://www.modernapp.co/, it's a paid service

AS3 FacebookMobile apprequest

I have this adobe air project using Facebook application, and I used to send feed to friends walls sharing this application, then Facebook disabled this feature of posting on your friend's wall via Facebook graph, so I need now to send application request using "FacebookMobile" library.
Any help, greatly appreciated.
Thanks
I was too urgent to fix that issue, haven't found any solution on flex regarding the issue, so I created a native extension on iOS concerning Facebook and used it in my project , so now I can open a view with application requests plus defining the users to send to.
Thanks

IOS linkedin integration (Send Connection Request, Search People)

I'm using the linkedin OAuth sdk.
I have the oauth functionality working and my iPhone App is able to successfully logged in to LinkedIn.
i want to implement these two things.
I want to search people using the JSON protocol.
I want to send connection request people which i got from search.
Please provide me assistance asap. suggest me Sample codes if any.
thanks in advance.
I couldn't offer you specific answer for your question, but you should check on this open-source project.
LinkedIn Share for iOS

Facebook api for facebook integration of a GWT application?

I need to integrate facebook in my playN game(gwt). The user should be able to login to facebook and get the friendlist, online presence and so on.
Can any on please suggest some of the facebook apis for this?
Thanks In Advance.
You might want to consider using socialauth in your GWT backend code. I currently use this for G+ and Facebook integration server side.

Facebook sharing in a J2ME application? Is there any facebook API for J2ME?

I need to share a text in Facebook from my J2ME app. Is there any Facebook API available for J2ME?
Hi there are some approaches in below link
http://j2megroup.blogspot.com/2011/06/facebook-api-me-10-tutorial.html
But we preferred to do it another way. We have written some services(helpers) which connects to Facebook over php sdk. And we have used our simplified services. But this might require to have an application in Facebook side.
There are no free libraries to do this. You can use Facebook APIs to do this.