我需要获取用户的活动日志.我试过/ {user-id}/activities但它没有返回用户的活动日志.我知道从"fql"我们可以获取一些活动,但FB最近宣布他们正在弃用fql.
我已经使用了通知API,但是如果用户已经阅读了这些通知,则回退,然后API返回一组空数据.
我可以通过任何其他方式获取用户的活动日志.

谢谢
在所有构建过程都完成且没有任何错误后,我失败了。
而且我不知道为什么会发生以下错误。
即使所有测试都成功完成,此错误已将作业的状态标记为失败。致命:从 socautovm1.xxx.local/192.168.114.144:65033 远程调用 JNLP4 连接失败另外:hudson.remoting.Channel$CallSiteStackTrace:从 socautovm1.xxx.local/192.168.11:65033 远程调用 JNLP4 连接连接65033
at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1078)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)
at hudson.model.Run.execute(Run.java:1815)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
java.lang.NoClassDefFoundError: Could not initialize class hudson.slaves.SlaveComputer
at hudson.util.ProcessTree.get(ProcessTree.java:399)
at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1090)
at hudson.Launcher$RemoteLauncher$KillTask.call(Launcher.java:1081)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Unknown Source)
Caused: java.io.IOException: Remote call on JNLP4-connect connection from socautovm1.xxx.local/192.168.114.144:65033 failed
at hudson.remoting.Channel.call(Channel.java:961)
at hudson.Launcher$RemoteLauncher.kill(Launcher.java:1078)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:510)
at …Run Code Online (Sandbox Code Playgroud) 我对此很陌生,想要在querySelectorAll.
<input class="btn-primary" type="submit" value="Share"
data-li-auto-click-utrki="y=SHARE&u=reShareButton&n=reShareUpdate">Run Code Online (Sandbox Code Playgroud)
谢谢