display facebook events on C5 site
Permalink
Looking for some way to have any events created on a facebook page to be automatically displayed on a c5 site.
You can use some JSON to connect to https://graph.facebook.com/YOUR_ID/events... and then output the feed.
YOUR_ID can be your username, uid or gid.
You will need to setup a access token to authenticate to your feed.
YOUR_ID can be your username, uid or gid.
You will need to setup a access token to authenticate to your feed.
I ended up implementing a script that will specifically pull only events and display them on another website. The script was found at
http://www.codeofaninja.com/2011/07/display-facebook-events-to-your...
http://www.codeofaninja.com/2011/07/display-facebook-events-to-your...
I made a add-on to do this:http://www.concrete5.org/marketplace/addons/facebook-events/....
Hi sir
I am Concrete5 Freelancer from India. I can code any complex packages or blocks for concrete5. Do u have any projects for me?
Skype : tinkutr
email : tinkutharasing@gmail.com
I am Concrete5 Freelancer from India. I can code any complex packages or blocks for concrete5. Do u have any projects for me?
Skype : tinkutr
email : tinkutharasing@gmail.com
I know that Facebook pages have their own RSS feed that can be plugged into. If you sign in as a page and create an event, it will show in the RSS feed.
So, having an RSS-based feed displayer on your site might be a good solution to this. It would show all your Page activity, including when an event was created.
I can't really think of any other way to do that, at this time.