Unable to read the source URL error for cffeed
Hi,
I am using the cffeed to read from my twitter RSS feed but I get this error:
Unable to read the source URL.
Status Code: 400. Try adding or changing UserAgent attribute in the CFFeed tag
My code is:
<cfset feedurl="http://twitter.com/statuses/user_timeline/somenumbers.atom" />
<cffeed
source="#feedurl#"
properties="feedmeta"
query="feeditems1" overwrite="true" />
It works but suddenly it stops and it takes time about 15 minutes or more to work again.
Can any body help me with this?
Thanks,
Mandana
