Although I have limited knowledge of JavaScript, I believe I know enough to complete the task at hand; I just need some guidance.
I am working on developing an extension that will extract the profile_id from the current Facebook page being viewed, and then insert it into a URL in order to display a new page. For example, profileid/photos-of
My main hurdle is finding relevant documentation on how to achieve this. While displaying the new page isn't a problem, extracting the ID from the page requires more advanced JavaScript skills than I currently possess. After conducting research, all signs point towards utilizing the Facebook Graph API, but I am unsure of where to obtain it or how to utilize it effectively. Any tips or recommendations for tutorials aimed at beginners would be greatly appreciated, as my experience with JavaScript and the Graph API is fairly limited.