1
私はphp + angulajsに関連するコードを使用しているとき、アプリケーションから直接pinterestで何も共有できません。angelajsとlaravelフレームワークでpinterest共有が動作しない
同様:
$pinterest = new PinterestAPI('487992287213444318092', '3e49484c42b9a43716b6306c43083aaed2860a879d5f6ef112c01e1');
$loginurl = $pinterest->auth->getLoginUrl('http://localhost:3000', array('read_public, write_public, read_relationships,write_relationships'), 'code');
任意のコードのような構造:他の人が共有して細かい作業
このコードの構造。
私は今、私のコードを私の応答を与えるために感謝の仕事を共有して実装されています。 https://in.pinterest.com/pin/785807834952140424/ 今、pinterestはunificationengineとうまくいっていますが、現在は統一エンジンの共有に関する問題が1つあります。 http://stackoverflow.com/questions/42228739/xing-sharing-not-working-on-localhostローカルでアプリケーションをテストするにはどうすればよいですか? –