All Questions
Tagged with facebook-events invite
2 questions
0
votes
2
answers
345
views
Create an Event on FB and invite friends through ios7
Hi I have create an event on Facebook through my iOS app by following code
-(void) createEvent:(NSString*)eventName Eventdesc:(NSString*)eventdesc EventDate: (NSString*)eventDate{
NSURL *meurl = [...
1
vote
0
answers
467
views
Adding hosts to an event after creation on fb sdk 3 in android
So i managed to
1. get login working.
2. create an event for the logged in user.
3. show friend list of user, ask user to select friends and get their ids.
I want to update the fb event with the ids ...