Let your API Users Post Messages to their wall ..
Feed.Php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php require 'main1.php'; ?> | |
<form name="" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post"> | |
<label for="tt"><strong><br> | |
<br> | |
<br> | |
<br> | |
<br> | |
Status update using Graph API</strong></label> | |
<br /> | |
<textarea id="tt" name="tt" cols="50" rows="5">Write | |
your status here and click 'Update My Status'</textarea> | |
<br /> | |
<input name="submit" type="submit" value="Update My Status" /> | |
</form> | |
<p> | |
<?php if (isset($statusUpdate)) { ?> | |
<br /> | |
<strong style="color: red">Status Updated Successfully! Status id is | |
<?=$statusUpdate['id']?> | |
<?php }?></strong></p> | |
<?php $redirectUrlk = "https://www.facebook.com/dialog/oauth?client_id=118487369116&redirect_uri=http://evry1falls.freevar.com | |
/test12/index.php&state=5da7ce9f0201f209c7d699cb881c3b02&scope= | |
read_stream,friends_likes"; ?> | |
<a href = "<? $redirectUrlk ; ?> . ">Back</a> |