Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 12 months ago.
Improve this question
I have a classifieds website (with geoclassifieds basic) and would like to integrate amazon results into the search results. What's a simple way to to do this?
You'll need to apply for an account at http://aws.amazon.com and get an API key. Authenticating to the API is somewhat involved, so you might want to have a look at something like http://gulati.info/2009/08/amazon-php-api/. Documentation for the Amazon Product Advertising API can be found at http://docs.amazonwebservices.com/AWSECommerceService/latest/DG/.
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
Hi I have Joined a facebook Group and I want to get the recent posts on my website using PHP.
I don't know where to begin. I used google to look this up but all I could find was how to get post from an app.
To achieve this you'd want to use Facebook's API: https://developers.facebook.com/. More specifically this is the documentation regarding accessing data from a group.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to fill up a database table concerning mobile phones and their models from a website like gsmarena, only the brand and the model. Am using microsoft sql server, but to fill it i think i can do that with a php crawler, is there any alternative or any tip to do that easily?
GSMArena doesn't seem to offer an API it seems, so there's no other chance for you than to scrape their website. However, that might be illegal. Ask them first.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to create a bot for trade like on csgolounge.com or like on other websites. I can't find the manul.
I found this: Steam Web API/IEconService
.
But I don't know how to use it. Please give me the right direction.
In the same link you provide is the answer for your question, https://developer.valvesoftware.com/wiki/Steam_Web_API
From PHP you'll need CURL extension enabled in order to make requests to this API
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I'm fairly new to web design and I would really like to know how to create a dynamic map from scratch. Here is the idea. The website takes a poll from users (from let's say the US). I want to update a map of the US and darken the regions of the map as more people from that location participates (they enter their location). How would I do this? What are some resources to get started with?
I think you could do this with googlemap api Heatmaps.
Sample https://developers.google.com/maps/documentation/javascript/examples/layer-heatmap
Please refer https://developers.google.com/maps/documentation/javascript/layers for more details
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
i want to create a web app with REST API service. i want it to be like Facebook API.i know Facebook uses OAuth.
so how can i create a PHP REST API using OAuth?
Thanks