Welcome Developers!

in

Welcome!

in

Share on myspace is not working

Last post 12-09-2010 2:57 PM by Joel. 12 replies.
Page 1 of 1 (13 items)
Sort Posts: Previous Next
  • 04-04-2010 11:40 PM

    Share on myspace is not working

    I am creating an iframe application, i want to share some products to my friends .So i coped code for sharing, The pop up is coming but it is not working, it is showing error  THAT MYSPACE APPLICATION IS UNDEFINED AND , $GET METHOSD IS NOtT defined/

     

    Please help me .

    Regards Ajeena

  • 04-05-2010 3:26 AM In reply to

    Re: Share on myspace is not working

    Hi All,

     It is working in Opera, but it is not working in Mozilla , version is 3.5.9. Is it browser depend .Please help me.

    Regards

    Ajeena

  • 04-05-2010 1:05 PM In reply to

    Re: Share on myspace is not working

     Please include your appID and a list of steps to replicate this problem on our end.

     

    thanks,

    Joel

  • 04-05-2010 9:27 PM In reply to

    Re: Share on myspace is not working

    Thanks Joel for quick replay . Actually i didn't get you. Please explain in details, so that i can correct this issue.Where i have to include my appID ? In opera i am facing new issue that, i am not able to get image preview in share pop up , .For passing image url what i have to do , please show me one example. Regards Ajeena
  • 04-06-2010 1:37 PM In reply to

    Re: Share on myspace is not working

     I don't know how to correct the issue because I don't know how to replicate your problem. How can I re-create this issue? Are you sure the problem is not in your code somewhere? We have tested our sharing js in Firefox and have had no problems. Please send me a link to your app and steps I can take to see this issue in Firefox. I don't know if we even test with Opera, but I will check.

     

    -Joel

  • 04-06-2010 8:30 PM In reply to

    Re: Share on myspace is not working

    Hi Joel, My application link is http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=182683&pm_cmp=mdp_182683_Unknown_ Could you please check this ,
  • 04-07-2010 3:26 PM In reply to

    Re: Share on myspace is not working

     I go to your page and I see this error:

     

    The connection has timed out

        

    The server at 91.0.0.99 is taking too long to respond.


        *   The site could be temporarily unavailable or too busy. Try again in a few
              moments.

        *   If you are unable to load any pages, check your computer's network
              connection.

        *   If your computer or network is protected by a firewall or proxy, make sure
              that Firefox is permitted to access the Web.

  • 04-07-2010 10:00 PM In reply to

    Re: Share on myspace is not working

    Hi joel,

    I have only problem with my code that i am not getting image on the share popup by clicking the share button.It is showing that 'No Image ' box.

    I have used the fllowing code for share on mspace button. Could you pleae check and let me know is there any error in my code

    <script type="text/javascript">
                                               
                                                function GetThis(T, C, U)
                                                {
                                                        var targetUrl = 'http://www.myspace.com/index.cfm?fuseaction=postto&t=' + encodeURIComponent(T)
                                                            + '&c=' + encodeURIComponent(C) + '&u=' + encodeURIComponent(U);
                                                        window.open(targetUrl, 'ptm', 'height=450,width=440').focus();
                                                }
                                            </script>
     
                                            <a href="BLOCKED SCRIPTGetThis('Pocket Market', 'Pocket Market', '<?=SITE_URL;?>myspace/view_mypocketmarket.php')">
                                                    <img src="http://cms.myspacecdn.com/cms/ShareOnMySpace/small.png" border="0" alt="Share on MySpace!" />
         
                                            </a>

    Thanks & Regards

    Ajeena

  • 04-08-2010 3:34 PM In reply to

    Re: Share on myspace is not working

     I am still getting the timeout error. Can you please fix this so I can escalate this issue to our staff?

     

    thanks,

    Joel

  • 04-09-2010 10:10 PM In reply to

    Re: Share on myspace is not working

    Hi Joel, Issue is solved, it was because of the ip url of my application , when i changed it to domain url image preview all are coming. Regards Ajeena
  • 04-12-2010 1:31 PM In reply to

    Re: Share on myspace is not working

     Good news. Thanks for the update!

     

    thanks,

    Joel

  • 12-09-2010 11:46 AM In reply to

    Re: Share on myspace is not working

    can some one tell me why this code does not work...

    require_once "path.to.osapi/osapi/osapi.php";

    $appKey = '###########################';
    $appSecret = '#########################################';
    $userId = '527079626';
    $appId = '198549';

    $osapi = new osapi(new osapiMySpaceProvider(), new osapiOAuth2Legged($appKey, $appSecret, $userId));
    $batch = $osapi->newBatch();

    $params = array('statusMood'=>
    array(
         'sharedLinkInfo' => array(
              'description' => 'Description',
              'linkUrl' => 'http://deporteshn.com',
              'thumbnailUrl' => 'http://deporteshn.com/admin/noticias/images/images120/180.jpg',
              'title' => 'Title'
              ),
         'source' => array(
              'imageUrl' => 'http://deporteshn.com/images/icono.jpg',
              'name' => 'Name'
              ),
         'status' => 'Status'
    )
    );

    $batch->add($osapi->statusmood->update($params), 'set_status_mood');
    $result = $batch->execute();





    Result : Array ( [set_status_mood] => Array ( [id] => @self ) )

    Json : {"statusMood":{"sharedLinkInfo":
    {"description":"Description","linkUrl":"http:\/\/deporteshn.com","thumbnailUrl":"http:\/\/deporteshn.com\/admin\/noticias\/images\/images120\/180.jpg","title":"Title"},"source":
    {"imageUrl":"http:\/\/deporteshn.com\/images\/icono.jpg","name":"Name"},"status":"Status"}}

    Response for the set_status_mood request:

    Array
    (
       [id] => @self
    )



    It looks fine, but the image is missing.

    Atte. Jose
  • 12-09-2010 2:57 PM In reply to

    Re: Share on myspace is not working

     I can see a problem with our inline share images. I have escalated this to our team and they are investigating now.

     

    thanks,

    Joel

Page 1 of 1 (13 items)