Cannot connect Magento 2.x with zapier - zapier

I tried to connect my magento 2.2 site with zapier, but it shows error. Do I need to change any settings in admin to connect with zapier? Any help will be appreciated.

Related

How to integrate Bitbucket Server login in Rails application

In our Ruby on Rails 6 Application, I want to integrate the Bitbucket Server login (login with bitbucket(cloud) is different from bitbucket server).
We have login with Bitbucket, which works for Bitbucket cloud users but not for Bitbucket server users.
I also searched over internet but I didn't found any reference or documentation for the same.
Can anyone help me on this, maybe some reference or any idea
Thanks

I can't access the demo accounts provided on the thingsboard website

I completed the set up for thingsboard using Installing Thingsboard on Windows (https://thingsboard.io/docs/user-guide/install/windows/) everything has started to function. But I cant access the demo accounts.
It is continously showing Authentication Failed.
If I try any of the credentials except sysadmin(https://thingsboard.io/docs/samples/demo-account/).
Did you install the demo data as described in the installation guide ?
The demo accounts will only exist if the demo data was installed.

Facing issue to set up Twitter Access on Watson

I am trying to setup Twitter Access on Watson.
I tried following the steps provided in the below link.
https://console.ng.bluemix.net/docs/services/Twitter/index.html#insights_twitter_overview
I am unable to proceed with Step1 - "Navigate to your application overview page". Where can find the application overview page?
Could you please help me out?
Thanks,
Rohit
The Insights for Twitter service in the above link is available in IBM Bluemix: https://console.ng.bluemix.net
If you have a Bluemix account and created an application, you can add the service instance.

Access Not Configured for Google OAUTH Login

I am building a wordpress woocommerce site and am trying to get the users to login using G+.
Everything was going just fine till I changed the plugin I was using and added new redirect URLs to the OAUTH 2.0 Client ID.
Now the users get the error:
Access Not Configured. Google+ API has not been used in project
1033299751186 before or it is disabled. Enable it by visiting
https://console.developers.google.com/apis/api/plus/overview?project=1033299751186
then retry. If you enabled this API recently, wait a few minutes for
the action to propagate to our systems and retry. Please notify about
this error to the Site Admin.
Any help would be appreciated.
Thanks
You need to go to google developer console as it says under the project 1033299751186 and enable the Google+ api.
Your project needs to have each of the different APIs enabled that it needs to access.
Look for API manager -> Enable APIs (its a tab at the top)

rails 3: Integrating QBO and QBD in rails 3.2 app

I want to integrate QBO and QBD in my rails 3.2 application that I am developing. Please help me how to integrate QBO and QBD API in my web application. I have tried http://developer.intuit.com and created application there. I have a consumer key and consumer secret also. Now i want to integrate these key to my web application how to do this? Any nice resources or gem...please help me!
Please refer:
https://developer.intuit.com/docs/0025_quickbooksapi/0010_getting_started
There are sample apps also available for .net and java. You can refer them for implementing the same logic in your application.
You can download sample apps from the GITHUB-
https://github.com/IntuitDeveloperRelations/IPP_Sample_Code
Set your keys in web.config and debug it for more information.
Steps to be followed:
1)Get the opened information for the user using SignIn with Intuit.
2) Then implement Connect to QuickBooks on your home page and redirect to your call back url. Create oauth session and redirect to OAUTH grant url.
3) On the OAUTh grant url page, call AUthorize url - https://workplace.intuit.com/Connect/Begin
4) You will then have the realm id and open id info. The Blue Dot menu will then load.
I published a two-part tutorial on getting started with QuickBooks integration inside of a Rails app using the Quickeeboks gem.
Update: I just added some more tutorials and screencasts demonstrating integrating a Rails app with the new version 3 QuickBooks API. The previously mentioned tutorial covers the version 2 API.
I am using quickeebook gem for quickbook integration. It supports lots of features but Quickbook::Online::Job model is not supported in quickeebook gem. Thats why I am searching for some alternatives.
For learning about quickeebook gem, follow : https://github.com/ruckus/quickeebooks
really nice place to integrate quickbook in rails 3 application

Resources