Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get users comments of a gallery ? #17

Open
paissad opened this issue Sep 5, 2011 · 1 comment
Open

How to get users comments of a gallery ? #17

paissad opened this issue Sep 5, 2011 · 1 comment

Comments

@paissad
Copy link

paissad commented Sep 5, 2011

how can we retrieve the comments of a gallery ?

@paissad
Copy link
Author

paissad commented Sep 6, 2011

i see there's a RSS feed we could parse, ... for example this one http://minuscom.disqus.com/film_minus/latest.rss
and this one too http://minuscom.disqus.com/big_testing_gallery_2_minuscom/latest.rss
But the problem for is that i don't see the real rule/logic to follow in order to get the correct link for the RSS feed.
In the first link, the string "_minus" is appended to the gallery's name which is in lowercase
In the 2nd link, the string "_minuscom" is appended to the gallery's name in lowercase too.
And unfortunately (maybe obviously too), when i try to swap '_minus' to '_minuscom' or the opposite, i get the sweety 404 error.
So, i would like to know how i could retrieve the comments correctly ? or what is the logic for retrieving correctly the link for the RSS feed for a given gallery ?

Thanks in advance for helping

PS: i could make a real dirty hack which to eventually catch a 404 error before make another request, but i think it's not a good idea :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant