F
F
frujo2011-02-10 19:07:21
Facebook
frujo, 2011-02-10 19:07:21

Facebook, my application on the profile page, how to pass parameters to myself?

The profile page for this app is located at:
www.facebook.com/apps/application.php?id= {app_id}
The app page in the app profile:
www.facebook.com/apps/application.php?id= {app_id}&v= {app_id}
My application generates a list of articles. As well as a list of links to filter these articles. There are no problems on the application page - we refer to
apps.facebook.com/ {app_name}/?{params=NN}
and get the parameters using the GET method, filter the content, and return a truncated version of the list.
But what to do on the profile page? There, Facebook requests its internals with Ajax, so my application will not see GET. Following the link
www.facebook.com/apps/application.php?id={app_id}&v={app_id}¶ms=NN
will only give the profile_tab_url specified in the application settings.
How can I create a list of links in my application that allow me to filter the article feed?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Riateche, 2011-02-10
@Riateche

Maybe through a hash? apps.facebook.com/{app_name}/#params

L
lasthand, 2011-02-10
@lasthand

apps.facebook.com - application page
www.facebook.com/apps/application.php - application profile page
We are talking about the second one. On the first one, there is no problem to pass the query or hash of the string.
On the second, even kveri is not transmitted. There you need to either dance through the fb-library with a tambourine around the sessions, or simply could not make out in the dock an easy way to pass the parameters to yourself.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question