some parts of testing
Im using the another facebook account to testing the generic user operations processes.
And found out one bugs :
one is the facebook Extended permissions: once i agree the iworld application, seems auto login to the facebook home page instead of redirecting to my iworld application.
i found out the next and next_cancel (optional keywords could be helpful for this case)….
The new url i was constructed like::
http://www.facebook.com/authorize.php?api_key=61efa11ad9a9377cdfe65c2917c959bd&v=1.0&ext_perm=status_update&next=http://localhost:3292/FacebookTesting/webTest.aspx&next_cancel=http://localhost:3292/FacebookTesting/webTest.aspx
It means whether user have extended permission or not.. user still can be redirected to iworld application.. Thank god..

Leave a Reply