API 토큰 및 기밀

21273 단어 quickeebooks

묘사

여보세요,
Quickbooks 온라인 방문 영패와 이 보석을 사용하는 비밀을 알려주시겠어요?도와 주셔서 감사합니다.
고마워요 고마워요
템.

토론 #1

안녕, 팀,
Intuit Data Services와 통합된 프로그램을 만들어야 합니다. (프로그램을 만드는 것은 무료이지만, 클라이언트마다 연결비를 조금 지불할 것입니다. 저는 매달 5달러라고 생각합니다.)
이 문서를 참조하십시오.
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services
프로그램을 등록하고 만들 때, 방문 영패와 비밀번호를 받을 수 있습니다.즉, OAuth Customer Call에 토큰과 기밀을 넣습니다.
qb_oauth_consumer=oauth::consumer.새로운 (당신의 소비자 키, 당신의 소비자 비밀,...)
또 다른 구성 요소는 연결된 모든 사용자로부터 받은 OAuth 토큰입니다. 이 토큰은 연결 과정에서 제공됩니다. 참조:
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere
두 번째 단계는 Intuit에서 액세스 토큰을 가져와 응용 프로그램에서 사용하는 것입니다.일단 연결된 사용자의 영패와 비밀번호가 생기면 그들은 당신의 영패와 비밀번호를 결합시킬 것이다. 예를 들어:
token=OAuth::AccessToken.새로운 (qb oauth 소비자, 사용자 방문 영패, 사용자 방문 비밀)
이 때, "token"대상을 사용하여 인증된 호출을 할 수 있습니다.
응용 프로그램 구성 파일 생성을 시작합니다.https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/Create_An_App_Profile
나는 이것이 도움이 되기를 바란다.
건배,
/코디
2012년 10월 15일 오후 2:21, 짐 산토스[email protected]쓰기:

Hi,

Are you able to give me any direction on how to obtain a Quickbooks Online Access token and secret for using this gem? Much help would be appreciated.

Thanks Tim.

— Reply to this email directly or view it on GitHub.

토론 #2

코디의 회답과 연락 절차를 도와주셔서 감사합니다!!
Quickbooks한테 물어보면 안 되는 거 알아요.
그들의 지지를 얻기 어렵다.그런데 어떤 이유로 안 보여요.
내 개인 정보에 프로그램 단추를 만들면
프로그램을 만들 수 있도록 허락받기 전에 무엇을 설정해야 합니까?고유 메뉴
내가 보유한 프로젝트는 내 응용 프로그램 시작, 내 응용 프로그램 관리, 회사 설정 편집,
사용자를 관리합니다.
응용 프로그램 센터의 어디에 응용 프로그램을 만드는지 거의 모릅니까?
다시 한 번 감사합니다!
템.
2012년 10월 15일 월요일 저녁 7:04, 코디 코란[email protected]:

Hi Tim,

You'll need to create an application which integrates with Intuit Data Services (its free to create an app but you later pay a small connection fee per client, I think its $5/month?).

See the documentation here:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services

When you register and create your app you will receive YOUR access token & secret. That is, you put your token & secret in the OAuth consumer call:

qb_oauth_consumer = OAuth::Consumer.new(your_consumer_key, your_consumer_secret, ..... )

The other component is the OAuth token that you get from each of your connected users, which they supply to you during the connection process, see:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere

Step 2 is where you get the access token from Intuit - which you then use in your app. Once you have a connected users token & secret and with YOUR token & secret they all come together like:

token = OAuth::AccessToken.new(qb_oauth_consumer, user_access_token, user_access_secret)

At this point you can use the "token" object to make authenticated calls.

Get started by creating your App Profile: https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/Create_An_App_Profile

I hope this helps.

Cheers, /Cody

On Oct 15, 2012, at 2:21 PM, Tim Saunders [email protected] wrote:

Hi,

Are you able to give me any direction on how to obtain a Quickbooks Online Access token and secret for using this gem? Much help would be appreciated.

Thanks Tim.

— Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitH에서 보기ubhttps://github.com/ruckus/quickeebooks/issues/13#issuecomment-9465373.

토론 #셋

문제 없어요.
그래서 내가 가면:https://workplace.intuit.com/Account/Logon?startWithLogOn=true
그리고 로그인해서 제가 끌려왔어요.https://workplace.intuit.com/Home/DevHome내 화면은 다음과 같다.http://cl.ly/image/2Y0M410g2l2O'만들기' 탭을 누르면 새 프로그램을 만들 수 있습니다.
이거 못 봤어요?
대기 기간이나 아무것도 없는 새로운 프로그램을 만들 수 있을 것이다.
건배,
/코디
2012년 10월 15일 오후 5:28, 팀 샌더스[email protected]쓰기:

Thanks for the response Cody, and the steps to help get connected!!

I know I shouldn't be asking you Quickbooks questions, however I have had trouble getting support with them. :) However for some reason I can't see the Create an App button within my profile, do you know if there is something I need to setup before I am allowed to create apps?The only menu items I have are Launch my apps, Manage my apps, Edit Company Settings, Manage Users.

Little lost to where to create apps within the app center??

Thanks again! Tim.

On Mon, Oct 15, 2012 at 7:04 PM, Cody Caughlan [email protected]:

Hi Tim,

You'll need to create an application which integrates with Intuit Data Services (its free to create an app but you later pay a small connection fee per client, I think its $5/month?).

See the documentation here:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services

When you register and create your app you will receive YOUR access token & secret. That is, you put your token & secret in the OAuth consumer call:

qb_oauth_consumer = OAuth::Consumer.new(your_consumer_key, your_consumer_secret, ..... )

The other component is the OAuth token that you get from each of your connected users, which they supply to you during the connection process, see:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere

Step 2 is where you get the access token from Intuit - which you then use in your app. Once you have a connected users token & secret and with YOUR token & secret they all come together like:

token = OAuth::AccessToken.new(qb_oauth_consumer, user_access_token, user_access_secret)

At this point you can use the "token" object to make authenticated calls.

Get started by creating your App Profile: https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/Create_An_App_Profile

I hope this helps.

Cheers, /Cody

On Oct 15, 2012, at 2:21 PM, Tim Saunders [email protected] wrote:

Hi,

Are you able to give me any direction on how to obtain a Quickbooks Online Access token and secret for using this gem? Much help would be appreciated.

Thanks Tim.

— Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitH에서 보기ubhttps://github.com/ruckus/quickeebooks/issues/13#issuecomment-9465373.

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

토론 #4

네, 이상해요. 제 계좌에 로그인할 때마다 이송돼요.
https://workplace.intuit.com/Home/MyApps... 이 아니라
https://workplace.intuit.com/Home/DevHome.
이것은 내 메뉴 표시줄의 화면 캡처입니다.
이것은 github (이메일) 입니다.
퀵북스에 좋은 연락처 있어요?나는 몇 가지를 알아차렸다
다른 사람들도 같은 문제가 있다.
http://community.intuit.com/posts/how-do-i-create-a-new-app
고마워요 고마워요
템.
2012년 10월 15일 월요일 저녁 8:41, 코디 코란[email protected]:

No problem.

So when I go to: https://workplace.intuit.com/Account/Logon?startWithLogOn=true

and then log-in I am taken to https://workplace.intuit.com/Home/DevHomeand my screen looks like: http://cl.ly/image/2Y0M410g2l2O and one can create new apps by clicking on the "Create" tab.

Do you not see this?

You should be able to create new apps - there is no holding period or anything.

Cheers, /Cody

On Oct 15, 2012, at 5:28 PM, Tim Saunders [email protected] wrote:

Thanks for the response Cody, and the steps to help get connected!!

I know I shouldn't be asking you Quickbooks questions, however I have had trouble getting support with them. :) However for some reason I can't see the Create an App button within my profile, do you know if there is something I need to setup before I am allowed to create apps?The only menu items I have are Launch my apps, Manage my apps, Edit Company Settings, Manage Users.

Little lost to where to create apps within the app center??

Thanks again! Tim.

On Mon, Oct 15, 2012 at 7:04 PM, Cody Caughlan [email protected]:

Hi Tim,

You'll need to create an application which integrates with Intuit Data Services (its free to create an app but you later pay a small connection fee per client, I think its $5/month?).

See the documentation here:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services

When you register and create your app you will receive YOUR access token & secret. That is, you put your token & secret in the OAuth consumer call:

qb_oauth_consumer = OAuth::Consumer.new(your_consumer_key, your_consumer_secret, ..... )

The other component is the OAuth token that you get from each of your connected users, which they supply to you during the connection process, see:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere

Step 2 is where you get the access token from Intuit - which you then use in your app. Once you have a connected users token & secret and with YOUR token & secret they all come together like:

token = OAuth::AccessToken.new(qb_oauth_consumer, user_access_token, user_access_secret)

At this point you can use the "token" object to make authenticated calls.

Get started by creating your App Profile:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/Create_An_App_Profile

I hope this helps.

Cheers, /Cody

On Oct 15, 2012, at 2:21 PM, Tim Saunders [email protected] wrote:

Hi,

Are you able to give me any direction on how to obtain a Quickbooks Online Access token and secret for using this gem? Much help would be appreciated.

Thanks Tim.

— Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitHub에서 <
https://github.com/ruckus/quickeebooks/issues/13#issuecomment-9465373>.

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

이 e-메일에 직접 회신하거나 GitH에서 보기ubhttps://github.com/ruckus/quickeebooks/issues/13#issuecomment-9467507.

토론 #5

여기서 계정을 만드셨습니까?
https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0010_SignUp/0010_Register_With_IDN
그 다음은 "Intuit 응용 프로그램 센터 계정 만들기"라는 제목의 부분입니다. (왼쪽의 내비게이션 참조)
해봐.
Intuit에 대한 연락처는 아니요, 없습니다.나는 이전에 개발자 포럼을 사용한 적이 있는데, 그것들은 그런대로 괜찮다.다행히도, 나는 Intuit 지원 부서에 연락하지 않았지만, 내가 아는 바에 의하면, 네, 그것은 아마도 배점정식일 것입니다.
/코디
2012년 10월 15일 오후 6:04, 짐 산토스[email protected]쓰기:

Yeah that's weird, whenever I login my account it goes to https://workplace.intuit.com/Home/MyApps instead of https://workplace.intuit.com/Home/DevHome.

Here is a screen shot of my menu bars (Not sure if it will come through on this github email).

Do you have any good contacts at Quickbooks I could ask. I noticed several other people have had the same issue.

http://community.intuit.com/posts/how-do-i-create-a-new-app

Thanks Tim.

On Mon, Oct 15, 2012 at 8:41 PM, Cody Caughlan [email protected]:

No problem.

So when I go to: https://workplace.intuit.com/Account/Logon?startWithLogOn=true

and then log-in I am taken to https://workplace.intuit.com/Home/DevHomeand my screen looks like: http://cl.ly/image/2Y0M410g2l2O and one can create new apps by clicking on the "Create" tab.

Do you not see this?

You should be able to create new apps - there is no holding period or anything.

Cheers, /Cody

On Oct 15, 2012, at 5:28 PM, Tim Saunders [email protected] wrote:

Thanks for the response Cody, and the steps to help get connected!!

I know I shouldn't be asking you Quickbooks questions, however I have had trouble getting support with them. :) However for some reason I can't see the Create an App button within my profile, do you know if there is something I need to setup before I am allowed to create apps?The only menu items I have are Launch my apps, Manage my apps, Edit Company Settings, Manage Users.

Little lost to where to create apps within the app center??

Thanks again! Tim.

On Mon, Oct 15, 2012 at 7:04 PM, Cody Caughlan [email protected]:

Hi Tim,

You'll need to create an application which integrates with Intuit Data Services (its free to create an app but you later pay a small connection fee per client, I think its $5/month?).

See the documentation here:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services

When you register and create your app you will receive YOUR access token & secret. That is, you put your token & secret in the OAuth consumer call:

qb_oauth_consumer = OAuth::Consumer.new(your_consumer_key, your_consumer_secret, ..... )

The other component is the OAuth token that you get from each of your connected users, which they supply to you during the connection process, see:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere

Step 2 is where you get the access token from Intuit - which you then use in your app. Once you have a connected users token & secret and with YOUR token & secret they all come together like:

token = OAuth::AccessToken.new(qb_oauth_consumer, user_access_token, user_access_secret)

At this point you can use the "token" object to make authenticated calls.

Get started by creating your App Profile:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/Create_An_App_Profile

I hope this helps.

Cheers, /Cody

On Oct 15, 2012, at 2:21 PM, Tim Saunders [email protected] wrote:

Hi,

Are you able to give me any direction on how to obtain a Quickbooks Online Access token and secret for using this gem? Much help would be appreciated.

Thanks Tim.

— Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitHub에서 보기
https://github.com/ruckus/quickeebooks/issues/13#issuecomment-9465373>.

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

이 e-메일에 직접 회신하거나 GitH에서 보기ubhttps://github.com/ruckus/quickeebooks/issues/13#issuecomment-9467507.

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

토론 #6

도와줘서 고마워요 코디!!제가 드디어 계속 놀았어요.
로그인 세부 정보가 여러 개인 계정을 생성하여 동일한 정보를 표시합니다.
네가 나에게 보여준 맨 위의 메뉴 표시줄!내가 무슨 짓을 해서 일을 시켰는지 모르겠지만,
그것이 작용했다!:)
고마워, 네가 만든 보석을 사용하길 기대하고 있어.
템.
2012년 10월 15일 월요일 저녁 9:10, 코디 코란[email protected]:

Did you create your account from here:

https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0010_SignUp/0010_Register_With_IDN

and then the next section titled "Create an Intuit App Center Account" (see navigation on left)?

Give that a shot.

As for contacts at Intuit - no I dont have any. I've used the developer forums in the past, and they're alright. Fortunately I have not had to contact Intuit Support but from what I have heard, yes, it can be byzantine.

/Cody

On Oct 15, 2012, at 6:04 PM, Tim Saunders [email protected] wrote:

Yeah that's weird, whenever I login my account it goes to https://workplace.intuit.com/Home/MyApps instead of https://workplace.intuit.com/Home/DevHome.

Here is a screen shot of my menu bars (Not sure if it will come through on this github email).

Do you have any good contacts at Quickbooks I could ask. I noticed several other people have had the same issue.

http://community.intuit.com/posts/how-do-i-create-a-new-app

Thanks Tim.

On Mon, Oct 15, 2012 at 8:41 PM, Cody Caughlan [email protected]:

No problem.

So when I go to: https://workplace.intuit.com/Account/Logon?startWithLogOn=true

and then log-in I am taken to https://workplace.intuit.com/Home/DevHomeand my screen looks like: http://cl.ly/image/2Y0M410g2l2O and one can create new apps by clicking on the "Create" tab.

Do you not see this?

You should be able to create new apps - there is no holding period or anything.

Cheers, /Cody

On Oct 15, 2012, at 5:28 PM, Tim Saunders [email protected] wrote:

Thanks for the response Cody, and the steps to help get connected!!

I know I shouldn't be asking you Quickbooks questions, however I have had trouble getting support with them. :) However for some reason I can't see the Create an App button within my profile, do you know if there is something I need to setup before I am allowed to create apps?The only menu items I have are Launch my apps, Manage my apps, Edit Company Settings, Manage Users.

Little lost to where to create apps within the app center??

Thanks again! Tim.

On Mon, Oct 15, 2012 at 7:04 PM, Cody Caughlan [email protected]wrote:

Hi Tim,

You'll need to create an application which integrates with Intuit Data Services (its free to create an app but you later pay a small connection fee per client, I think its $5/month?).

See the documentation here:


https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0050_Data_Services

When you register and create your app you will receive YOUR access token & secret. That is, you put your token & secret in the OAuth consumer call:

qb_oauth_consumer = OAuth::Consumer.new(your_consumer_key, your_consumer_secret, ..... )

The other component is the OAuth token that you get from each of your connected users, which they supply to you during the connection process, see:


https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere

Step 2 is where you get the access token from Intuit - which you then use in your app. Once you have a connected users token & secret and with YOUR token & secret they all come together like:

token = OAuth::AccessToken.new(qb_oauth_consumer, user_access_token, user_access_secret)

At this point you can use the "token" object to make authenticated calls.

Get started by creating your App Profile:


https://ipp.developer.intuit.com/0010_Intuit_Partner_Platform/0025_Intuit_Anywhere/0020_Connect/Create_An_App_Profile

I hope this helps.

Cheers, /Cody

On Oct 15, 2012, at 2:21 PM, Tim Saunders [email protected] wrote:

Hi,

Are you able to give me any direction on how to obtain a Quickbooks Online Access token and secret for using this gem? Much help would be appreciated.

Thanks Tim.

— Reply to this email directly or view it on GitHub.



이 e-메일에 직접 회신하거나 GitHub에서 <
https://github.com/ruckus/quickeebooks/issues/13#issuecomment-9465373>.

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

이 e-메일에 직접 회신하거나 GitHub에서 <
https://github.com/ruckus/quickeebooks/issues/13#issuecomment-9467507>.

이 e-메일에 직접 회신하거나 GitHub에서 확인하십시오.

이 e-메일에 직접 회신하거나 GitH에서 보기ubhttps://github.com/ruckus/quickeebooks/issues/13#issuecomment-9468001.

토론 #7

우선, Ruckus가 이 코드를 통해 제공한 도움에 감사드립니다.나는 QuickBooks에서 나의 응용 프로그램을 연결하고 권한을 완성할 수 있다.권한을 부여한 후, 나는 나의 프로그램으로 돌아갈 수 없지만, 나는 프로그램의 방법에 oauthcall-back URL을 추가했다.이제 일을 시작합니다.다음에, 나는 사용자의 상세한 정보, 영패 등을 응용 프로그램의 데이터베이스에 저장할 것이다. 그러나, 나는 사용자의 퀵북스 계정에서 사용자의 영수증과 연락처를 검색하는 두 가지 일이 필요하다.나는 너의 코드'Quickeebooks: Online: 서비스:::Invoice '를 시험해 보았지만, 그것은 나에게 작용하지 않았다. 두 개의 인자를 요구했다. 나는 키와 시크릿을 언급했지만, 작용하지 않았다.나도 이 플러그인을 내 app/lib에 복사했다.라이브러리quickbook->online>서비스s>invoice를 읽을 수 있을 것 같지만 데이터를 검색할 수 없습니다.나는 내가 무엇을 놓쳤다고 확신한다.
도와줄 수 있겠소?나는 너에게 감사할 것이다: -)
고맙습니다.

토론 #8

내가 짐작컨대 문제는 내가 사용한 것은realmId가 아니라realmId로 지금 일하고 있는 것 같다는 것이다.
감사합니다:-)

좋은 웹페이지 즐겨찾기