Hi all,
I am a .net developer, using iframe xfbml and asp.net of course.
I am getting the following error:
The page you requested was not found. You may have clicked an expired link or mistyped the address. Some web addresses are case sensitive.
* Return home
* Go back to the previous page
I am using the request-form tag as following:
<fb:request-form target="_top" action="http://apps.facebook.com/myapp"
method="POST" invite="true" type="myappliation"
content="come see
<fb:req-choice url='http://apps.facebook.com/myapp' label='i am coming' /> " >
<fb:multi-friend-selector rows="3" showborder="false" actiontext="its now shame to ask for help!" max="10" style="height:100px;" target="_top" />
</fb:request-form>
This code is working for some of the users, but for new ones they recieve that error. Why is that happening? How can I fix it?