admin管理员组文章数量:1417413
im new in mobile app development ...
Can you please assist, im trying to get wordpress post on my android app but it happens only to post categories and failing to load the actual posts
Following the source code given on the link below:
public static final String url = "/?filter[category_name]=4&per_page=50&fields=id,date,link,title,better_featured_image";
public static final String get_categories_url = ",description,name";
public static final String get_all_posts_of_category_url = ";fields=id,date,link,title,better_featured_image";
public static final String get_content_by_id = "";
public static final String pages = "";
Please see the below error im getting:
{"code":"rest_invalid_param","message":"Invalid parameter(s): categories","data":{"status":400,"params":{"categories":"categories[0] is not of type integer."}}}
本文标签: Wordpress post to android
版权声明:本文标题:Wordpress post to android 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745265363a2650565.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论