How to add video as a response in IBM watson assistant in 30 days trial version of ibm watson? - chatbot

I am creating a chatbot for my application. I want to show video as response to particular question. I am using 30 days trial version of ibm watson.

You can do this only with iframe tag. Please check out this answer for a similar question.

Related

Azure Media Services Flutter Video play issue

My Question already asked by someone but did not answered can someone help me with this
Here is the link :
Azure Media Services Flutter
I got same issue while try to play this URL.
https://amssamples.streaming.mediaservices.windows.net/3b970ae0-39d5-44bd-b3a3-3136143d6435/AzureMediaServicesPromo.ism/manifest
Newest
After tested, I believe it's flutter's problem.It is recommended to submit an issue on github and let the official fix it.
It has nothing to do with azure media services.
You can concatenate (format=m3u8-aapl-v3) at the end of the URL, can play this url with any video player.
Helpful posts
1. How to integrate Azure media player in android
2. How to run azure media player on android

Basecamp API integration in ios

I need to implement Basecamp API for iphone app. I searched on google and got a Git hub link: https://github.com/37signals/bcx-api
It say that the API is rest based but I am not able to understand how to call this api. I also not able to figure out how to get Login using this API. This api contains .md files.
Please any one can help me how to call this API in iOS sdk?
Thanks
See that - https://github.com/ScottPetit/BasecampKit. I didn't try it but it's only one realization where you're not obliged to mess directly with basecamp api.
Some time ago I started to do some bascamp integration in my app but don't found any sinple solution
and decided to make own basecamp ios sdk. I'll share it on github when it will be done.

twitter integration in phonegap ios

i have developed a twitter integration page in xcode using phonegap.... i followed a instruction given in this site
http://oodlestechnologies.com/blogs/Twitter-integration-on-PhoneGap-using-ChildBrowser-and-OAuth-for-iOS-and-Android-Platforms
and i set all the twitter plugin.js, plugin.m,plugin.h, and i build the twitterframe work a b i dint get any output.... kindly somebody help me to solve... thanks in advance
It looks like that article you reference was written in Oct of 2012 and uses v1 of the twitter API. Recently Twitter has retired v1 of their API. So you would have to either find a different tutorial that uses the newest API or try and debug that old code to make it work with the new API.

Problems with integrating Millennial Media with Admob Mediation

I'm currently trying to integrate Millennial Media with Admob Mediation so I can display its interstitial ads on my iPhone app. Everything is working OK and I'm able to display the test ad (my app hasn't been approved yet), but when I close an ad, interstitialDidDismissScreen is not being triggered. I know that I've implemented the delegate correctly and it works with other ad networks so I know the problem is not on my end. Does anyone know how to fix this?
I was hesitating on responding until I got a definite ETA on the adapter fix. We're posting updated adapters this afternoon, so check the download page two hours after the time-stamp on this post.
If this is an urgent request, put in a request on the support page and I can send you the updated adapter library that way, too. Thanks!
I contacted Millennial Media support, and the guy told me this was a known bug that they're currently trying to fix and will have an updated adapter sometime early next week (I'll update my answer when it's available).

Facebook App-Application is misconfigured for Facebook integration

I am developing iphone app which shares photos on social networks.For photo sharing I am using "Sharekit".I have created Facebook App and using its api key and secrete.(used correct api key and secret.).
When I try to share image with this app(even simple text),the following error comes.(even the facebook login popup doesn't appear.)
"Sorry,the application you are using misconfigured for Facebook integration.Please download the newest version of the application"
I would have uploaded snap shot but as a new user Stack overflow is not allowing to upload image..Any help will be appreciated.
Thanks.
apparently this problem was faced by me too.
Since i was using their old API methods..
it is really tough to find the cause now..
Although i have not used ShareKit..i believe it is also using the older methods.
I solved the problem by using their official tutorial on Facebook iOS integration
I noticed that the version of sharekit i am using 0.2.1 is pretty outdated one. The project was moved to github and the latest version 2.0 can be found here. The home site is outdated with version 0.2.1 so follow the github link for latest update.
You might want to take a look at Socialize: http://www.GetSocialize.com, which uses the newer methods. Full feature list at http://go.GetSocialize.com/features
Good luck!
DROdio