Esempio n. 1
0
 * Facebook.
 *
 * As with any software that integrates with the Facebook platform, your use
 * of this software is subject to the Facebook Developer Principles and
 * Policies [http://developers.facebook.com/policy/]. This copyright notice
 * shall be included in all copies or substantial portions of the software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 * DEALINGS IN THE SOFTWARE.
 *
 */
namespace FacebookAdsDocs;

use FacebookAds\Object\AdUser;
use FacebookAdsTest\Config\Config;
/** @var Config $config */
// _DOC open [ADUSER_GET_ADACCOUNTS]
// use FacebookAds\Object\AdUser;
$me = new AdUser('me');
$me->getAdAccounts();
// _DOC close [ADUSER_GET_ADACCOUNTS]
// _DOC open [ADUSER_GET_ADACCOUNTGROUPS]
// use FacebookAds\Object\AdUser;
$me = new AdUser('me');
$me->getAdAccountGroups();
// _DOC close [ADUSER_GET_ADACCOUNTGROUPS]