REST API and XML-RPC
-
Good days!
Can I use this plugin from REST api or XML-RPC ??
very need this function , it will be best from the best
I know this helps to many other people
-
now this work with plugins Rest API Custom Fields by XML-RPC ( if who want know about it use? write to me), but I can’t use from REST API , may be anybody know how can this use???
- This reply was modified 3 years, 11 months ago by wpadminus.
At present there is no remote functionality calls. However this is an interesting idea. Are you wanting to trigger a sitemap update remotely? Can you give me examples of what your wanting to do and I may be able to accommodate.
now this work with plugins Rest API Custom Fields version 1.2 ( 1.3 not work) by XML-RPC ( if who want know about it use? write to me), but I can’t use from REST API , may be anybody know how can this use???
for Example XML request<?xml version="1.0" encoding="UTF-8"?> <methodCall> <methodName>metaWeblog.newPost</methodName> <params> <param> <value> <array> <data> <value> <int>0</int> </value> <value> <string>{-Variable.wp_user-}</string> </value> <value> <string>{-Variable.wp_password-}</string> </value> <value> <struct> <member> <name>title</name> <value> <string>title</string> </value> </member> <member> <name>description</name> <value> <string>content</string> </value> </member> <member> <name>mt_allow_comments</name> <value> <int>0</int> </value> </member> <member> <name>mt_allow_pings</name> <value> <int>0</int> </value> </member> <member> <name>post_type</name> <value> <string>post</string> </value> </member> <member> <name>custom_fields</name> <value> <array> <data> <value> <struct> <member> <name>key</name> <value> <string>sseo_meta_title</string> </value> </member> <member> <name>value</name> <value> <string>{-Variable.aioseop_title-}</string> </value> </member> </struct> </value> <value> <struct> <member> <name>key</name> <value> <string>sseo_meta_description</string> </value> </member> <member> <name>value</name> <value> <string>{-Variable.aioseop_description-}</string> </value> </member> </struct> </value> </data> </array> </value> </member> </struct> </value> <value> <boolean>1</boolean> </value> </data> </array> </value> </param> </params> </methodCall>
attached 1.2 version plugin can download https://dropmefiles.com/CSmbj
if want use REST API , i use AAM plugin for JSON Token, best plugin and simple
@wpadminus What you have sent, is a remote call to create a new post? What are you wanting to accomplish with Simple SEO with these remote calls?
It has been over a week so I am closing this. Please feel free to email me directly.
- The topic ‘REST API and XML-RPC’ is closed to new replies.