Anyone implement youtube api in unity ???
I implemented youtube api in unity
Following steps i follow to implement youtube api
- sign in using playgames services
- now i get server authentication code using playgames services
- After this i exchange server authentication code with token
- server returns token Without opening permission dialogue in unity so when i use http post request server says unauthorized request
Anyone know how to open permission dialogue in unity??
i already add permissions in android xml user_credential , get_accounts