-3
votes
0answers
26 views

JSON API custom fields not showing full content

I have custom edited JSON API plugin and it looks like that http://domain.com/api/posts/getByCatId/?dev=1&cat_id=7 and I get only 5 items but I have much more in database. I try Open file ...
0
votes
0answers
54 views

Wordpress + PhoneGAP [closed]

I'v been working around on solution to manage Wordpress user sessions with phoneGAP, un-top of that i must limit the content being shown and also the number of active session per user. Some of the ...
2
votes
1answer
507 views

WordPress JSON output

Update: I've changed the code as following $cats = get_categories(); $output = array('categories' => array()); function collect_posts(){ $args = array( 'numberposts=' => 9999, 'category' ...
0
votes
0answers
86 views

Facebook. Fetch user photos and post them to blog on the user side [closed]

So I'm looking for some plugin or solution to implement such function. Fetch facebook photos (using json I guess) and post them to the blog.