0

그래서 재생 프레임 워크에서 테스트하기 위해 fbgraph 모듈을 설치하려고합니다. 문서 (http://www.playframework.org/modules/fbgraph-0.3/home)에 따르면, 나는 FB 그래프 모듈을 다운로드 한 다음 사용하여 설치해야합니다fbgraph 모듈을 재생 프레임 워크에 설치할 수 없습니다.

play install fbgraph-{version} 

나는이 작업을 수행 할 때, I 이 오류가 발생합니다 :

[error] Not a valid command: install (similar: initialize, inspect, shell) 
[error] Not a valid project ID: install 
[error] Not a valid configuration: install (similar: optional) 
[error] Not a valid key: install (similar: initialize, dist, stage) 
[error] install 
[error]  ^

더 좋은 방법이 있습니까? Maven 의존성이있을 수 있습니까?

미리 감사드립니다.

답변

1

당신은 플레이 2 경기 1 플러그인을 사용 : https://github.com/playframework/Play20/wiki/Modules

어쩌면 당신이 : 1 플레이와 호환되지 http://www.playframework.org/modules

These modules are for the Play 1.x series only.

재생이 당신이 플레이 2 플러그인을 찾을 2. 단지 http://restfb.com/와 compfortable.

당신은 /project/Build.scala

val appDependencies = Seq(
    "com.restfb" % "restfb" % "1.6.11" //this line should be new 
) 
+0

굉장 주머니쥐에 추가 할 수 있습니다! 단케. – Peter

관련 문제