I want to make an application where I will add specific events to a webpage, and users will Login with Facebook into my website and can invite their friends to any events they want.
In the Graph API Event docs https://developers.facebook.com/docs/graph-api/reference/v2.1/event/invited it says "You cannot invite people to events via the Graph API.". However I found this https://developers.facebook.com/blog/post/560/ where it says issuing a POST request to the /event/invited edge will invite the user to the event. There is also a notice on this second link that says "We're sorry, but the information in this post is over a year old and may be outdated. You can look for updated info by browsing our docs or trying a search.".
Has anyone here tried to do this before? I want to make sure it is possible before I start writing the code. Any help would be very useful.