forked from facebook/facebook-python-business-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added initial support for video thumbnail fetches
Summary: Added support for Python SDK video thumbnail tests. Test Plan: 1. upload video assigned to ad account, if not already there. 2. facepy 3. vid = AdVideo(fbid=<VIDEO_ID>) 4. vid.get_thumbnails() Output of above: https://phabricator.fb.com/P20051337 Unit tests: python -m facebookads.test.unit ............................ ---------------------------------------------------------------------- Ran 28 tests in 0.015s OK Integration tests: ython -m facebookads.test.integration .................... ---------------------------------------------------------------------- Ran 20 tests in 27.928s OK
- Loading branch information
Showing
2 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters