Friday, January 14, 2011
If you or your organization is using the FeedBlitz REST API (docs here) to integrate with FeedBlitz, there's an important change you need to know about. As of February 15th, 2011, the current API access endpoint (https://api.feedblitz.com) will CHANGE, as will the way you authenticate to the API.
All API accesses should now use an API key (get one at My Account - API Key) via the following end point:
For example, if your API key was "QWERTYUIOP" then this call would return your user information:
This end point is available now for production use and transition testing. After February 15th the old endpoint will be torn down and become unavailable.
We're making this necessary change to improve the availability of the API and make it more secure. If you have any questions please contact FeedBlitz technical support. The API page at www.feedblitz.com/api.asp and the reference manual it links to have been updated to reflect this change.
Please update your apps as soon as you can!
If you're not using our API but would like to integrate FeedBlitz more tightly with your site, see our knowledge base API area here.
All API accesses should now use an API key (get one at My Account - API Key) via the following end point:
https://www.feedblitz.com/f.api/<resource>?key=<your_api_key>
For example, if your API key was "QWERTYUIOP" then this call would return your user information:
https://www.feedblitz.com/f.api/user?key=QWERTYUIOP
This end point is available now for production use and transition testing. After February 15th the old endpoint will be torn down and become unavailable.
We're making this necessary change to improve the availability of the API and make it more secure. If you have any questions please contact FeedBlitz technical support. The API page at www.feedblitz.com/api.asp and the reference manual it links to have been updated to reflect this change.
Please update your apps as soon as you can!
If you're not using our API but would like to integrate FeedBlitz more tightly with your site, see our knowledge base API area here.
|
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.
<< Home