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.
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. The introduction of ASP.NET led to use of the term Classic ASP for the original technology.
0
votes
1answer
77 views
Facebook & Classic ASP - Passing custom parameters to fan page tab - error with no data
We have our app working using this code (Is it possibile to pass parameters to the callback URL of a FB app which is accessed through a tab?), but the issue arises when there is no app_data parameter ...
0
votes
0answers
35 views
Dynamic Facebook Button “Like” on products page
I recently made ​​a website where the client requested the Like button on every product(Shoes).
How were few products, i've made ​​by hand, one page for each one containing data from facebook as ...
0
votes
1answer
51 views
echo back value in asp
https://developers.facebook.com/docs/reference/api/realtime/
It should then echo just the hub.challenge value back, which confirms to Facebook that this server is configured to accept callbacks, and ...
0
votes
0answers
62 views
“Object Required” Error for Facebook Signed Request in Classic ASP Page Tab App
I have a very bizarre error that I cannot seem to get around - and I am not sure why anyone running classic ASP Page Tab apps is not having as well. I am using the Base64 code readily available on ...
0
votes
0answers
105 views
fb:comments moderation and alert on asp
I've placed the code for comments, moderation and alert on my website to have comments on each product I have.
Each product is on a dynamic page .asp
Everything is almost working fine. I say almost ...
-2
votes
1answer
152 views
classic ASP write session using javascript
I have a Facebook Javascript that reports if a user is logged in and i want to store a session variable so that i can tell my site that the user is logged in. here it the script.
...
1
vote
0answers
257 views
facebook login page nightmare
Hi guys this is a big ask and a long shot but here goes,
I have a website that is classic ASP, i want to integrate the sign up process in to facebook but i have no clue how to do this. I have ...
3
votes
1answer
271 views
ASP Classic: twitter and facebook autoposting without signing in
In work I got a task (we MUST work with ASP Classic by the way): when user posts a blog, a link to that blog should be posted automatically on user's facebook timeline and in his twitter. I made ...
0
votes
0answers
243 views
posting to Facebook Page using classic ASP
I am trying to post to facebook page wall using ASP. I created a new app through the developer site, got an access token for the app itself by going to ...
0
votes
1answer
497 views
Get & Parse Facebook Graph API's JSON with Classic ASP
I am currently coding in classic ASP (due to the unavailability of PHP and ASP.NET on my client's servers). So my client has a Facebook page and I want to display his latest post on his website with ...
-2
votes
1answer
96 views
On Facebook Page Tab ASP file suffix .asp doesn't work [closed]
FBML Error (line 2): illegal tag "body" under "fb:tab-position"
how to solve???
0
votes
0answers
728 views
Facebook Server-side Authentication with Classic ASP
Similar to this closed question but I'll make mine more precise so hopefully there'll be an answer :)
I'm adding Facebook login button to a website that's all in classic ASP, and I'm new to the ...
1
vote
1answer
1k views
Post to facebook wall with classic ASP
I have a problem posting to facebook wall with classic asp. The variables fbName, fbUserID, accessToken are set in "real life" - i just deleted it here. I have the correct permissions for posting to a ...
0
votes
1answer
435 views
Facebook Like Button on different .asp “Item” pages
Please bear with me, I have bought an "Off the shelf" application Classifieds Application written in Classic ASP.
I have completely re-styled it all myself whilst learning the code.
I am now wanting ...
2
votes
1answer
533 views
How to POST an image to Facebook via Classic ASP?
I've got the Facebook Graph API working via Classic ASP, and I understand how to do most things like posting a status update, getting user info and so forth. I'm stuck on trying to upload photos from ...
0
votes
3answers
2k views
Facebook “signed_request” using pure Classic ASP
I would like to get the contents of the signed_request in my fb app, but using only Classic ASP with VBScript.
Facebook's site has an example in PHP of decoding this but I can't find anything for ...
0
votes
1answer
398 views
Export Facebook “I like” votes to a database
I'm trying to build an application to let users vote pictures in my site. Users can vote by clicking the "I like" button.
I have to register votes for each picture and store that values in a database. ...
0
votes
2answers
605 views
Get facebook logged in user's ID on ASP CLASSIC
in a facebook app iframe tab, Is it possible, i tried with the JS SDK but then the user needs to allow that.
how can i get only his user id with classic asp?
0
votes
1answer
412 views
Facebook Download photo and ServerXMLHTTP
Hello and thanks in advance. Before to post here i search a lot in the net and here as well.
I have a site that let the user join with their facebook profile so with their permission (FB application) ...
0
votes
1answer
263 views
Get id of facebook user from email ASP
How would I get the userid of somebodys facebook from there email address :)
Thanks
2
votes
3answers
3k views
How does Facebook detect images when adding a link?
When you add a link to your Facebook page, after some processing, Facebook presents you a next/prev button to choose an image linked to the url your are inserting.
Obviously, Facebook reads the ...
0
votes
1answer
542 views
Problem about querying the photo_tag using FQL on facebook?
I have an application which wanting to show the statistics about a friend who got tagged in a photo. The outcome seems odd.
e.g. I have a friend A. A is a friend of B but B isn't my friend. B has a ...