View Single Post
Old 06-06-2017, 11:08 AM  
sarettah
l8r
 
Industry Role:
Join Date: Oct 2002
Posts: 13,488
Quote:
Originally Posted by lokee81 View Post
Thanks for all the replies. I have been away for the week-end and have not had time to do any updates.

I tried to link into the JSON file but I ran into a problem,

XMLHttpRequest cannot load (link to JSON file). No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin '(www(dot)camporn(dot)xxx' is therefore not allowed access.

I read that when accessing JSON files it needs to be on the same domain ? If someone could give me a helping hand what Javascript code would be right to access the file I will be flying.

Many thanks
You cannot load the json version (or any other version) directly that way because of cross domain restrictions.

You need to pull the API to your server, then you can use ajax to pull it from your domain on your server.

Piece 1. On your server you periodically pull in the feed (either JSON, XML, or YAML). Store that data on your server.

Piece 2. From an html page, served from your server, pull the data from your server to be displayed.

There are a bunch of threads in here discussing the Chaturbate API. So, while how to use the API documentation on Chaturbate is sparse, there is plenty here to be found if you just look for it. The documentation on CB's site merely shows you what fields you can get. It does state that you will need access to a programmer, that is because most programmers will be familiar with how to work with a feed.

Here are links to the old No Money in Porn scripts. Please note: I did NOT write these and I DO NOT support these scripts, I am merely keeping them available so people can get a hold of them. So don't be emailing or PMing me with a whole bunch of questions about them.

Stand Alone version: http://www.madspiders.com/nmip/nmip_...standalone.zip
WordPress plugin version: http://www.madspiders.com/nmip/nmpch..._wp_plugin.zip

Here are some of the threads dealing with the API, no particular order:

Embed Live Cams Script

Chaturbate API help

WP Chaturbate Plugin

Add Online Feature

Save Created XML

Chaturbate API Coding

Hope that helps.

.
sarettah is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote