ee2-rest
ee2-rest copied to clipboard
Integrate RESTful API's into your ExpressionEngine 2.0 website with this Rest module.
In a few of my pages, I am getting this error when I enable debug mode: ``` A PHP Error was encountered Severity: Warning Message: strtotime() expects parameter 1 to...
I have a API response (not controlled by me) as follows: ``` 11422849 Perry
Pagination doesn't seem to be working. My example is below, but all I get is the following: https://www.dropbox.com/s/6houm87zu6eooux/Screenshot%202014-02-26%2017.03.11.png Any idea what I might be doing wrong or if this is...
Is there a function to strip backslashes from results? The json query I'm using returns all apostrophes and special characters with a backslash in front of them like this: "Joe\'s"...
I love this plugin. It works like a dream for facebook and instagram. For twitter however, I need to authenticate. Is there a way we could make this work? And...
I got problem when I started to upgrade my php version to 5.3.2 up but when I using 5.3.1 it works fine! A PHP Error was encountered Severity: Warning Message:...
For instance, when accessing the Facebook Graph API, there's an object ID (`{id}`) but also an author ID (`{from}{id}{/from}`). The latter still returns the parent's object value.