Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7079127
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:37:59+00:00 2026-05-28T06:37:59+00:00

I’ve done extensive research on this, and am baffled. Similar questions on stackoverflow have

  • 0

I’ve done extensive research on this, and am baffled. Similar questions on stackoverflow have been answered with, in in short: RTFM. Well, I’ve done that, and more, and I still can’t find how to do this.

On the main FB Graph API page, documentation is given for authenticating, reading, publishing (creating), deleting Graph objects, but I don’t see modifying anywhere.

The FB Graph API > User page gives description only of how to create and delete an event on behalf of an authenticated user. I’ve had no problem with these two actions.

The FB Graph API > Event tells you how to retrieve an existing event, as well as publish to the existing event, posts, links, feed, etc. Once again, no help with modifying.

I’ve tried (desperately) (‘:’s removed intentionally due to hyperlink limit):

  1. Sending the same POST request as creating event, ie to https//graph.facebook.com/<user_id>/events, but with an extra ‘id’ parameter–the existing facebook event id. Facebook doesn’t like that, gives me an ‘id parameter already sent’ error (I’m assuming the user’s id).

  2. POSTing to the event directly ie to https//graph.facebook.com/<fb_event_id>/ using the same auth_token as was used to create it. ‘Post unsupported’ error message.

The fields I send along with the POST are the same as those when creating the event– ‘name’, ‘location’ etc.


If someone’s been able to do this, one simple POST example would clear everything up for me.
Thanks!


UPDATE I started using the PHP SDK, but lack of examples disheartening. In hopes that this will save someone else frustration Here are doc examples augmented with an actual api call example:

“You can create an event for a user by issuing an HTTP POST request to
PROFILE_ID/events with the create_event permissions and the following
parameters.”

$facebook->api('/'.$profile_id.'/events', 'POST', $params);

Normal enough … but edit event docs (as of 12/7/12) are misleading:

“You can edit an event by issuing an HTTP POST to /EVENT_ID with the
create_event permission. “

$facebook->api('/events/'.$eventid, 'POST', $params);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T06:37:59+00:00Added an answer on May 28, 2026 at 6:37 am

    Brian
    I was able to update a page event by using a POST (not a PUT) directly to the event, using the account or page authentication token. It sounds exactly like what you did in 2 above.

    curl -F 'access_token=...' \
         -F 'name=A modified event name.' \
         https://graph.facebook.com/event_id
    

    I would suggest that you try just sending a modified name field. Also, because you have already created the event, you have the correct permissions. For those who don’t know, you need the extended permissions of offline_access, create_event, manage_pages, etc.

    It is frustrating, because at one time there was documentation on updates on the Facebook site, but now I can’t find it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I have a jquery bug and I've been looking for hours now, I can't
this is what i have right now Drawing an RSS feed into the php,
I have this code to decode numeric html entities to the UTF8 equivalent character.
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
I have some data like this: 1 2 3 4 5 9 2 6
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.