Pages

Sunday, May 22, 2011

Integration of Twitter

some simple step to integrate twitter with iphone sdk.


1. Drag and Drop Libraries folder
 2. Drag and Drop yaji folder
 3. include libxml2.dylib and also check the it include in General tab framework of target. // otherwise give 8 error
 4. Add "/usr/include/libxml2" in header search path
5. Add -lxml2 in other linker flag
 6. Add other code for integration.

No comments:

Post a Comment