Add partner_client_id to AttributionData Summary: Add partner_client_id as a string field to the Node.js Business SDK’s AttributionData class. This field is a partner workspace/dashboard identifier used for deduplication across shared pixels, added as part of the Custom Attribution schema extension (D96265092). Changes: Added _partner_client_id field, constructor param, getter/setter/fluent setter, and normalize() Updated tests for constructor, setter, chaining, property setter, and normalize Mirrored test changes to codegen template Bumped version to v24.0.3 Reviewed By: daegwang Differential Revision: D101088145 fbshipit-source-id: 863a575e7940d21e09c169e5e2e1bea2296b093e
Add partner_client_id to AttributionData
Summary: Add partner_client_id as a string field to the Node.js Business SDK’s AttributionData class. This field is a partner workspace/dashboard identifier used for deduplication across shared pixels, added as part of the Custom Attribution schema extension (D96265092).
Changes:
Reviewed By: daegwang
Differential Revision: D101088145
fbshipit-source-id: 863a575e7940d21e09c169e5e2e1bea2296b093e
This project contains all the code to auto generate Facebook Business SDKs (php, python, nodejs, ruby, java). There are three parts of this project :
Install Node.js
Install all dependencies by npm : npm install
npm install
npm run build && node lib/CodeGenerator.js <language>
During debug, if you want to compare with the generated SDK to our current SDK code, you can specific the output folder by using -o :
-o
npm run build && node lib/CodeGenerator.js <language> -o outputDir
If you want to keep git config in outputDir, you can specific only cleanup source code by using -c , for example:
outputDir
-c
npm run build && node lib/CodeGenerator.js php -o ../facebook-php-business-sdk/ -c src/
Facebook Codegen for Business SDKs is licensed under the LICENSE file in the root directory of this source tree.
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Facebook Business SDK Codegen
Introduction
This project contains all the code to auto generate Facebook Business SDKs (php, python, nodejs, ruby, java). There are three parts of this project :
Pre-requisites
Install Node.js
Install all dependencies by npm :
npm installCodegen SDK
Debug
During debug, if you want to compare with the generated SDK to our current SDK code, you can specific the output folder by using
-o:If you want to keep git config in
outputDir, you can specific only cleanup source code by using-c, for example:License
Facebook Codegen for Business SDKs is licensed under the LICENSE file in the root directory of this source tree.