Chaturbate xml api

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • levd
    Confirmed User
    • Jul 2006
    • 581

    #1

    Chaturbate xml api

    To any Chaturbate rep out there...
    I see you xml api url http redirects to https a good thing, but please make the iframe model chat embeds in the xml api also https so the chatrooms work on a https site..

    Would be awesome! Thx!
  • TheDynasty
    See Signature
    • Apr 2016
    • 5882

    #2
    Originally posted by levd
    To any Chaturbate rep out there...
    I see you xml api url http redirects to https a good thing, but please make the iframe model chat embeds in the xml api also https so the chatrooms work on a https site..

    Would be awesome! Thx!
    Good idea! I've been wondering when that would happen.
    Try out WP-SCRIPT The Best Tube Script

    Comment

    • levd
      Confirmed User
      • Jul 2006
      • 581

      #3
      Affiliate supported is not their strongest point i guess.
      Im explaining the problem there is with their xml api and https sites, they tell me to call my programmer ;)
      I send out 4 or 5 more emails explaining the problem is with the xml api and they need to fix it in the feed....simply no more reply..lol..

      Comment

      • Denny
        Too lazy to set a custom title
        • Feb 2005
        • 17392

        #4
        Originally posted by levd
        Affiliate supported is not their strongest point i guess.
        Im explaining the problem there is with their xml api and https sites, they tell me to call my programmer ;)
        I send out 4 or 5 more emails explaining the problem is with the xml api and they need to fix it in the feed....simply no more reply..lol..
        Classic

        Comment

        • deonbell
          Confirmed User
          • Sep 2015
          • 1045

          #5
          Is it just a matter of changing http to https?

          If it is, seems like you could change very easy in code.

          Or do the chat room embeds not work over https?

          Comment

          • deonbell
            Confirmed User
            • Sep 2015
            • 1045

            #6
            Originally posted by deonbell
            Is it just a matter of changing http to https?

            If it is, seems like you could change very easy in code.

            Or do the chat room embeds not work over https?
            What I mean is, http to https in iframe code? Is that all that is needed?

            Seems very easy if so. Not worth changing an API feed for something like that.

            Or I miss something? I slow sometimes.

            Comment

            • roxpoxy
              Confirmed User
              • Jan 2015
              • 109

              #7
              Originally posted by deonbell
              What I mean is, http to https in iframe code? Is that all that is needed?

              Seems very easy if so. Not worth changing an API feed for something like that.

              Or I miss something? I slow sometimes.
              I believe this is the case.
              I had to do this to my custom white label when they made the https switch.
              just a str_replace('http','https') in php

              Comment

              • beavr
                Confirmed User
                • Sep 2015
                • 563

                #8
                I would like to see that fixed as well
                VR porn is SexLikeReal.

                Big money in VR porn those days

                Comment

                • Andreweb
                  Confirmed User
                  • Mar 2013
                  • 2431

                  #9
                  Is ptretty simple I use this
                  Code:
                  <iframe src='https://chaturbate.com/affiliates/in/9oGW/H8phg/?track=embed&room=<?php echo $user->username; ?>&bgcolor=white&disable_sound=1&embed_video_only=0&target=_parent' height=528 width=850 style='border: none;'></iframe>
                  Instead of the iframe embed code
                  Code:
                  <?php echo $user->iframe_embed_revshare; ?>
                  Just replace your iframe embed code with that (do not forget to replace the affiliate id) and should work !
                  Make Money With: Chaturbate
                  Cheap Reliable Hosting

                  Comment

                  • geedub
                    Confirmed User
                    • Jun 2005
                    • 3489

                    #10
                    Originally posted by Andreweb
                    Is ptretty simple I use this
                    Code:
                    <iframe src='https://chaturbate.com/affiliates/in/9oGW/H8phg/?track=embed&room=<?php echo $user->username; ?>&bgcolor=white&disable_sound=1&embed_video_only=0&target=_parent' height=528 width=850 style='border: none;'></iframe>
                    Instead of the iframe embed code
                    Code:
                    <?php echo $user->iframe_embed_revshare; ?>
                    Just replace your iframe embed code with that (do not forget to replace the affiliate id) and should work !
                    Smart.
                    Reliable web host that actually cares, tell em geedub sent ya. Vacares

                    Comment

                    • AllAboutCams
                      Femcams.com
                      • Jul 2011
                      • 12234

                      #11
                      What is the error i can not see any on my site femcams.com
                      Binance - Blockchain and Crypto Asset Exchange
                      Chaturbate make money in cams

                      Comment

                      • levd
                        Confirmed User
                        • Jul 2006
                        • 581

                        #12
                        Im not using a Chaturbate WL, i have a custom made website and im calling the xml api for all model, thumbs and iframe.
                        @Andreweb, its no problem to place the https iframe in my page, but the problem is it has to be the specific iframe for that model..thats why im using their api..
                        For them its pretty simple to replace all iframes in the api with https or use relative urls.
                        Btw, their chatroom embed iframes not in the xml api are allready in https https://nl.chaturbate.com/affiliates/promotools/embed/. ;) just change the urls in the api...

                        Comment

                        • levd
                          Confirmed User
                          • Jul 2006
                          • 581

                          #13
                          No Chaturbate reps on gfy?

                          Comment

                          • TheDynasty
                            See Signature
                            • Apr 2016
                            • 5882

                            #14
                            Originally posted by levd
                            No Chaturbate reps on gfy?
                            Steve & Punker Barbie
                            Try out WP-SCRIPT The Best Tube Script

                            Comment

                            • j3rkules
                              VIP
                              • Jul 2013
                              • 22111

                              #15
                              Originally posted by levd
                              No Chaturbate reps on gfy?
                              http://gfy.com/members/mohawk-steve/

                              Comment

                              • deonbell
                                Confirmed User
                                • Sep 2015
                                • 1045

                                #16
                                Originally posted by levd
                                Im not using a Chaturbate WL, i have a custom made website and im calling the xml api for all model, thumbs and iframe.
                                @Andreweb, its no problem to place the https iframe in my page, but the problem is it has to be the specific iframe for that model..thats why im using their api..
                                For them its pretty simple to replace all iframes in the api with https or use relative urls.
                                Btw, their chatroom embed iframes not in the xml api are allready in https https://nl.chaturbate.com/affiliates/promotools/embed/. ;) just change the urls in the api...
                                You can use the model's username given from the API and plug that into the iframe embed code. That is what andreweb is showing in his code. You can do whatever you need with what is given.

                                Did you buy this script or build it? If you bought it, Maybe the script maker can help you.

                                If you aren't making much money, I wouldn't bother chaturbate too much about changing their API.

                                Four or five e-mails after the initial response sounds irritating.

                                Comment

                                • levd
                                  Confirmed User
                                  • Jul 2006
                                  • 581

                                  #17
                                  Thx thedynasty & jerkules, i will contact one of them.
                                  Deonbell, thx i know how to change iframes manually. Its not a big change im asking and will benefit all WMs thinking about https, they only need to change the iframe embeds urls into https which they allready have but not for their api ;) or simply change the urls into //

                                  Comment

                                  Working...