Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have been trying to redirect the user to the review page.

I tried 3 different URL formats:

{http://phobos.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=350212768&mt=8}

(goes to the product page on safari)

{http://itunes.apple.com/us/app/british-accent/id350212768?mt=8#}

(Goes to the product page in iTunes store on the device)

{http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=350212768&pageNumber=0& sortOrdering=1&type=Purple+Software&mt=8}

(results in too many redirects)

Could you please tell me what the URL format should be to link directly to the review page? Thanks.

share|improve this question

2 Answers

up vote 4 down vote accepted

Nothing worked on simulator, from the device {http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?id=350212768&pageNumber=0& sortOrdering=1&type=Purple+Software&mt=8} works fine.

share|improve this answer

Check out Appirater - http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/

Checks how many times a user has used your app, and will pop up an alert box asking them if they'd like to rate/review your app.

share|improve this answer
+1 Really nice link. ;) – Helium3 Jan 13 '11 at 20:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.