Most SPI devices need the chip select signal as part of the latching process for the messages. However not all do, you would have to experiment with your device to see if it worked without the chip select phase, but I suspect not.
Yep, missed the fact that the OP had got the title completely wrong.
My answer still stands for an PI interface.
Have you got the ground of this device connected to the arduino ground?
Are you using the correct address, this should be the 7 bit format not the 8 bit format where the least significant bit is the read / write bit.
I'm completerly new in this kind of data transmission.
I'm using a code written for SPI that I found on Internet. It works with a MMA7455L accelerometer mounted on a PCB with 3 pins availables, but I have 2 pins only.
Therefore I'm sure that the code is correct (for 3 wires at least).
Right now I'm not able to write a code for this application, and hence the question.