in Education by
I have this code JSONObject event = new JSONObject(); Bundle bundle = new Bundle(); bundle.putString("method","events.create"); event.put("name", "name"); event.put("location", "Address"); event.put("start_time", "2011-12-15T10:13:00"); event.put("end_time", "2011-12-15T10:20:00"); event.put("privacy_type", "OPEN"); event.put("event_info", "INFO"); Log.d(TAG,"evento "+mFacebook.request(bundle)); and this error... {"error_code":100,"error_msg":"The parameter event_info is required","request_args": [{"key":"access_token","value":"asdasdasd"},{"key":"method","value":"events.create"},{"key":"format","value":"json"}]} i'm using the old api...if you know create events in Android using the new Api I will be grateful Thanks in advance JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
You can create event using Graph API: send POST request. I try with parameters: name, start_time, end_time, description, privacy_type. If I right understood requered params only name and start_time. If you not set end_time, it will be equal start_time + 3h. By default privacy is OPEN. But I not understood, what you want from event_info? You can add to POST field location. Or you want send extend information with facebook object as some place (as in Graph API venue)?

Related questions

0 votes
    Dude What is best and fast way to integrate facebook in android applicaiton and use it according to our ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 18, 2022 in Education by JackTerrance
0 votes
    httr package does not work well with facebook and twitter API. (a) True (b) False The question was ... questions and answers pdf, Data Science interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    ____________ using a log record sets the data item specified in the log record to the old value. (a ... , Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Once the lower-level lock is released, the operation cannot be undone by using the old values of updated ... and Undo Operations in division Recovery System of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    i have been trying to make such a demo where i need to draw many(hundreds of) circle shapes on ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 27, 2022 in Education by JackTerrance
0 votes
    i have been trying to make such a demo where i need to draw many(hundreds of) circle shapes on ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    I've made a fresh eclipse reinstall + Android SDK v4.0. I am trying to create a new 4.0 AVD ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
0 votes
    Animation example link: https://drive.google.com/open?id=1M5UBylFj0_8mtOEQT7jjsPN9DcCjyfPI I want to show my app ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    My S3 bucket hosts a static website. I do not have cloudfront set up. I recently updated the files ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 14, 2022 in Education by JackTerrance
0 votes
    I'm interesting in reducing the size of .hg folder in my project. I have size of .hg folder near ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 28, 2022 in Education by JackTerrance
0 votes
    I can't figure this one out. I've got an iPhone-only app with an image -- location.png -- ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jan 13, 2022 in Education by JackTerrance
0 votes
0 votes
    You may have seen a lush green soft carpet on old walls, bricks and rocks in the rainy season. Scrape it ... lens and discuss. Select the correct answer from above options...
asked Nov 9, 2021 in Education by JackTerrance
0 votes
    What is the one thing that old hackers were fond of or find interests in? (a) Breaking Other's system (b) ... Cyber Security questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 5, 2021 in Education by JackTerrance
0 votes
    Old operating systems like _______ and NT-based systems have buffer-overflow attack a common vulnerability. (a) Windows 7 ... questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 4, 2021 in Education by JackTerrance
...