I have an RSS reader that introduces Flexicontent items in their categories and additional fields. I do not respect the default access level of Joomla. The categories have public access level.
Code:
insert into fcsjb_flexicontent_items_tmp (title,state,catid,created,created_by,modified,modified_by,publish_up,publish_down,version,ordering,access,hits,featured,language) values ('".$title."','".$feed["feed_status"]."','".$cats[0]."','".gmdate("Y-m-d h:i:s", $published + $offset*60*60)."','62','0000-00-00 00:00:00',0,'0000-00-00 00:00:00','0000-00-00 00:00:00',1,0,1,0,0,'es-ES')
Regards.