コメント

1件のコメント

  • terry palmer

    I was able to figure this out. Putting here for future reference for anyone searching.

    $primaryKey = ".." //webhook primarykey provided from box

    $dataStr = $payload . $timestamp;

    $webhookSig = base64_encode(hash_hmac("sha256", $dataStr, $primaryKey, TRUE));

    2
    コメントアクション パーマリンク

投稿コメントは受け付けていません。