Changeset 1425 for feedmelinks/FAQ
- Timestamp:
- 03/16/07 10:17:44 (2 years ago)
- Files:
-
- feedmelinks (modified) (1 prop)
- feedmelinks/FAQ/index.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
feedmelinks
- Property svn:ignore changed from
.htaccess
cgi-bin
cheat
logs
portal.php
testing
the-lost-urls
utils.inc.php
wall-of-ancients.php
work
*webalizer*
_assets
_profiling
TODO
info.php
setup
_comments
local-remote-root
.DS_Store
flash
_logs
usage
mint
cgi-bin
dev
please
usr
blog
xfer
to
.htaccess
cgi-bin
cheat
logs
portal.php
testing
the-lost-urls
utils.inc.php
wall-of-ancients.php
work
*webalizer*
_assets
_profiling
TODO
info.php
setup
_comments
local-remote-root
.DS_Store
flash
_logs
usage
mint
cgi-bin
dev
please
usr
blog
xfer
_backups
- Property svn:ignore changed from
feedmelinks/FAQ/index.php
r1390 r1425 46 46 <li><a href="#q6_0">What is the naming convention / url schema for Feed Me Links? </a></li> 47 47 <li><a href="#xml_rss">RSS Feeds - How to syndicate your links</a></li> 48 <li><a href="# apis">Programming Feed Me Links - The Feed Me Links API</a></li>48 <li><a href="#API">Programming Feed Me Links - The Feed Me Links API</a></li> 49 49 <li><a href="#developers">Programming Feed Me Links - Developer Sandbox</a></li> 50 50 … … 297 297 <div class="q">Can I add links via email?</div> 298 298 <div class="a"> 299 Yes! 300 <br /> 299 Yes but no. :-( 300 <br/> 301 Unfortunately, I've disabled this feature for now because it's too easy to send mail as someone else. if anyone knows how to verify SPF records or something liek that, let me know. 302 <p /> 303 Soon we'll do what Flickr (wisely) does and generate you a unique email address for sending links by name; knowing that email address wil constitute a kind of "password" that guarantees some level of security. 304 <p /> 305 301 306 Send emails from your mail program (or script) to "add @ feedmelinks . com" (no spaces) 302 307 <p/> … … 396 401 <div> 397 402 <a name="apis"></a> 403 <a name="api"></a> 404 <a name="API"></a> 398 405 <div class="q">Programming Feed Me Links - The Feed Me Links API</div> 399 406 <div class="a"> … … 408 415 409 416 <b>retrieve your links as XML</b>:<br /> 410 <span class="subtle">http://feedmelinks.com</span>/xml/user/<b>USERNAME</b><br /> 417 <span class="subtle">http://feedmelinks.com</span>/api/user/<b>YOUR_USERNAME</b><br /> 418 <br /> 419 420 <b>retrieve the last 15 public links as XML:</b>:<br /> 421 <span class="subtle">http://feedmelinks.com</span>/api/recent<br /> 422 <br /> 423 424 <b>retrieve the last 15 public links of someone else as XML:</b>:<br /> 425 <span class="subtle">http://feedmelinks.com</span>/api/recent/<b>THEIR_USERNAME</b><br /> 411 426 <br /> 412 427