Skip to content

Commit 413945c

Browse files
committed
Update README for new signed request format
1 parent 23c6e11 commit 413945c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ An example of how to embed Instagram videos by using [Video.js](http://www.video
267267

268268
## Signed Header
269269

270-
In order to prevent that your access tokens gets stolen, Instagram recommends to sign your requests with a hash of your API secret and IP address.
270+
In order to prevent that your access tokens gets stolen, Instagram recommends to sign your requests with a hash of your API secret, the called endpoint and parameters.
271271

272272
1. Activate ["Enforce Signed Header"](http://instagram.com/developer/clients/manage/) in your Instagram client settings.
273273
2. Enable the signed-header in your Instagram class:
@@ -276,7 +276,7 @@ In order to prevent that your access tokens gets stolen, Instagram recommends to
276276
$instagram->setSignedHeader(true);
277277
```
278278

279-
3. You are good to go! Now, all your `POST` and `DELETE` requests will be secured with a signed header.
279+
3. You are good to go! Now, all your requests will be secured with a signed header.
280280

281281
Go into more detail about how it works in the [Instagram API Docs](http://instagram.com/developer/restrict-api-requests/#enforce-signed-header).
282282

0 commit comments

Comments
 (0)