Hi,
I have a model(friends), where user can export his friend's info from facebook. I want save friends info(id and name) into the mysql database.
I am having trouble creating a form for the same using form helper as i dont know the exact number of friends for each user.
Is there a easier way to save user's friends into the database.(save multiple records for the same model)
I appreciate any help.
Thanks.