[wp-hackers] wp-oauth.php
Austin Matzko
austin at ilfilosofo.com
Sat Sep 18 02:49:44 UTC 2010
On Fri, Sep 17, 2010 at 9:43 PM, Louy <louy08 at gmail.com> wrote:
> Heyy all :)
>
> Here's a gist i wanted to share in case you're interested in making a wp
> OAuth plugin or something, hope u find it useful.
>
> http://gist.github.com/585267
>
> All suggestions are welcome.
Don't flush the rewrite rules at the "init" action event, which occurs
on every page load. You should flush the rewrite rules only when you
make a change to them, such as when you activate your OAuth plugin.
More information about the wp-hackers
mailing list