Hello i have made a apps on facebook and im asking the user for permission to post on there wall using
<script type="text/javascript">
FB.init({
appId : 'my apps code is here',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
</script>
The user clicks yes but how do i grab there offline token ? so i can post two there wall every day ( its a horoscopes apps so need to post there horoscopes every day to there apps )
I need to store there token in the db so i can use it every day.
i have got the facebook.php which grabs there token but donno which bit grabs it and if i mess around with things it will keep adding the token on each refresh.... i just wanna add there token to my db and then if they refresh it don't add it again...