Has Dailymotion a Sandbox environment? - dailymotion-api

I was looking for this information but I did not find any.
Does Dailymotion provide a Sandbox platform while I am developing the site that uses the API's?
Thanks
Jaime

There is no specific Dailymotion Sandbox environment, you can directly use https://www.dailymotion.com and https://api.dailymotion.com endpoints while you are developing. You can create a separate test account and if you need advanced API features on your test account, please contact our support.

Related

Signing Locally

Is it possible to integrate the DocuSign sdk in such a way so that the signing can be done completely in local environment where there is no internet connection that is without sending the document to DocuSign through API and storing the signed documents to local directly? I don't want to send the documents to be signed to the DocuSign cloud through API. If yes can anyone please share code example or helpful link?
DocuSign has an appliance - DSA. The appliance can be bought, installed, configured by you. You would have to first do all of that before you can make any API call without internet.
More information on the appliance and how you can try it out is here - https://developers.docusign.com/dsa-api
If your concern is that DocuSign might be able to see your documents, you can use the DocuSign Security appliance. That way your company has the encryption keys used with your documents.
If you don't want your documents to leave your building, use the DSA as Inbar mentions.

DEVELOPER_TOKEN_NOT_APPROVED Adwords

Good day guys,
Please, I am working on a project that requires setting up Google Adwords account in order to use the API. I am using the Python Client Library. I am getting a DEVELOPER_TOKEN_NOT_APPROVED error when I run my test application.
After a lot of research on the issue, I figured maybe I didn't set up the production and test accounts properly which I am still struggling with. I really hope you can put me through the process as I am running against time.
Looking forward to your help
Thank you very much.
You need Developer Token from production account, but until approval is pending you need authorize API call only for test AdWords account. You need two different Google accounts. You must get Refresh Token after login to your another Google account for testing purpose.
More info: https://developers.google.com/adwords/api/docs/guides/accounts-overview#test_accounts

How to use Luis.ai Auth Settings

Can anyone provide a URL or tutorial to the help with setting up the Auth Settings tab in Luis.ai?  I am building a tool that allows anyone without coding experience to create a Chat Bot exclusively based on Luis.ai and it's Cognitive Services API.  I could ask users to provide their app id and subscription id; but I would rather have an Oauth login so they wouldn't have to share those keys with my service. 
I asked Microsoft through there support over a week ago, and no response. I am just trying to understand if Oauth configuration is possible and how?   Any insight would be much appreciated.
Spoke with Microsoft and currently the ability to Share the service without divulging the subscription key is not available; however if you visit this Microsoft URL and vote for the feature, they will consider it.
https://cognitive.uservoice.com/forums/551524-luis/suggestions/15365835-sharing-luis-applications
It is currently under review for implementation.

Integration of PayTm payment in iOS

Could anyone please tell me how can I implement payTm payment gateway in my iOS app. Searched a lot in internet but couldn't get any result. Not sure whether they provide any SDK or API to use.
I was searching for payment gateways which are mainly focussed in India. found One97's Paytm Payments but not sure how to implement this in iOS app.
Could any one please help me.
Paytm has SDK for both iOS and Android platform. It is integrated already on few merchants. Write to us at pgsales#paytm.com and we will send you SDK and Integration document along with test credentials.
PayTM is only for Private Ltd. companies. Unlike PayPal(unfortunately not in India), which provides access to there SDK for developers as well.
If you want to integrate PayTM, you would have to contact them and they will give you a list of things (which includes: DIN number, company name, PAN.. etc) which you should have before getting the SDK access.
This to me is pretty outdated thing. PayTM should provide access to developers to at least test their platform. Sandbox account is something developers can test their app before going live they can definitely request for all the needed details. In that sense, PayPal integration is way way better.
#Prerna Kalra Please let your team know that developers want to test their integration before going into all the official details.
To integrate with Paytm payments, you would require an SDK that they provide for the same. You need to get in touch with the Paytm's integration team for the SDK.
I'm pretty sure a lot of people are asking this and Paytm is not really ready to make its own documentation. The only way I know of is to download their sdk and contact their customer care with your query about integration. And await their response for installation queries.

Tutorial for Payway to integrate in iPhone app?

I want to use PayWay e-com to do transaction from my app.Since I am new to this technology, I am not sure where to start and how to integrate it in my iPhone app which has php backend.
Can anyone please suggest some good Tutorial to start with this? I found there are two ways to use it in our app.
1.PayWay Net
2.PayWay API
I want to work with 2nd one ie.,PayWay API. Please suggest some good reference which will be useful in integrating to ios app.
Thank You.
You can get a free test facility by contacting PayWay technical helpdesk. This will give you an access to the system to download sample code and the software you need.
You have tagged your issue PayPal. PayPal is only supported through PayWay Net, and not PayWay API.
To use PayWay Net you redirect the cardholder's browser to the PayWay website. With PayWay API, your system talks directly to the PayWay server. The advantage of PayWay Net is that your systems do not need to process credit card numbers and pass PCI-DSS. The advantage of PayWay API is that you can build a more seamless integration and handle situations where the cardholder can not be presented with a web browser.
(Disclaimer: I work for Westpac).

Resources