Quote:
Originally Posted by kokonaing
Was there anybody who could bypass this "Approve photos" issue? 
|
I just added pendingAction = FacebookAgentActionUploadPhotoAskPermission;
when initializing the FBAgent. My App will anyway need only the photo upload functionality with Feed Update.
As for Feed Update, I cannot find a callback method that gets called after the feed has been posted. I am using [fbAgent publishFeedWithName:captionText:imageurl:linkurl:u serMessagePrompt:actionLabel:actionText:actionLink :] method. Could anyone please point me which callback method gets called after the feed has been posted? Or is it yet to be implemented in this version? Thank you....