flickr / flickr-sdk

Almost certainly the best Flickr API client in the world for node and the browser
https://www.flickr.com/services/api
MIT License
131 stars 29 forks source link

Unable to subscribe to a topic #132

Closed ebisbe closed 5 years ago

ebisbe commented 5 years ago

Hello,

I have tried to subscribe to a topic but I kept getting this response

Callback failed or invalid response: 504

The call I'm doing is:

https://www.flickr.com/services/rest/?method=flickr.push.subscribe&api_key=5e7e5cc502499cc4a4b931ea904a9ae5&topic=my_photos&callback=https%3A%2F%2Fq2gughvxt6.execute-api.eu-west-1.amazonaws.com%2Fpr13%2Fnotifications%2Fphoto-tags%3FuserId%3Denricu5&verify=sync&verify_token=MYTOKEN&format=json&nojsoncallback=1&auth_token=AUTH_TOKEN&api_sig=SIGNATURE

I don't see any calls nor logs from Flickr I only see my tests to check the url. The link in the description is about the PubSub is broken and I have only found little information.

https://pubsubhubbub.github.io/PubSubHubbub/pubsubhubbub-core-0.3.html#subscribing http://laughingmeme.org/2011/07/24/getting-started-with-flickr-real-time-apis-in-php/

Can you share a sample call from flickr to the subscriber? Is there anything wrong?

ebisbe commented 5 years ago

@superic told me it's not working anymore after the migration