How to import Facebook graph APi events - json

I'd like to have a list of events (with location or long-Lat details).
I found several post already but I can not access to Facebook via PowerBi anymore so I'm wondering how could I create such a query and with which tool.
Purpose of my request is that Facebook change since few weeks the way how we can search for events.
My goal is to have the name, category and location of events so I can make them appear in a map and find events near me by filtering on category as it used to be !!

Related

Forge Viewer - can we make selections/highlight on loaded models and save in database so that we can show that selection next time user loads it?

Forge Viewer - can we make selections/highlight on loaded models and save in database so that we can show that selection next time user loads it?
Is this possible? Or how can we add sticky notes/RFI information /issues spot in the model.
I am working in a web application, how do we manage that information and save to some database so that we can show that information later when the same model is viewed again?
Thanks in advance
You can get or set the selection using Viewer APIs. Specifically, the getSelection method returns a list of object IDs that you can store wherever you want, and the select method accepts a list of object IDs that you want selected.
For more advanced extensions, feel free to browse our samples over at https://github.com/Autodesk-Forge. One demo that could be of particular interest is the "Forge Digital Twin" (source code, and live demo) which stores "reported issues" to a database, and later shows them as 3D annotations on the model:

Google MAP API | Push Notification for Website

I am using Google Maps API for a project whose functionality is something like below
Functionality achieved:
When user sign in they see map and their current location is traced. Users can mark their favorite location and add a comment.
Functionality required and I need help in:
When any user passes through any location in real time, then my web application should send a notification saying "you are someone's favorite place do you want to add comment and xyz..."
Can anyone help me even with a hint on how I can achieve this for the web application?
P.S: I am not using any mobile application for this purpose. This is a web application.
It sounds like you're already set up with getting the user's location through the browser geolocation api when the page loads. My suggestion is to get the user's location again on a certain interval, every couple minutes maybe. If the new location is more than a little bit different than the previous location, send an ajax request to your server, see if the new location is near one of these favorite places, and if so, display a notification that they are near this place.

How to fetch calendar events from a specific calendar address in google. (Android)

sorry but have been stuck on how i would go about fetching events from a specific calendar address that i have access too. Im more stuck on the conceptual idea like where to start and how i would go about fetching events from this one calendar i have and display its events in a list view so who ever down loads the app can view the events of this calendar in a list view.
I know how to fetch the calendars of the users phone and get the events from the selected users calendar and display it using text view etc. But was wondering if I could hard code in a calendar Iv created and parse the xml or html web address so i can fetch these events and display.
Please help! cheers

How to populate a jQuery Mobile list view of cities from Open Weather Map API?

I am trying to write a very basic jQuery Mobile app that will allow someone to select a city and view the current temperature using the OpenWeatherMap API. The data I want to use will be returned as json.
As per the landing page I can see that doing the query explicitly with the city is fine...
http://api.openweathermap.org/data/2.5/weather?q=London,uk
But what I am unable to find is how do I query the API to simply return all the cities, which will then subsequently allow me to populate my list view, then allowing the user to see the temperature.
I have read some people talking about using a 'callback', but I am unable to see how this would help.
I have written a basic app previously, but again, that was using a fixed location, where the user didnt have to select it, so I never ran into this problem before.
I am having problems posting my code, but will attempt to post it later this eve.
Any pointers/tutorial links would be great.
You have to contact them via email to get the latest list of countries.

How to display google+ local reviews and ratings of a particular business on my website?

I am developing an application like http://www.reputation.com/
User have to input the URLs like https://plus.google.com/105836802564090875429/about and i have to fetch corresponding review/ratings and have to display on my screen.
All the process will be automated. As we have google place detail api available(https://developers.google.com/places/documentation/#PlaceDetails) but here we have to provide reference of a place.
Now i am stuck that how to find reference from my url(https://plus.google.com/105836802564090875429/about)?