Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
After finishing your signup process in facebook, a page will load asking you if you want to load contacts from your email account and their profile images (be it gmail, yahoo, ...etc).
My question is : is there any API that can do this for me?
Notice : I know this question was asked before but the last time it've been asked was on 2008, so I expect that many other choices appeared since that year.
Thank you in advance
Try OpenInviter or GetmyContacts.
See Contact Grabber
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 days ago.
Improve this question
I want to make a personality test in WordPress site that asks the user to enter his e-mail, his manager's e-mail at work, and a colleague's e-mail, then at the end of the test the average of the three tests appears
Please wich plugin do thats
I did try many plugins but not result
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I have an encyclopedia-like website and there are millions of pages.
Each page addresses a specific topic or issue.
Now my question is, is there a web service, API or any other service with which I can obtain an image relating to a word or title? For example I expect the service to return the picture of a car, if I passed it the string "car".
https://www.flickr.com/services/api/
https://developers.google.com/custom-search/json-api/v1/overview
But take copyright issues into account.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
Is there an yahoo Api that can help you send yahoo instant messages with PHP ?
I googled for it but I found forums with threads from like 3,4 years ago... I found some classes that didnt work and so on. Can someone help me?
yes there is a messenger-sdk-php.
you need to create a new instance of the class:
$engine = new JYMEngine(CONSUMER_KEY, SECRET_KEY, USERNAME, PASSWORD);
signon using a yahoo account:
$engine->fetch_request_token();
$engine->fetch_access_token();
$engine->signon('Status message');
then you can send messages :
$engine->send_message('yahooID', $message);
sample client provided with the code is a good place to start. it accepts any friend requests and accepts orders like help(show available commands),news(show news titles from yahoo),...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I want to know if there are any APIs or web services where in we can get the county name if city name is provided.
For example: I want to know county of city 'Evesham'.
Please let me know if any open sources are available.
Thanks
Try this. As said in another comment the Royal Mail service is quite expensive:
http://www.dangibbs.co.uk/journal/free-uk-postcode-towns-counties-database
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I know that this question as been asked somewhere else, but I did not find the answer I was looking for.
I am looking for an open source hotel booking system in PHP (both front-end and back-end). I had a look around but I have not found anything intersting.
Could you please adivise any good one?
Much appreciated. Thank you.
Fracesco
There is a module for Drupal called OpenResort that's close to what you're looking for, I think.