I am developing a facebook app and is wondering how to set the permission array.
in the Facebook SDK version before all I need to do is create an instance from Facebook.h and set the permission. But now the facebook.h file is no long there, and stopped work for SDK3.0 and 3.1.
Facebook said to import the depreciated files but if I do that I get lots of errors, so that didn't work at all.
and I cannot find any documents regard setting permission property on iOS 5 and later, could someone help me out?
thanks!!