How to use the free resources in the Freemium Plan? - here-api

I have registered for a freemium account, and I want to get access to the Destination Weather API.
But when I try to link the URL through python, it says "error":"Unauthorized","error_description":"No credentials found"}\n' and has a response <40. When I try to generate the token, nothing appears on the output.
I wonder if I can use the free resources directly like this? Or if there are other approaches to test the data? Thanks in advance!!
enter image description here
enter image description here

Related

LinkedIn API: How to get company from status-update link?

I have just one basic question about the LinkedIn API, I'm new to that and I don't even use LinkedIn.
Imagine that I have this link: https://www.linkedin.com/nhome/updates?topic=5967002483262787584 - how can I restore the company ID, updateKey for the company or something similar to that? Simply I want to get any information and I know how to use the company API but this is a bit problem (that cannot be solved by this API) and I don't know how to solve that...
Thanks a lot for every single help.
Ok - First take a look at this information:
How to get company logo from Linkedin API?
Then take a look at this web page:
https://www.linkedin.com/nhome/updates?topic=5967002483262787584
The other problem is similar to your problem. You will have to scrape the web page to get the information. If you look at the <TITLE>...</TITILE> part on the IBM web page you will see it says "IBM | LinkedIn".
That is how you get the company's name off of the web page's HTML.
The LinkedIn API says:
https://developer.linkedin.com/docs/fields/company-profile
Check out their Profile Information. Note the "name" field? The company's name should be in that field also.
(BTW: I do NOT work for Stack Overflow or LinkedIn. Just in case you were wondering. I'm just a good samaritan helping out. :-) )
Update: I just re-read your request. If you know what the company's name is you should be able to use the API to reload their profile which has their ID number on it. Don't know about an update key. Do you get what I am talking about?

Set up email for a customer.details to get from them

This could be a question related to my area, but I dont know where to ask. There will be a page in our customers website. When they come to that page it will be populated with many email addresses.There will also be an attachment of type PDF. And some email content.They have exchange set up. I know very little about this emailing.Some reason always found it confusing. I need to get some details(email settings) from them for this page to work. Also the email addresses that the page will populate WILL contain other than their own domain address.i.e. gmails,msns or yahoos etc. So what is that I need from them?More questions coming. If you need more info,please ask. Thanks
I would suggest using EWS Managed API to communicate with the Exchange server. It's really not that difficult to use once you get your connection established. All you need from them is there credentials for their mailbox, or you could set up a service account with impersonation if you don't want to use theirs.
Here are some resources to get you started:
Download the EWS Managed API
Read conceptual content and 'How To' topics
See how it's done by downloading sample code
The sample code shows how to authenticate with Exchange, send emails, and a whole lot more. The Exchange developer documentation team continues to post new 'How to' topics.

How to use facebook api to pull user data

I have a requirement in our sign up screen wherein we ask the user if they want to use their facebook profile for sign up. The process we are thinking is when the user logs in facebook or allow us to access their data. I will just pull the name, e-mail, address and save those things in our database as in creating an account base on their facebook data.
I'm confused on how to start it so does anybody can point me or have sample code how to do this?
Thanks.
I hope this article will give you the direction:
http://www.mono-software.com/blog/post/Mono/179/Using-Facebook-API-in-ASP-NET/

OpenX Market Advertiser Console API

I want to develop a simple API for openx advertising console which will allow me to add placements and domains in a placement automatically i.e. I can multiple domains in a placement simultaneously.
I am looking for sample code/script to do this??
As I am new to openX please tell me how to do this or provide sample code/script?
Sorry for the late reply but to do so please access their developer api examples located here

Accessing a users contacts from a webpage

Is it possible to access a mobile users phone contacts from a web page? The company I work for would like to use QR codes to direct people to a coupon on their website and then give viewers the option of sending the url to their friends in a text message.
Obviously this would be an opt in service. Perhaps you would need to build a mobile application to accomplish the task? If anyone has an idea on how to accomplish this or something similar please let me know.
As far as I know, it is not possible to access the contact database via a web page, on any of the major platforms; in order to access this data, a native application is required.
Nate is right.
The only thing that you can do (that won't accomplish everything you need) is encode SMS message in QR code (e.g. "sms:number:subject" see http://code.google.com/p/zxing/wiki/BarcodeContents), this way your company will get user's phone number as part of SMS message, but not numbers of his/her friends.
An API for accessing contacts is being built into the WebApi by Mozilla but as of today it's not enabled by default and I expect cross browser support is still far off.

Resources