You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -267,7 +267,7 @@ An example of how to embed Instagram videos by using [Video.js](http://www.video
267
267
268
268
## Signed Header
269
269
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.
271
271
272
272
1. Activate ["Enforce Signed Header"](http://instagram.com/developer/clients/manage/) in your Instagram client settings.
273
273
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
276
276
$instagram->setSignedHeader(true);
277
277
```
278
278
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.
280
280
281
281
Go into more detail about how it works in the [Instagram API Docs](http://instagram.com/developer/restrict-api-requests/#enforce-signed-header).
0 commit comments