Hi, I was wondering if the following is possible:
So far I only found I am able to create an session using my api key. But for as far as I know the api key is linked to my account and thus would allow the users to edit my account. so how would I be able to provide this for my users?
Thanks in advance
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ أكتوبر 12, 2013 في 4:12 مساءا
Hi dictator,
While your API key is indeed bound to your account, sessions are attached to both your account (s the application) and individual user accounts. Step #2 when creating a new session is what attaches an end users account to your application. This lets an individual user rate movies and mark them as a favourite for example.
So, to answer your questions…
Anyone can sign up for an account, just direct them to the register page.
Follow steps 1-3 and you are allowing them to "login" within your application and execute some user only functions.
Already outlined above.
Cheers.
رد بواسطة dictator
بتاريخ أكتوبر 12, 2013 في 4:50 مساءا
Great i think i am able to achieve what i want now, thanks
رد بواسطة dictator
بتاريخ أكتوبر 15, 2013 في 7:12 مساءا
What key should i store to save the user that logged, the requestkey or the sessionkey?
رد بواسطة Travis Bell
بتاريخ أكتوبر 15, 2013 في 7:22 مساءا
The session key is what you will use in combination with an API key to execute user actions. You should store the session key.
رد بواسطة dictator
بتاريخ أكتوبر 15, 2013 في 7:24 مساءا
The sessionkey will not invalidate?
رد بواسطة Travis Bell
بتاريخ أكتوبر 15, 2013 في 8:36 مساءا
No. The only way it can be revoked is by the user in their account area.
رد بواسطة dictator
بتاريخ أكتوبر 15, 2013 في 8:38 مساءا
Great i am going to try this tomorrow, thanks for your quick replies
رد بواسطة dictator
بتاريخ أكتوبر 16, 2013 في 9:35 صباحا
Wanted to let you know i got it working ;) thanks for your help