Developer API key issue for AOL - aol

I am creating one new application using AOL login. For this I require developer api keys.I get the api keys for Facebook,twitter . But for aol.com , when I open dev.aol.com it redirects to www.aol.com always. Please anybody suggest me how to get APi kes for AOL . Why is this redirecting to home page ? Please reply

It looks as if the AOL Open Auth API has been discontinued.
http://www.programmableweb.com/api/aol-open-auth
http://www.programmableweb.com/api/aol-open-mail
All links that used to point to its documentation now point to the main aol.com website.
I also just called AOL and the technical support representative was unable to find any information at all on any developer APIs.
Sorry, looks like you're out of luck.

Related

Verification process for google picker

my dev and I would like to implement the google picker on our website. It will allow the web-visitor to upload their files from their Google drive to our website.
My dev is now trying to get the API for the google picker however they are asking for a "demo video that showcases the process to request an OAuth token" and we were wondering how we should do it when we don't have the API from google.
We are doing all of this on the staging site and we were wondering how are we suppose to do this demo video when the API is not provided and not installed.
please enlighten us, thank you!
See the question How can I make sure the verification process is as streamlined as possible? in the FAQ. It explains what the verification team is looking for with the video. Mostly it's just about showing how your product uses OAuth and the various APIs -- in your case how it asks for access to Drive, how the picker is used, etc. You're showing the integration from the user perspective.

Need Whatsapp api for sending messages from my PHP project

i want to know if there is any whatsapp api that can help me to send messages from my php project because after some research i found that whatsapp doesn't have any api for developers..
someone can help me please?
I used Google :
A quick google search with the proceeding query : "WhatsApp PHP API" gives us many results , the first result is a github page made by mgp25 a well known member of the github dev community.
Good luck!
You are absolutely right that whatsapp does not published the api for the such chatting using php .
By the way you can use the sharing uri to share text messages who have whats appp installed in their device or web chat option for whatsapp
Chat API: https://api.whatsapp.com/send?phone=15551234567
Custom URL: Scheme whatsapp://send?text=hello world
First one is used to open chat with the desired phone number and the second one is used to share some test as custom url format.
Whatsapp is now maintain by facebook and it has created a api for business to communicate with customers .
This it has launched api for whatsapp as well as for Facebook instagram .
You can have a look on the documentation portal for whatsapp api for more details
https://developers.facebook.com/docs/whatsapp/api/reference
Also there are partners of Facebook who give ready made solution to the productivity.

Not able to connect espn developers account for access key

I am trying to access http://developer.espn.com/member/register site for ESPN API key generation. But I think it is blocked and redirecting to documentations page.
Please help.
it is not working anymore, they have discontinued their public API,
for more information, please check this link:
http://espn.go.com/static/apis/devcenter/blog/read/publicretirement.html

Google PHP API - (403) Access Not Configured

Im using the Google PHP API Client http://code.google.com/p/google-api-php-client/ to retrieve data from the google API.
Logging in thru OAuth2 and fetch user information works like a charm, but when I'm attempting to access the goole analytics api i get this 403 code error every time. Hundreds of users with the same problem forgot to activate the Google Analytics API in the service settings, or simply provided incorrect credentials (client_id & client_secret). I've tried to enable/disable the Google Analytics multiple times, and logging in/out from my google accounts, but no result.
Anyone that has any pointers for me?
(Remember, the OAuth procedure works, since I'm getting both an access_token and refresh_token)
I'm using the simple.php example in the class examples folder...
I'm working on Drive myself and understand the issue. I've been having some troubles understanding Google and their PHP api somewhat. I've finally got it to work with some clarification of examples found around the internet.
Your problem sounds like you didn't set your scope to Google analytics but, please be clear in the steps you've taken as well as the code you've tried using.
The error could be as simple as forgetting this line in your oAuth callback file:
$client->addScope(Google_Service_Analytics::ANALYTICS);
To something complex as understanding if you need a full paid account to access information from Google about your Analytics (not included as free like Google+ and Google drive).

Create a Google+ application

I am interested in creating a Google plus application.But I come to know that Google haven't released its api yet.Then How these guys are creating Google plus applications?
http://startgoogleplus.com/
https://chrome.google.com/webstore/detail/egmjfgoffglfaiieliagnianjiohfnhf?hl=en-US&hc=search&hcp=main
Thanks in advance.
The second one looks like the only thing it does is to allow you to access the mobile version through desktop browser, so my guess is that is "faking" the the User Agent of a mobile browser to cheat Google+.
The first one, if it just imports the photos from Facebook and adds them to Google+ it may be using the Picasa api, since it's where Google+ stores the pictures.
Even if you cannot access Google+ api just yet you can use the other Google ones to "influence" what you get in Google+. Just be creative :)
The API has now been announced at: http://googlecode.blogspot.com/2011/09/getting-started-on-google-api.html and the official homepage is: http://developers.google.com/+/