Questions tagged [myspace]

69 questions
0
votes
1 answer

Zend framework compatiable twitter, facebook ,myspace API

Can any one give me Link for API's to post messages over twitter, facebook ,myspace social media using zend framework?
user319198
0
votes
1 answer

How do I integrate the MySpace API in my iPhone application?

I want to integrate the MySpace API with my iPhone application. I tried using the MySpace demo application provided here, but when I click on the login button it opens Safari and takes me to the MySpace login page. I want to update status and mood…
0
votes
2 answers

Dynamic User Directorys

When a user registers I am wondering how to create them a dynamic directory (which will show they're profile), such as Facebook / MySpace. I want the directory to be that of their username. The username is stored on the database. Technologies being…
itsphil
  • 3
  • 1
0
votes
1 answer

How to update status with myspace python api

I'm using myspace python api to post update status, but its return 401, Can't figure it out ,How to deal with that.
vernomcrp
  • 3,459
  • 11
  • 34
  • 44
0
votes
3 answers

Instant Messenger in PHP?

I am woking on another project, and need to be able to create an online instant messenger that combines everybody's chat (Myspace, Facebook, Yahoo, AOL, Google , etc) into one in order to provide the user with an easy way to chat with all their…
Zac Brown
  • 5,905
  • 19
  • 59
  • 107
0
votes
1 answer

oAuth consumer for myspace not returning data

I am using the following link as a base for implementing myspace oAuth consumer in my website. http://stevenng.net/2009/03/17/using-myspace-rest-api-with-oauth-and-c/ When i use the basic oAuthBase.cs class i receive the 401 unauthorized error but…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
1 answer

What is the best way to list friends in a paged format using opensocial?

I have got the list of my friends and i can traverse through the collection to list them as per my requirement. But I want to show them in different pages as the people on myspace may have more than 100s of friends, so I dont want to show them on…
ria
  • 819
  • 5
  • 19
  • 40
0
votes
2 answers

Search MySpace by keyword using PHP class

I've come across several tools that search users by keyword, however, none that's open source. I'm not familiar with the MySpace API and at first glance it doesn't seem like this option is available. I was hoping a PHP class exists for this sort of…
Kamo
  • 3,547
  • 2
  • 19
  • 20
0
votes
1 answer

unable to login using myspaceid on Android browser?

I am trying to login on my website using MyspaceId running on Android web browser. It works fine on iphone browser but fails on Android browser and following error occurs: ErrorCode: -6 Description: The connection to the server was…
Adnan
  • 2,986
  • 7
  • 43
  • 63
0
votes
1 answer

css coding on Myspace - Problem

Hey Folks. I've read what I could, and I'm certainly no master, but I'm fixing up a colleagues profile on myspace.com, and im working with 2 divs in each side of the screen, and I want them to align so that they are next to each other. I've tried…
0
votes
1 answer

How to get around myspace's msplinks

Im editing the html of a myspace page to insert a form. For the 'action' attribute of the form I have a web address (naturally). It works fine on a real website, but what happens with myspace is that any links you enter are routed through the server…
Jackamo
  • 1
  • 1
0
votes
1 answer

Automated posting on a myspace blog

I intend to automatically post an article teaser on a myspace blog when I publish it on another website. Is this possible using one of the official APIs or will I have to get down to the nitty-gritty and do this manually? I know the "Share on…
h0b0
  • 1,802
  • 1
  • 25
  • 44
0
votes
2 answers

Myspace Music Layout Question

How do I push my content to the top of the page to not cover up the ad, but to cover the menu and myspace links. I want to do something similar to: http://www.myspace.com/sensesfail and http://www.myspace.com/attackx2. Thanks.
EE.
  • 6,111
  • 3
  • 18
  • 5
0
votes
0 answers

click on element using selenium returns error - python - myspace

I use selenium with python 3.2 and works fine for most of sites but when I tried to click a button on the share page it gives me error I used two ways as below x = br.find_element_by_css_selector('BUTTON.primary') x.click() or using action chains…
Mohamed Yousof
  • 725
  • 1
  • 9
  • 38
0
votes
2 answers

Myspace Profile 2 CSS question (HTML Box Module)

does anybody know how to remove the small grey lines from the HTML Box Module from myspace profile 2.0 via css? I just can't figure out how to select it div.htmlboxMODULE does not seam to work. thx