Login
Register
All class groups
Latest entries
Top 10 charts
Blog
Forums
Shop
Help
Login
Register
How do you Post Facebook Status Update?
Search
All class groups
Latest entries
Top 10 charts
Blog
Forums
Shop
Help
Recommend
this page to a friend!
PHP OAuth Library
>
PHP OAuth Library package blog
>
How to Implement a PH...
>
All threads
>
How do you Post Facebook Status Update?
>
(Un) Subscribe thread alerts
Subject:
How do you Post Facebook Status Update?
Summary:
How do you Post Facebook Status Update?
Messages:
3
Author:
Michael DeMutis
Date:
2013-03-05 17:46:14
Update:
2013-03-06 14:25:40
1. How do you Post Facebook Status Update?
Reply
Report abuse
Michael DeMutis - 2013-03-05 17:46:14
Trying to post to the facebook API to do a status update. I tried this:
$args = array(
'message' => $comment,
'link' => $url,
'caption' => $title
);
$success = $client->CallAPI("/me/feed", "post", $args, "","");
This does not work, can you tell me how to do it using your API call?
2. Re: How do you Post Facebook Status Update?
Reply
Report abuse
Manuel Lemos - 2013-03-06 01:32:19 -
In reply to
message 1
from Michael DeMutis
You need to put the whole URL of the API call. You also need to set the access_token variable to the previously retrieved token value during authorization.
3. Re: How do you Post Facebook Status Update?
Reply
Report abuse
Michael DeMutis - 2013-03-06 14:25:40 -
In reply to
message 2
from Manuel Lemos
Yes I got it to work thank you!
About us
Advertise on this site
Site map
Newsletter
Statistics
Site tips
Privacy policy
Contact
Copyright (c)
Icontem
1999-2025
For more information send a message to
info at phpclasses dot org
.
image/svg+xml
image/svg+xml
Contact us using Messenger