From 06aa42486cbec33ab941ad9094b61c53c6b2db62 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 11 Sep 2019 11:56:25 +0100 Subject: [PATCH] Fixed minor typo in the pod. --- lib/Facebook/OpenGraph.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Facebook/OpenGraph.pm b/lib/Facebook/OpenGraph.pm index 0d20da1..34f9c5d 100644 --- a/lib/Facebook/OpenGraph.pm +++ b/lib/Facebook/OpenGraph.pm @@ -1175,7 +1175,7 @@ Request batch request and returns an array reference. =head3 C<< $fb->batch(\@requests) >> Request batch request and returns an array reference of response objects. It -sets C<$fb->access_token> as top level access token, but other than that you +sets C<< $fb->access_token >> as top level access token, but other than that you can specify indivisual access token for each request. The document says "The Batch API is flexible and allows individual requests to specify their own access tokens as a query string or form post parameter. In that case the top