I'm trying to develop 'want' and 'own' buttons.
If I use the Facebook debug tool it tells me the final URL is the home page and this has happened because the page has been redirected, which I don't want. I want the fetched URL to be scraped.
As a result of the Final URL NOT being the item page, the information scraped is incorrect and the debugging tool complains about a lack of meta data etc. I believe the correct information is on the item page but due to the redirect, incorrect information is parsed.
My questions are:
1) Why is this happening? - Answer: A trailing slash broke our ISAPI rules
2) How do I fix it? - Answer: Remove the trailing slash or update ISAPI rules
3) Can I force the scraper to use a specific URL and ignore any redirects? I'm using asp.net so any examples would be greatly appreciated.
The correct page was being scraped before however now it doesn't and I really don't know what has changed this....
Thanks in advance.