KuanYu Chu

Results 2 comments of KuanYu Chu

Perhaps we could set the `session` by `AdsPixel`? ```rb ads_pixel = FacebookAds::AdsPixel.get(fb_pixel_id) ads_pixel.session.access_token = access_token request = FacebookAds::ServerSide::EventRequest.new( pixel_id: fb_pixel_id, events: [fb_event], test_event_code: , ) request.execute ```

I've encountered this issue only in Safari, weird...