Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[75136] update fb sdk #5

Open
wants to merge 36 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
7df7934
Add DSA Support on AdAccount
stcheng Aug 8, 2023
ba180c8
Update LICENSE and Header
stcheng Sep 13, 2023
d25f2cb
Auto-generated php SDK code update
Sep 14, 2023
c1628cb
Auto-generated php SDK code update
Sep 26, 2023
eb61b29
Auto-generated php SDK code update
Oct 14, 2023
bf538a2
Auto-generated php SDK code update
Nov 2, 2023
9ce6056
Auto-generated php SDK code update
Dec 2, 2023
409e7a3
Improve instructions of installing package via composer in README fil…
adb-simply-static Jan 19, 2024
6d82637
bug: Fix escape string in CatalogItemAppealStatusStatusValues.php (#594)
HamzaAlayed Jan 23, 2024
bfec989
Support KeyValue Type for Ruby PHP and Python
stcheng Jan 23, 2024
4b976a8
Auto-generated php SDK code update
Jan 23, 2024
f7a3990
Fix issue #273 - Log response failures. (#335)
jamespshields Jan 29, 2024
3003c7d
Auto-generated php SDK code update
Mar 6, 2024
ea9ddea
Adding support to WhatsApp events on Business SDK
Mar 7, 2024
67c3ba5
Update Supported Destination Types
stcheng Mar 7, 2024
108278b
Override Enum EnumAffectedChannels for All Languages
stcheng Mar 15, 2024
6270c85
Auto-generated php SDK code update
Mar 19, 2024
37777aa
Fix undefined function GuzzleHttp\Promise\unwrap() (#601)
vaclav-cerny Apr 8, 2024
f3eb099
Auto-generated php SDK code update
Apr 15, 2024
5122e32
Auto-generated php SDK code update
Jun 14, 2024
e688824
add original_event_data and attribution_data to event payload
shuaiwa-meta Jul 30, 2024
381d100
PROMOTE_YOUR_PAGE sample added
Jul 30, 2024
4ef4171
Merge branch 'main' of github.com:facebook/facebook-php-business-sdk
andrey-mostovoy Aug 15, 2024
ba5771d
Fixes namespace (#606)
geoffreyrose Aug 16, 2024
83e38d3
Fix Pascal Name Parsing Issue with Numbers
stcheng Aug 21, 2024
e1a3866
Bump the Version to v20.0.1
stcheng Aug 21, 2024
1fbdf60
Fix typo in readme and changelog (#611)
Aug 23, 2024
8f7b932
Update EndpointDecodeDict
stcheng Aug 31, 2024
430e25e
Update AdCreativeFeatureDetails Fields
stcheng Sep 17, 2024
607bedf
Bump SDK Versions By 0.0.1
Sep 18, 2024
69f2310
Biz SDK and FBC Combiner
Sep 26, 2024
089d4fd
Update ParamBuilder to 0.1.0-dev for PHP
Oct 8, 2024
7ec7292
Auto-generated php SDK code update
satwikareddy3 Oct 9, 2024
bd8fbf1
Remove dependency of capa_param_builder on php SDK
Oct 17, 2024
3ec36fd
bump php sdk version by 0.0.1
Oct 17, 2024
2e9cb92
Merge branch 'main' of github.com:facebook/facebook-php-business-sdk …
andrey-mostovoy Nov 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ All notable changes to this project will be documented in this file.


### Changed
- Graph API call upgrade to [v11.0]https://developers.facebook.com/docs/graph-api/changelog/version11.0
- Graph API call upgrade to [v11.0](https://developers.facebook.com/docs/graph-api/changelog/version11.0)

## v10.0.1

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ $adset = $account->createAdSet(
array(),
array(
AdSetFields::NAME => 'My Test AdSet',
AdSetFields::CAMPAIGN_ID => campaign_id,
AdSetFields::CAMPAIGN_ID => $campaign_id,
AdSetFields::DAILY_BUDGET => 150,
AdSetFields::START_TIME => (new \DateTime("+1 week"))->format(\DateTime::ISO8601),
AdSetFields::END_TIME => (new \DateTime("+2 week"))->format(\DateTime::ISO8601),
Expand Down Expand Up @@ -332,7 +332,7 @@ $account->read(array('id'));
```

When running this code, this cURL request will be printed to the console as:
```
```shell
curl -G \
-d 'fields=id' \
-d 'access_token=<access_token>' \
Expand Down
48 changes: 0 additions & 48 deletions examples/AdAccountAdCreativesEdge.php

This file was deleted.

49 changes: 0 additions & 49 deletions examples/AdAccountAdCreativesPost.php

This file was deleted.

48 changes: 0 additions & 48 deletions examples/AdAccountAdCreativesPostCreateAdCreative.php

This file was deleted.

49 changes: 0 additions & 49 deletions examples/AdAccountAdCreativesPostCreateAdCreativeCanvas.php

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading