usergoodvery
Forum Replies Created
-
Forum: Plugins
In reply to: [JSON API User] FollowersIt would be nice to have support for both users and sites.
I was not aware of this plugin I had thought wp had native support for followers functionalityForum: Plugins
In reply to: [JSON API User] Optional Fields and User Updategreat work i’ll give it a go
Forum: Plugins
In reply to: [JSON API User] Optional Fields and User Updateno problems good luck with that
Forum: Plugins
In reply to: [JSON API User] Optional Fields and User Updategreat stuff. how did you go with media upload? is that ready in pro?
Forum: Plugins
In reply to: [JSON API User] Optional Fields and User Updatehi
can I clarify one point, ALi, where you say you can send multiple values seperated by comma: is that 1)multiple pairs of meta_key/meta_values OR 2)one meta_key that accepts multipe comma seperated values?I am interested in option 1 becaue I do’t want to have to issue multiple network requests. if option is possible can you please confirm the syntax?
Forum: Plugins
In reply to: [JSON API User] post images attcahements etc..great that sounds like a nice interface, which I’d like to be able to use in your pro version.
out of interest: what meta data can be specified when dealing with media? and can those be updated late on? eg. tags, resolution etc… do we need an endpoint for update??Forum: Plugins
In reply to: [JSON API User] post images attcahements etc..I think I want to be able to upload as part of a post and also as a separate media upload unrelated to a particular post, but should be stored as part of the user’s “collection”.. not sure what the equivalent of that in wordpress…
I am only using it wp as a backend, not as a blogging platform…
is that supported?Forum: Plugins
In reply to: [JSON API User] post images attcahements etc..thanks. with the pro version can up upload any type of attachment object (binary/text) or just limited to images?
Forum: Plugins
In reply to: [JSON API User] invalidate a cookiebeautiful much appreciated
Forum: Plugins
In reply to: [JSON API User] invalidate a cookieactually one last question, what about when you get the cookie as a result of registration, how do you control the time-to-live value?
Forum: Plugins
In reply to: [JSON API User] invalidate a cookiegreat thanks and keep up the good work.
Forum: Plugins
In reply to: [JSON API User] invalidate a cookiegood tip thanks. is there a way to invalidate on demand though, instead of timed event like you just descried? I need to be able to invalidate when user hits logout to reset the application’s internal state. Seems like an obvious thing to me. What happen when a user logs out of wp? doesn’t invalidate the the cookie? is there the equivalent of logout call?