2017-05-10 2 views
0

온라인에서 데이터를 가져 오기 위해 STORM Twitter 코드를 실행하려고 할 때이 오류가 발생합니다.Storm Twitter Access Key incorrect or missing

 [Wed May 10 18:25:45 PDT 2017]401:Authentication 
      credentials 
     (https://dev.twitter.com/pages/auth) were missing or incorrect. 
      Ensure that 
      you have set valid consumer key/secret, access token/secret, and 
     the systemclock is in sync. 
     <html>\n<head>\n<meta http-equiv="Content-Type" content="text/html; 
     charset=utf-8"/>\n<title>Error 401 Unauthorized</title> 
      </head> 
      <body> 
      <h2>HTTP ERROR: 401</h2> 
     <p>Problem accessing '/1.1/statuses/filter.json'. Reason: 
      <pre> Unauthorized</pre> 
      </body> 
       </html> 

누구든지이 문제에 대해 필요한 것을 알 수 있습니다. 사전에

주셔서 감사합니다 소비자 키, 소비자 비밀, 액세스 토큰 및 액세스 토큰 비밀은 바로 기록 된 체크하면

답변

0
  1. .
  2. 이 오류는 시스템 시계가 올바르게 조정되지 않은 경우에도 발생할 수 있습니다.
  3. http://dev.twitter.com으로 이동하여 애플리케이션에 대해 읽기 및 쓰기 권한이 설정되어 있는지 확인하십시오. 설정되지 않은 경우 설정하고 다시 액세스 키를 다시 생성하십시오.
+0

이미 내 응용 프로그램에 대한 쓰기 권한과 시스템 읽기 권한이 있습니다. 다시 확인했지만 여전히이 오류가 발생합니다. –