I am exploring Spring social facebook.
I need to achieve the following:
1 backend account(web server manage) to maintain entries in a facebook album
user account (signin from web page)
1) Basically, once the user signin using his own authentication he will perform some operation on the album
2) Server app will use the user access token to add the entry
3) For certain operation the admin module will use the backend maintained account to edit the entries created
How do i maintain 2 sets of access token in spring social facebook?
I need to achieve the following:
1 backend account(web server manage) to maintain entries in a facebook album
user account (signin from web page)
1) Basically, once the user signin using his own authentication he will perform some operation on the album
2) Server app will use the user access token to add the entry
3) For certain operation the admin module will use the backend maintained account to edit the entries created
How do i maintain 2 sets of access token in spring social facebook?