is it possible get site description using google engine search for a specific link?
For example I would send this input:
http://www.facebook.com
and get this output:
Facebook is a social utility that connects people with friends and others who work, study and live around them. People use Facebook to keep up with friends, ...
How I can do it?
EDIT: I solve my problem, but if I would get category of url from google (for example, Facebook - Social Network), there is a way?
Related
I have made a RealTime and TurnBased Multiplayer Game(Android). Everything works good. I am using the
getSelectOpponentIntent()
from the Google Play Game Services to invite/challenge the friends. That has been deprecated by Google since August 2016 but still I used it to get the list of opponents.
The only problem using Google Play Game is, there are very limited number of users who have accounts on G+, as it fetches the friend list from G+ only.
I have tried using the Facebook Game Services but unfortunately, currently they do not provide the Apis for Realtime Game Play(By real Time I mean synchronous playing). There are other third part providers like nextpeer.com (each having its own pros and cons) but I love the way Google Play Game Services Work(as it fulfils all my requirements). Sending/Receiving Invitations work in a perfect way.
Now what I am thinking is, to Use Google Play services for gameplay and invitations while using Facebook friends or friends from my contact list.
I mean instead of using
getSelectOpponentIntent()
I want invitations/challenges to be sent in a following way.
Step 1: Open my custom Activity in which I list all my Facebook friends or all my contacts.
Step 2: Select the friends from the list.
Step 3: save the selected friends in a Arraylist.
Step 4: Pass on the list to Room Configuration Callback using Google Play Game Services like this.
rtmConfigBuilder.addPlayersToInvite(invitees);
I have searched a lot on this issue but didn't get any proper help. I have also started the implementation on my own but not sure whether google play services will be able to handle the manual friend list or not.
Any suggestions and help will be highly appreciated.
Thanks
I am developing an android app and I want three dropdown having country, state and city. How do I get the database for this? Is there any google api which could help me as in google maps, when we start entering address, it auto suggests the full address including city, state and country.
I found some companies provide this database but they charge a lot and I think there would be some easy way to do this.
You can take a look at this link for combining Google Maps Addresses with your Android app: Adding Place Autocomplete to your Android App.
Of course, you'll need to sign up for a Google Maps API Key.
Also, if you use the (free) Android Studio IDE, there is help for creating a sample app that uses Maps.
For a FREE listing of cities of the world, you can try these:
World City DB
MaxMind: Free World Cities Database
There's plenty of examples of this data being available free on the internet. Lots of developers need data like this, so other developers share their compiled lists online. They often even keep them updated via version control sites.
Just Google something like 'JSON list of countries'. Here's just one I found.
It's a very comprehensive list of countries, and every city inside each country. This data is in JSON format, which is quite easy to parse in Android. This post explains it pretty well
I am developing an app that has a requirement to send a friend request to the facebook app or at least re-direct to the facebook website.
I have taken a look at the Graph 2.0 SDK and I noticed that the friends dialog was removed. Similarly having looked at similar posts on Stackoverflow it appears as though this may have been possible at one point but not anymore?
Is someone able to confirm or suggest a way of doing this?
Lets say I have an application on android and two of my friends have downloaded it. Many apps such as words with friends have the ability to look at your friends, find out who has downloaded the same app and display it in your own application so you can play/challenge them now does anyone know a good starting point at what to look at to accomplish this goal of finding which of my friends are using my app through facebook or what can I do to achieve this?
You can query me endpoint as following
/me/friends?fields=id,installed,name
It will return friends of user with either installed feed set or not depending upon the condition if they have installed or not.
Further documentation here
Could anyone show me a way on how to integrate the traffic info app Waze into the website?
I have looked up the previous post but somehow there is no answer to it.
Waze is an application, which offers an actual traffic information. There is also a livemap Waze livemap - where are marks as you can see.
So, I found some site - egaraz and I'm really curious how did they get the data from Waze.
Programming is not my main field but a could still understand some basic php coding.
Could someone suggest me a working solution?
Thanks
a while ago i wrote this project:
https://github.com/Nimrod007/waze-api
you can run this api and get:
get address list from free text
get routes by address (text)
get routes by coordinates
get traffic notification
get navigation instructions
link to full docs:
http://htmlpreview.github.io/?https://github.com/Nimrod007/waze-api/blob/master/docs.html
After googling I found that WAZE has an API for developers which you can use. They have given sample code only for android and ios. I am not sure about php. Check this link from waze developer - http://www.waze.com/dev/documentation/