Forums - Share your ideas, feedback and know-how
Step 1 Join the community Step 2 Introduce yourself Step 3 Share your know-how Step 4 Provide Feedback

News on the Vine

Betavine 2.0 goes live!

We've just released version 2.0 of betavine.net. In December we decided to re-write the whole platform using standard open source components. This gives us greater flexibility, allowing us to develop new site features for you to use.

Please note that we still have some final data migration to complete and therefore some functionality such as download counts may not be correct for a day so - please bear with us whilst we complete these final steps - thanks.

Find out more Go

Campus Life Competition Anouncement

The Vodafone UK Student Campus Life competition has now come to a close. The 3 winners have been announced.

Find out more Go

Nokia WidSets Competition Anouncement

The Nokia Student WidSets competition has now come to a close. The Widsets team have announced the three lucky winners with more details on our site.

Find out more Go

Betavine now linked to Vodafone Live! Spain

We are pleased to announce the first of a series steps we are taking to help promote Betavine apps to a wider audience. As of lunchtime today, there is now a link to betavine.mobi in the Applications area on Vodafone Live! in Spain. This is a fantastic opportunity that opens up Betavine to over 16 million mobile users! If this proves popular we hope to link with other countries in the near future.

The homepage displayed to users accessing the site from Vodafone Live! contains a set of 'Featured Applications'. If you would like to showcase your application via this channel, please email webmaster@betavine.net.

Betavine Hosts Vodafone Apps

Vodafone Global are launching a suite of applications that work on a range of phones. Due to the way apps are hosted, and our inbuilt feedback and deployment system they have chosen Betavine to partner with.

Why not have a look at some of the apps!

Find out more Go

Betavine sponsors Mobile MiniBar

Betavine will be one of the presenters and sponsors of the upcoming MiniBar, which will be all featuring several start-ups in the Mobile Industry, on Friday May 30th. Registration has now closed, but we hope to meet many of you there!

Find out more Go

Redesignme announce competition winners

Redesignme have just announced the winners of the betavine.mobi competition. Thanks to all those who took part!

Find out more Go

New Betavine website release now live!

We are pleased to announce that the latest release of Betavine has now gone live. This release includes a number of fixes and improvements based on the feedback we’ve received from the Betavine community. Some highlights include:
The list of Latest Apps on the homepage is now updated when files are added to an App Profile. Previously this was only updated when an App Profile was created

- We have now included a Betavine search at the top of each page of the site. This should hopefully make finding the services and information we offer easier

We hope you enjoy this latest release – as always, any feedback via the forums is appreciated!

For previous news visit:

News on the Vine Archive Go

Forums

mikerowehl
mikerowehl
Mowser
Always getting error code 4 back
I'm trying to use the APIs to test out sending SMS to myself. I tried sending requests using a developer key, and if I understand the reference docs correctly a URL like the following should work:

http://www.vodafonebetavine.net/api/send/...
...sms.xml?auid=DEVAUID&message=miketesting...
&dest=+16507146444

But I always get an error code 4 from that. I also tried generating a Mashup key and using that instead of my developer key, but same thing. Can the APIs only be used to send to Vodafone users? Or am I doing something else wrong?

- Miker
Login to reply
OwenGriffin
OwenGriffin
RE: Always getting error code 4 back as a reply to mikerowehl
mikerowehl:
I'm trying to use the APIs to test out sending SMS to myself. I tried sending requests using a developer key, and if I understand the reference docs correctly a URL like the following should work:

http://www.vodafonebetavine.net/api/send/...
sms.xml?auid=DEVAUID&message=miketesting...
&dest=+16507146444

But I always get an error code 4 from that. I also tried generating a Mashup key and using that instead of my developer key, but same thing.


Your developer key will not send messages. It is designed only for testing purposes. The developer key will behave exactly like a mashup key. The mashup key however will send messages.

A error code 4 is an invalid parameter. I noticed from the URL you have posted you have a prefixed a + at the beginning of the number. Try again without the +.

mikerowehl:
Can the APIs only be used to send to Vodafone users?


The API should send text messages to any operator.
Login to reply
mikerowehl
mikerowehl
Mowser
RE: Always getting error code 4 back as a reply to OwenGriffin
It was actually a typo in the url, I had auid instead of uaid, swapping to JSON encoding made the error return more obvious. It says it's delivering messages when I use my mashup key now, and it's subtracting credits from my account. But I'm not actually getting the messages. Anyone tried using the API to deliver messages to ATT/Cingular in the US?

- Mike
Login to reply
OwenGriffin
OwenGriffin
RE: Always getting error code 4 back as a reply to mikerowehl
mikerowehl:
It was actually a typo in the url, I had auid instead of uaid, swapping to JSON encoding made the error return more obvious. It says it's delivering messages when I use my mashup key now, and it's subtracting credits from my account. But I'm not actually getting the messages.


If this turns out to be a connectivity problem on our side I'm sure we can just top up your credits.

mikerowehl:
Anyone tried using the API to deliver messages to ATT/Cingular in the US?


I have not tested it. We don't have access to an ATT/Cingular SIM. I will investigate to see if any of your messages are failing.
Login to reply
OwenGriffin
OwenGriffin
RE: Always getting error code 4 back as a reply to OwenGriffin
Would you be able to provide a date and time when you last sent a message to an ATT/Cingular SIM so I can look at the logs more closely?

Thanks.
Login to reply
mikerowehl
mikerowehl
Mowser
RE: Always getting error code 4 back as a reply to OwenGriffin
Hey Owen, thanks for the offer, here are the details for a message I sent at 12:30pm Pacific time. This is the command I used to generate the request:

curl 'http://www.vodafonebetavine.net/api/send/sms.xml?uaid=2m8xlc51c6p3zkbyxggdivvel5fqu2qv&message=miketesting&dest=16507146444'

and here is the response, it has a transaction id and all, hopefully it'll make it easy to dig out:

<?xml version="1.0" encoding="UTF-8"?>
<response version="1.1">
<method>send/sms</method>
<status>OK</status>
<transaction>
<id>5793</id><messages>
<message><id>5624</id><status>1</status>
<deliveredAt></deliveredAt><sentAt>2008-02-27 20:31:07.0</sentAt></message>
</messages></transaction>
</response>
Login to reply
mikerowehl
mikerowehl
Mowser
RE: Always getting error code 4 back as a reply to mikerowehl
Anyone have any ideas here? I tested it out again to see if it was a transient problem, but still the same thing. The message is reported as delivered, a credit is deducted, but no message makes it through to my phone.
Login to reply
mikerowehl
mikerowehl
Mowser
RE: Always getting error code 4 back as a reply to mikerowehl
Still not getting messages through. Anyone?
Login to reply
OwenGriffin
OwenGriffin
RE: Always getting error code 4 back as a reply to mikerowehl
mikerowehl:
Still not getting messages through. Anyone?


I've contacted the guys who run the SMS gateway and they are looking into it.

The Betavine API appears to be sending the messages successfully.

Sorry for the delay.
Login to reply
mikerowehl
mikerowehl
Mowser
RE: Always getting error code 4 back as a reply to OwenGriffin
Thanks Owen! I'll keep checking back.
Login to reply
Select page:     1   2   >   »