Reading review posted data in mvc Web API - google-schemas

I know that question has been asked several times before but nobody answered.
My schema for review action in email is fine and posting perfect, but I cannot read the rating value and the reviewBody from posted data. I am trying to read them in MVC Web API.
Can anyone please help me how to read those values from the posted data?
Thanks

Finally I managed to resolve my self.
Here is what was my issue in case for someone who may have the same issue.
In my script (json+ld) i had 'review.ratingValue' for requiredProperty and it was validated fine but it was actually posting 'review.reviewRating.ratingValue'.

Related

Yahoo finance no longer work?

I used to get exhange rate from yahoo finance api by javascript with following url:
http://finance.yahoo.com/webservice/v1/symbols/jpy=x,eur=x/quote?format=json
but now it no longer work! I have search on the net but no luck.
Any help would be great, Thank!
Update: it is working if open with chrome mobile
Yes, it seems like Yahoo! has discontinued the (private, mostly-undocumented) Yahoo Finance API that many have been using for their currency data. All responses seem to be returning "Not a valid parameter". I suppose there's a chance they may switch it back on, but they don't officially support that API anywhere as far as I can tell.
I created Open Exchange Rates about five years ago, and our exchange rate API now supports a community of tens of thousands of developers - and their tens of millions of users - with accurate, up-to-date information.
Please feel welcome to check out our Forever Free service at https://openexchangerates.org.
Our API is in a simple, original JSON format, which has actually caught on as a standard method for displaying rates because it's so simple to work with (unlike the Yahoo API, which required you to parse the obscure nested objects to pull out the basic info you needed...)
If you need assistance porting from the deprecated Yahoo! API, we'll be happy to assist via email.
(I am the founder of Open Exchange Rates.)
indrakula is right, and their response helped me, but...
I also needed to retrieve exchange rate tickers (i.e. USDGBP=X). This was not trivial, and I had to do some searching. The URL format in this case is http://www.google.com/finance/info?q=CURRENCY%3aUSDGBP. This URL returns a JSON body and not something else as the alternative URLs mentioned in one of the comments for that reply. Also note the link with the parameter descriptions seems to be out-of-date, but I found most of them are self-explanatory. So don't rely on that link.
Note: I wanted to post this as a comment to indrakula's answer, but one needs 50 reputation to comment! I'm new! I tried to submit this as an edit to their answer but it was (rightly) refused.
use google http://www.google.com/finance/info?q=GOOGL
paramater description here http://www.networkerror.org/component/content/44.html?task=view

Synchronizing Fusion Tables

I am a high school student who has taken a course this year on app inventing. We recently started a project where we are making apps that would benefit our school in a positive way. We decided we would make a website for our app for those that can't access the app. We came to a roadblock and asked our teacher to help us out. Unfortunately, he wasn't able to provide us with the help we needed. So he said to find something online that can help us, which is why I have come here.
Our app project was for a place where people can report found items, or look for any item they lost. On our website, we created a Google Form for them to fill out, which then gets inserted into a Google Spreadsheet. From the spreadsheet, we were trying to get the information to be transferred over to a Google Fusion Table which we found a site that has a step by step explanation on how to do so. This is where we have come across our error. We're not sure why this keeps happening, and have triple checked everything and nothing has fixed this error. We were hoping someone could help us out and provide any sort of assistance on fixing this error.
Attached is the screenshot of the error we keep receiving, and the link to the website we used to help transfer the information.
Synchronizing Fusion Tables!
Thank you for your time, and hope to hear back from you soon.
Hard to answer as we have little information. Someone had the same problem and had in fact not switched the service on in the script editor, so in case you wouldn't have come across the link: https://productforums.google.com/forum/#!msg/google-fusion-tables/6ZtaoDUASb4/M5iqO6-6dOQJ

Where did odata sdk code sample go?

I am trying achieve the same thing asked by this question, Routing in WCF data services
It seems like the code sample linked in the answer is no longer valid, but I don't have enough reputation to post a comment. Anyone know where I can download the sample code?
Thanks
The sample code links are now all verified functional at http://www.odata.org/ecosystem/.

Web - Update app content?

I have a simple question and I could not find a good answer on every search I've made. I wanted to make an app about a company that helps poor people and children with problems. They asked me if I could do an app that would show their latest news and campaigns, and, of course, I said I would do it for free. But I'm kind of a begginer, and I don't know how I should retrieve the news from their website (or twitter) to my app. I've heard of JSON and XML, but I don't know if that would do it. I want an app that would have all the news up-to-date, can anyone please give me some advice and help me? Thanks a lot everyone.
If they have an RSS feed, you could write an app that pulls down the feed, parses it and displays each entry in a table row. You should be able to find plenty of examples on http://github.com to help you.

GetAllCampaignTargets not returning any targets [JAVA - Sandbox V201109]

I am facing this issue when migrating the Google API from V201101, V13 to V201109
I am trying to get all the targets using GetAllCampaignTargets
provided in the link.
For the campaign i added, i am seeing targets in "Google Sandbox
Viewer" but in output object of GetAllCampaignTargets i am seeing
totalNumEntries value as 6 but in actual entries object only 1 is
available with null targets.
Could you please help me to sort out the issue.
Thank you
Balaji
The official forum of AdWords API is http://groups.google.com/group/adwords-api. I recommend that you ask the question there, since the official developer of the PHP library regularly answers questions on the forum. Also, turn on the SOAP logging (the settings are in src/Google/Api/Ads/AdWords/settings.ini), and POST a sanitized SOAP request and response xml for the failing request. Someone will answer your question in a day or two. Make sure you sanitize the xml before posting, do not provide email, password, authToken, developerToken, etc.
Cheers, Anash

Resources