Monday, October 31, 2011

Facebook Api PhP - Feed.php

Let your API Users Post Messages to their wall ..

Feed.Php

<?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>
view raw gistfile1.phtml hosted with ❤ by GitHub

Fbname.php Previous | Next FriendList.php