in reply to Re: Completely puzzled in creating content for post method of mechanize module
in thread Completely puzzled in creating content for post method of mechanize module

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on Re^2: Completely puzzled in creating content for post method of mechanize module

Replies are listed 'Best First'.
Re^3: Completely puzzled in creating content for post method of mechanize module
by tobyink (Canon) on Apr 04, 2012 at 12:46 UTC

    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?

    perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
    A reply falls below the community's threshold of quality. You may see it by logging in.