pydelhi / pydelhi.github.io

Python Delhi User Group Website
https://pydelhi.org
17 stars 36 forks source link

Add sponsors widget to home from Meetup Page #29

Closed theskumar closed 2 years ago

theskumar commented 7 years ago

Use meetup api https://www.meetup.com/meetup_api/docs/2/groups/ to fetch sponsors list and display all the sponsors and info after community partner section.

image

atb00ker commented 7 years ago

Is this issue solved? Because i don't see any sponsors in the main home screen!

theskumar commented 7 years ago

No, the feature is still open for implementation. Would you like to try it out?

atb00ker commented 7 years ago

Sure. Though, I have never worked with API and Javascript, So, I'll take some time.

atb00ker commented 7 years ago

I am using my private API key to make request! Is there a pydelhi page registered for using APIs or should i continue with mine!?

theskumar commented 7 years ago

I am using my private API key to make request! Is there a pydelhi page registered for using APIs or should i continue with mine!?

No page registered and don't use you own key or any key can't be added which become public. See if you can use jsonp format. Checkout the code used to fetch next meetup details on homepage. If it doesn't work we might need to setup a server side solution to fetch data.

atb00ker commented 7 years ago

I tried manipulating the existing code but "message:"Invalid signature""; Now i am new to this and i might be doing something wrong but i am unable to get authentication!