Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have big problems with an old Facebook app. I think it uses old oAuth and there the problems begin... It says that appid or appsecret is invalid but it is correct...

Here is all admin.php: admin.php

Sorry for PasteBin but file is too large to paste it there...

It says: "It appears the application ID and secret key you entered are invalid (Could not grab app authroization token)"

Here is problematic code: CLICK!

Can you explain what's wrong?

share|improve this question
1  
Looking at your admin.php, PHEWWWWW...you know MVC could make your life easier! ;) – ifaour Oct 26 '12 at 21:59

1 Answer

you can get the app access token from here for each of your apps https://developers.facebook.com/tools/access_token/

it doesnt change unless you reset your secret, you can hardcode it in as a config variable to use as needed. only really need to get it one time.

share|improve this answer
Yeah, but I got multiple apps needed to setup with this... So there will be problem... I insert appid and appsecret into my browser and it generate tokens... I really have no idea how to make it functional... When i use file_get_contents it shows NULL which means function is disabled by server but it isn't... – Ante Dražić Oct 27 '12 at 7:52

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.