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.
parameter-passing is the process of assigning values to the parameters of a function
0
votes
1answer
82 views
pass parameters pinterest app ios like facebook and twitter
I want to pass parameters to pinterest app on IOS like facebook and twitter app to show some page...
"pinterest:// " is working to open app, but I want to open page of some board/people...
any help ...
0
votes
2answers
176 views
passing variables into new page tab installations
I would like to build a customized Facebook page tab for other page owners to instal onto their Facebook pages. Each page tab will need to have its own ID in the links that lead out of the page tab in ...
1
vote
2answers
144 views
Javascript closure when the function takes a callback value
I've been trying to understand Javascript closures, and thought I was onto something. I have managed to successfully return an iterated integer (generated by a for loop) within my inner function.
...
0
votes
1answer
210 views
Url parameters passing method
How passing of url parameters works in facebook, twitter , youtube or other similar sites .
eg:
facebook http://www.facebook.com/stackoverflowpage
twitter: http://twitter.com/StackOverflow
you ...
1
vote
2answers
402 views
Facebook authentication dialog - Passing data to the redirect_uri
I am encountering a problem with passing data between pages that require facebook access.
Here is a simple example:
Page 1 - has data ({str:"123"}) (but still didn't get the facebook access)
Then ...
0
votes
2answers
155 views
$uid not picking up the value
I am trying to download Facebook profile picture for Facebook application. For this, I'm getting the value of Facebook username/id in $uid. echo $uid is showing the correct result but it's not picking ...