For starters, I don't have much knowledge of JavaScript but I think I know enough to get the job done, I just need some pointers.
I'm trying to create an extension that will grab the profile_id from the current Facebook page that is open, and then put that in a URL and display the new page, e.g., https://www.facebook.com/search/profileid/photos-of
Unfortunately I can't seem to find any good documentation of how to do so. Displaying the new page shouldn't be an issue, but I don't know enough about JavaScript to pull the ID from a page. All the searching I've done tells me I should be using the Facebook Graph API, but I don't know where to get it or how to use it. Can anyone give me any tips or point me in the right direction, preferably to some tutorial that doesn't assume I've been using JavaScript and the Graph API for the past few years.