Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一种解决方案,其中用户在 facebook 墙上(个人墙或我们公司的页面墙)上发布带有特定标签的帖子。然后我想解析数据并执行某些操作。
例如用户写道:
@<some_handler> please perform #task with #option, and #param etc.
然后应用程序应该能够提取#task,#option和#params并在用户的墙上执行一些具有一定响应的操作[假设用户已经授权我们的FB应用程序在他的墙上发布]
这可能吗?如何进行。
发布信息可通过Graph API获得。一旦你有了它,你应该能够解析你需要的字符串。