in reply to Re^2: Completely puzzled in creating content for post method of mechanize module
in thread Completely puzzled in creating content for post method of mechanize module
Can you tell me exactly what to be used in content part to update this feature?
No, I can't. But Facebook presumably can - in fact, they probably already have. Have you checked the HTTP response from Facebook's web server when you post? That is where any error message they are giving you can be found.
my $result = $m->post(...); warn $result->as_string;
Have you checked Facebook's documentation for their API?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |