sen-11028 MPU 6050 from sparkfun

Hello,
I'm trying to interface MPU 650 sen-11028 from sparkfun with an arduino uno R3 and the connections are as follows but I'm unable to successfully interface with the board!

Wiring-
VDD --> 3.3V
GND --> GND
SDA --> A4
SCL --> A5

Copied "I2Cdev" and "MPU6050" folder form GitHub - jrowberg/i2cdevlib: I2C device library collection for AVR/Arduino or other C++-based MCUs into libraries
then copy pasted the Arduino Playground - I2cScanner i2c scanner script but it says no connection found..
Is there special trick or connection for this particular breakout board?

The sensor is a 3.3V only device.

If you connected it to 5V outputs without a level shifter, it may already have been destroyed.

Yes I knew that so I was very careful about giving it only 3.3 V

Did you use a 5V - 3.3V level shifter on the data lines?
Alternatively, you may be able to use pullup resistors to the 3.3V power, as described here.