195 comments found.
can we customize plugin to access woocommerce users/customers?
yes, it’s possible. they are just users with customer role.
Could this be used to sync users with my external crm?
yes sure, it’s possible.
Hello our website veiculosclassicos.com.br is based on a theme (ad forest) that allows the management and sale of classic ads. My client needs to integrate it with an integrating system that allows the client to manage a single stock in his environment. One of the basic requirements of this system integrator is to have an API Rest or WebService. Do you believe it is possible to make this possible with your plugin, considering that we need to synchronize the characteristics of the vehicles such as categories, photos, descriptions, etc? How could I confirm this?
Thank you and I look forward.
plugin can get any WordPress data like posts or custom posts and taxonomies or custom taxonomies so if your theme uses standard WordPress data, you can read its data using our plugin.
Hi, I enabled access token but there is no Access_Token in response Already support ticket created but no answer
we replied on your support ticket.
thanks. just critical bug reported by another ticket
Is there a way to set up a custom endpoint like /api/custom_do_this instead of /api/custom_service/?service=custom_do_this ?
you can request your custom service by custom_service endpoint only.
Hello, Before buy i want to know that, I have a wordpress site and i want to login user from other platform in my wordpress site with their existing login to fill a form at my WordPress site. I have client id, client secret, redirect url.
I want when user login than the basic details of user comes automatically in form like name, department, email, roll no.
Is it possible in this? can i get a trial?
Thanks
it will be better if you just use WordPress functions for that purpose or you can use any of WP forms plugins like Ninja Forms.
Hello there,
We have just opened a ticket about uploading an image using the /upload_media service from mobile. We can not understand how to do it. Many thanks.
Best Regards, Yiannis
your support ticket is issued.
Hello there,
Regarding the previous ticket we have succesfully managed to use /upload_media service and upload images over mobile. But now we have another issue regarding SESSION_ID parametre. We have just opened a ticket. Please provide us with some help
your support ticket is issued. please follow up there only.
Hello before i buy it
i have flutter app working on it its default wordpress api json
while i use it i can see that data are not properly working and there is blank on that app and i can see that some of the categories of website not showing properly or not appears some time does this plugin suites to me ?
the app am using is
https://codecanyon.net/item/fluxnews-fluxnews-flutter-mobile-app-for-wordpress/24569377no, every API plugin needs special integration between mobile app and API endpoints.
Hello, before i buy i would like to know : 1- will it work with Custom Post Types by toolset 2- did i understand what it is about : (i want when someone post my post type “person” that the plugin updates my mailwizz autoresponder with new content) can it do that ?
Thanks so much !
1. Yes. Any custom post type.
2. Yes, plugin fires the new post trigger so it should mailwizz plugin gets this update.
Hello, I need to login my user from web application in wordpress with web api . Can this plugin do this work? Thanks
Yes sure, you can use login/signup end-points for that purpose.
Hi,
Your demo says following output while authorize url below.
{"respond":0,"paging":{"stillmore":0,"perpage":0,"callpage":0,"next":0,"previous":0,"pages":0,"result":0},"message":"You called unavailable service `authorize`","result":[]}
https://smartiolabs.com/demo/apikey/authorize/
https://smartiolabs.com/demo/apikey/access_token/
Can we use ” Login with Wordpress ” button to any clients to login via wordpress user and password ?
http://smartiolabs.com/demo/oauth/callback.php redirect to
http://smartiolabs.com/demo/api/authorize/?response_type=code&client_id
Which says page not found. Is this plugin working correctly?
In case access token authentication is enabled from the developer settings then you should send ACCESS_TOKEN parameter in the request BODY or HEADER and you can get the value of this parameter from the end-point request_token, signup, social or login after successful response with name Access_Token
In case oAuth2 authentication is enabled should send ACCESS_TOKEN parameter in the request BODY, HEADER or as bearer authorization like Authorization: Bearer ACCESS_TOKEN_VALUE_HERE and you can get the value of this parameter from the end-point request_token, signup, social or login after successful response with name Access_Token
{"respond":0,"paging":{"stillmore":0,"perpage":0,"callpage":0,"next":0,"previous":0,"pages":0,"result":0},"message":"Invalid oAuth 2.0 cardinalities","result":[]}
when we are using the following URL’s
http://smartiolabs.com/demo/oauth/callback.php
http://smartiolabs.com/demo/apikey/authorize/
http://smartiolabs.com/demo/apikey/access_token/
Is this problem with your demo ?
In case oAuth2 authentication is enabled should send ACCESS_TOKEN parameter in the request BODY, HEADER or as bearer authorization like Authorization: Bearer ACCESS_TOKEN_VALUE_HERE and you can get the value of this parameter from the end-point request_token, signup, social or login after you send scope parameter with the required access to end-points then get a successful response with the value of Access_Token
Hi, The plugin looks awesome. I would like to know the following:
Using the “Building Custom Service” feature, it would be possible to update any table of the wordpress db using the “Sql Query” Code Type??
I am using two plugins that created also two tables in the database: wp_likes and wp_favorites I would like to update those tables using the SMIO API.
Thanks in advanced. Im ready to buy 
yes sure, you can execute any SQL query on any tables of WordPress database but you should select code type not SQL so you can receive some parameters from the request or use any functions from WordPress.
hi,Befor i buy this plugin , can i use this in XML API Integration for my web site rental car and integrate with other supplier exemple rentalcars.com expedia ?
you can only export your data not import data from other APIs.
I need this to be compatible with Gravity Forms, Contact Forms 7, Ninja Forms and WP Forms. Is this already possible? What would it take to be able to send out data to external APai’s using your plugin? Also, does your plugin allow data to be both sent from WordPress and received into WordPress with minimal efforts?
unfortunately no, it’s not compatible with this plugins.
Are you available to help me build a plugin to transfer a single post and it’s contents to a secondary site? was thinking i could do it with this, but i believe you might have a much better solution.
I bought the plugin just to have it, i think it’s actually very useful for building alot of cool things with wordpress. I am very itnerested in hearing thoughts on my above comment, and if you were available to help me do something like. Thank you.
you need to install our plugin in both sites then use add new post and get posts endpoints to achieve that.
I installed plugin & when I enter https://www.domainname.com/api/ , I got below message. Please help… {respond token is invalid or expired”,result]}
we replied on your support ticket.
How do I use the oauth 2.0 provided by this plugin to authenticate and secure the default rest apis endpoints from WordPress in a third party application. Example: The WordPress endpoint looks like – /wp-json/v2/. If possible please point to me some documentation or the section of code in said plugin that does this functionality. Does this plugin have appropriate hook functionality to assist with doing the same?
It’s described in the documentation inside plugin, here’s a quote:
In case oAuth2 authentication is enabled should send ACCESS_TOKEN parameter in the request BODY, HEADER or as bearer authorization like Authorization: Bearer ACCESS_TOKEN_VALUE_HERE and you can get the value of this parameter from the end-point request_token, signup, social or login after successful response with name Access_Token
I bought this plugin awhile back when it first came out and never got around to using it, in fact I wasn’t sure if I can use it at the time. Can you tell me if I can use this plugin to make private posts on one WP installation and send the posts to another WP installation to make the same post but public?
yes, you can by installing the plugin in both WP installations and you can choose the post type private or public.
Hi, i might have a basic question. We are looking to give our mobile developer access to services from wordpress to build our App. Wordpress by default provides a REST API, can you please explain how your plugins functionality is different/ more comprehensive ? to help us understand. thanks
It provides more control in which data you want to share with your clients and it’s very easy on developers to understand and use.
Can I update a custom post type, and use oauth? Can I also create a custom function for updating the data? Can you provide an example? Thanks
http://smartiolabs.com/demo/api/updatepost/?id=1&subject=&content=categoryid=&taxonomy=
complete reference here
https://smartiolabs.com/product/wordpress-api-complete-solution/documentation#api-full-documentation
also you can create custom services using queries or writing PHP code.