Menu

#82 Not using SSL

v1.0 (example)
open
nobody
None
5
2014-09-05
2014-09-05
No

Flickr switched to https only. And now I am getting 403 Forbidden when doing a PhotosInterface.search().

http://code.flickr.net/2014/04/30/flickr-api-going-ssl-only-on-june-27th-2014/

params.setTags("Kalmar, Växjö");
params.setTagMode("all");
PhotosInterface photoInt = new PhotosInterface(FLICKR_API_KEY, FLICKR_API_SECRET, new REST());
result = photoInt.search(params, 6, 1);

Throws this exception:
Server returned HTTP response code: 403 for URL: http://www.flickr.com:80/services/rest/?api_key=mykeyhere&extras=original_format&method=flickr.photos.search&page=1&per_page=6&tag_mode=all&tags=kalmar%2C+v%C3%A4xj%C3%B6&api_sig=mysighere

Discussion


Log in to post a comment.

MongoDB Logo MongoDB