mozilla / wp-calypso

INACTIVE - http://mzl.la/ghe-archive - The new JavaScript- and API-powered WordPress.com
https://developer.wordpress.com/calypso/
GNU General Public License v2.0
4 stars 10 forks source link

Figure out how to get token when using wordpress.com as login provider #67

Closed alicoding closed 8 years ago

alicoding commented 8 years ago

On production/prototype server, we're using wordpress.com for our oauth and the one currently implemented (default from the repo) is using oauth2 by creating an application on developer.wordpress.com. The problem is that we need token for proxy route to work for the preview for draft post, but with wordpress.com there's no token stored in the document.cookie and we need that to talk to wordpress api.

We need to figure that out since we need this feature.

alicoding commented 8 years ago

This is a blocker for getting the preview for draft post/page done.

cc @hannahkane @simonwex

alicoding commented 8 years ago

solved by https://github.com/mozilla/wp-calypso/pull/68