API-Facebook
view release on metacpan or search on metacpan
Changelog for API-Facebook
0.04 2015-10-11T08:11:05
- Updated build.
- Modified the implementation style and dependencies.
0.03 2015-09-28T13:19:31
- v0.03
- Updated build.
- Updated inconsistency in documentation.
- Updated dist.ini to generate META files.
README.mkdn view on Meta::CPAN
## place\_tag
$facebook->resource(param('place-tag'));
The place\_tag resource returns a new instance representative of the API
resource requested. This method accepts a list of path segments which will be
used in the HTTP request. The following documentation can be used to find more
information. [https://developers.facebook.com/docs/graph-api/reference/place-tag](https://developers.facebook.com/docs/graph-api/reference/place-tag).
## product\_catalog
$facebook->resource(param('product-catalog'));
The product\_catalog resource returns a new instance representative of the API
resource requested. This method accepts a list of path segments which will be
used in the HTTP request. The following documentation can be used to find more
information. [https://developers.facebook.com/docs/marketing-api/reference/product-catalog](https://developers.facebook.com/docs/marketing-api/reference/product-catalog).
## product\_feed
$facebook->resource(param('product-feed'));
The product\_feed resource returns a new instance representative of the API
resource requested. This method accepts a list of path segments which will be
used in the HTTP request. The following documentation can be used to find more
information. [https://developers.facebook.com/docs/graph-api/reference/product-feed](https://developers.facebook.com/docs/graph-api/reference/product-feed).
lib/API/Facebook.pm view on Meta::CPAN
=head2 place_tag
$facebook->resource(param('place-tag'));
The place_tag resource returns a new instance representative of the API
resource requested. This method accepts a list of path segments which will be
used in the HTTP request. The following documentation can be used to find more
information. L<https://developers.facebook.com/docs/graph-api/reference/place-tag>.
=head2 product_catalog
$facebook->resource(param('product-catalog'));
The product_catalog resource returns a new instance representative of the API
resource requested. This method accepts a list of path segments which will be
used in the HTTP request. The following documentation can be used to find more
information. L<https://developers.facebook.com/docs/marketing-api/reference/product-catalog>.
=head2 product_feed
$facebook->resource(param('product-feed'));
The product_feed resource returns a new instance representative of the API
resource requested. This method accepts a list of path segments which will be
used in the HTTP request. The following documentation can be used to find more
information. L<https://developers.facebook.com/docs/graph-api/reference/product-feed>.
( run in 1.030 second using v1.01-cache-2.11-cpan-49f99fa48dc )