Skip to content

Commit

Permalink
move_docs_to_devsite
Browse files Browse the repository at this point in the history
Updates the README and docs to point to the new Facebook ThreatExchange
developer’s site.
  • Loading branch information
hammem committed Aug 19, 2015
1 parent f3c7baa commit 8c3ec66
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1,456 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
ThreatExchange
==============
# Facebook ThreatExchange

ThreatExchange is a set of RESTful APIs on the Facebook Platform for querying, publishing, and sharing security threat information. It's a light-weight way for exchanging details on malware, phishing pages, and other threats with either specific members of the community or the ThreatExchange community at large.

This repository contains the full API documentation and example code for using the API.
This repository contains example code for using the API.

## Documentation
Full details on the ThreatExchange API, data formats, [/doc](https://github.com/facebook/ThreatExchange/tree/master/doc)
Full details on the ThreatExchange API, data formats, and best practices are available at [https://developers.facebook.com/docs/threat-exchange/](https://developers.facebook.com/docs/threat-exchange/)

## Example Code
This project offers example code in both Python and PHP.

There is example code for searching threat indicators and malware samples
in the /threat\_indicators and malware directories, respectively.
This project offers example code in Python, PHP and Ruby. There is also a refernce user interface to ThreatExchanage, which is fully client-side, and written in Javascript!

## Blog
You can get details on the ThreatExchange platform, new features and other updates via our blog at [https://www.facebook.com/threatexchange](https://www.facebook.com/threatexchange).

## Getting Access
To request access to ThreatExchange, please submit an application via [https://threatexchange.fb.com/](https://threatexchange.fb.com/).
To request access to ThreatExchange, please submit an application via [https://developers.facebook.com/products/threat-exchange/](https://developers.facebook.com/products/threat-exchange/).

Loading

0 comments on commit 8c3ec66

Please sign in to comment.