I have a variable of type Bitmap and I would like to assign it to a Contact from my contact list as the CalledID picture, how would I do that?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You have to creat your own mime type for those. Here is an example that saves a boolean as my custom mime type to the contacts. It uses the latest SDK 2.1 Important This example uses DATA1 for data, DATA1 is indexed but it's not recomended for binary data. In your case to store binary data such as Picture you have to use DATA15. By convention, DATA15 is used for storing BLOBs (binary data).
Usage is
|
||||
|
|