Rifts Posted September 11, 2010 Share Posted September 11, 2010 I'm not sure if this is the correct place to put this because its not 100% PHP but I am using the facebook-php-sdk if this is the wring place i'm sorry please feel free to move it. anyway I have two pages: index.php and update.php index is my default page obviously and it echoes the users name and there is a link to the update.php page now on my update.php page when a users goes there it sets their status. here is the problem... the only way it works is if I manually type in the browser apps.facebook.com/MYAPP/update.php if I use the link on my index nothing happens also if I go directly to the update pgae via my hosting it also doesn't work (www.myhosting.com/update.php) now in my index I have tried <a href="update.php"> click here </a> ---- doesnt work <a href="/update.php"> click here </a> ---- doesnt work <a href-"http://www.myhosting.com/update.php"> click here </a> ---- doesnt work So what am i suppose to do because the only time it works is if the link is <a href="http//apps.facebook.com/MYAPP/update.php"> click here </a> if works but instead of showing the update.php it just shows the facebook logo and says "go to facebook" and then if you click that it will display the update.php info. Thanks for the help I hope I explained that all Quote Link to comment Share on other sites More sharing options...
Rifts Posted September 12, 2010 Author Share Posted September 12, 2010 anyone? Quote Link to comment Share on other sites More sharing options...
gizmola Posted September 28, 2010 Share Posted September 28, 2010 How would anyone help you when you didn't provide any code to look at. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.