facebookbusiness 0.16.0.2 → 16.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/lib/facebook_ads/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3cc233d0ef6c81bb2c9ded5635030dd7735c9b66271828cfab0e0f939358fd71
|
|
4
|
+
data.tar.gz: c621b2fa80cd4f81d43941cab420ce2d6ca08f0398725198a585a090bfc9f2d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6eda74074e39c3c80caca0b0041946636b63bc5e8c38701007cbe2428ff1d73c3c795c9401f52354bb0bac34214514b43082582fb801b4d006aa27b263cbe0c0
|
|
7
|
+
data.tar.gz: ecb32522538fbb5bb0ea299ef8e3f3d7f58fa781cde917fd33bd1975235bce17cef5eeed52db4f9b077579990fcbe71f1453fa8a9c4f3fe4d48424cb606775c8
|
data/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
# Facebook Business SDK for Ruby
|
|
2
2
|
|
|
3
|
+
[](https://rubygems.org/gems/facebookbusiness)
|
|
4
|
+
[](https://github.com/facebook/facebook-ruby-business-sdk/blob/main/LICENSE.txt)
|
|
5
|
+
[](https://github.com/facebook/facebook-ruby-business-sdk/actions/workflows/ci.yml)
|
|
6
|
+
|
|
3
7
|
### Introduction
|
|
4
8
|
|
|
5
|
-
The Facebook <a href="https://developers.facebook.com/docs/business-sdk" target="_blank">Business SDK</a> is a one-stop shop to help our partners better serve their businesses. Partners are using multiple Facebook API's to
|
|
9
|
+
The Facebook <a href="https://developers.facebook.com/docs/business-sdk" target="_blank">Business SDK</a> is a one-stop shop to help our partners better serve their businesses. Partners are using multiple Facebook API's to serve the needs of their clients. Adopting all these API's and keeping them up to date across the various platforms can be time consuming and ultimately prohibitive. For this reason Facebook has developed the Business SDK bundling many of its APIs into one SDK to ease implementation and upkeep. The Business SDK is an upgraded version of the Marketing API SDK that includes the Marketing API as well as many Facebook APIs from different platforms such as Pages, Business Manager, Instagram, etc.
|
|
6
10
|
|
|
7
11
|
## Quick Start
|
|
8
12
|
|
data/lib/facebook_ads/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: facebookbusiness
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 16.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Facebook
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-03-
|
|
11
|
+
date: 2023-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: concurrent-ruby
|